Thanks to visit codestin.com
Credit goes to github.com

Skip to content

SkJonko/APIAggregation

Repository files navigation

APIAggregation Documentation

Welcome to the APIAggregation Documentation that have been created from Kotis,A. API was created in net80. You must have installed the framework to run it. Support only Development environment. Bellow you can find information about the Services and the enums that needs you for the requests. Allthough when the application is running with debug you can open Swagger Documentation and Redoc for more information.

  1. Swagger
/swagger/index.html
  1. Redoc
/api-docs/index.html

Controllers

In the incoming sections you will find the avaliable Endpoints of each controller. If you want more detailed informations you can consult the Swagger and Redoc as mentioned above.

JokeController

${\color{green}[POST]}$ /Joke/GetJoke

WeatherController

${\color{blue}[GET]}$ /WeatherForecast/CityWeather

${\color{blue}[GET]}$ /WeatherForecast/LatitudeLongitudeWeather

Services

WeatherServices

Weather Controller supports two different services to return you the appropriate information. The described number of each service:

  1. Retrieves information from Open Weather
  2. Retrieves information from Visual Crossing

Enum


Languages

            /// <summary>
            /// English
            /// </summary>
            EN = 0,

            /// <summary>
            /// German
            /// </summary>
            DE = 1,

            /// <summary>
            /// Czech
            /// </summary>
            CS = 2,

            /// <summary>
            /// Spanish
            /// </summary>
            ES = 3,

            /// <summary>
            /// French
            /// </summary>
            FR = 4,

            /// <summary>
            /// Portuguese
            /// </summary>
            PT = 5
WeatherUnit

            /// <summary>
            /// Celsius
            /// </summary>
            C,
            /// <summary>
            /// Fahrenheit 
            /// </summary>
            F
Categories

            /// <summary>
            /// Any
            /// </summary>
            Any = 0,

            /// <summary>
            /// Programming
            /// </summary>
            Programming = 1,

            /// <summary>
            /// Misc
            /// </summary>
            Miscellaneous = 2,

            /// <summary>
            /// Dark
            /// </summary>
            Dark = 4,

            /// <summary>
            /// Pun
            /// </summary>
            Pun = 8,

            /// <summary>
            /// Spooky
            /// </summary>
            Spooky = 16,

            /// <summary>
            /// Christmas
            /// </summary>
            Christmas = 32

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages