Oddity
|
Contains a set of constant parameters with API configuration. More...
Public Attributes | |
const string | ApiEndpoint = "https://api.spacexdata.com/v4/" |
Entry point of the API, used as base for all HTTP requests. More... | |
const int | DefaultTimeoutSeconds = 5 |
Default time after which timeout exception will be thrown. More... | |
Contains a set of constant parameters with API configuration.
const string Oddity.Configuration.ApiConfiguration.ApiEndpoint = "https://api.spacexdata.com/v4/" |
Entry point of the API, used as base for all HTTP requests.
const int Oddity.Configuration.ApiConfiguration.DefaultTimeoutSeconds = 5 |
Default time after which timeout exception will be thrown.