Oddity
Oddity.Configuration.ApiConfiguration Class Reference

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...
 

Detailed Description

Contains a set of constant parameters with API configuration.

Member Data Documentation

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.


The documentation for this class was generated from the following file: