| Oddity
    | 
Represents an entry point of /launchpads endpoint. More...
 
  
 | Public Member Functions | |
| LaunchpadsEndpoint (OddityCore context) | |
| Initializes a new instance of the LaunchpadsEndpoint<TData> class.  More... | |
| SimpleBuilder< TData > | Get (string id) | 
| Gets data about the specified launchpad from the /launchpads/:id endpoint.  More... | |
| ListBuilder< TData > | GetAll () | 
| Gets data about all launchpads from the /launchpads endpoint.  More... | |
| QueryBuilder< TData > | Query () | 
| Gets filtered and paginated data about all launchpads from the /launchpads/query endpoint.  More... | |
|  Public Member Functions inherited from Oddity.Endpoints.EndpointBase< TData > | |
| int | ClearCache () | 
| Clears all cached data.  More... | |
| Additional Inherited Members | |
|  Protected Member Functions inherited from Oddity.Endpoints.EndpointBase< TData > | |
| EndpointBase (OddityCore context, int cacheLifetime) | |
| Initializes a new instance of the EndpointBase<TData> class.  More... | |
|  Protected Attributes inherited from Oddity.Endpoints.EndpointBase< TData > | |
| readonly OddityCore | Context | 
| readonly CacheService< TData > | Cache | 
Represents an entry point of /launchpads endpoint.
| TData | Type of the data returned from API. | 
| TData | : | ModelBase | |
| TData | : | IIdentifiable | |
| TData | : | new() | 
| Oddity.Endpoints.LaunchpadsEndpoint< TData >.LaunchpadsEndpoint | ( | OddityCore | context | ) | 
Initializes a new instance of the LaunchpadsEndpoint<TData> class.
| context | The Oddity context used to interact with API. | 
| SimpleBuilder<TData> Oddity.Endpoints.LaunchpadsEndpoint< TData >.Get | ( | string | id | ) | 
Gets data about the specified launchpad from the /launchpads/:id endpoint.
| id | ID of the specified launchpad. | 
| ListBuilder<TData> Oddity.Endpoints.LaunchpadsEndpoint< TData >.GetAll | ( | ) | 
Gets data about all launchpads from the /launchpads endpoint.
| QueryBuilder<TData> Oddity.Endpoints.LaunchpadsEndpoint< TData >.Query | ( | ) | 
Gets filtered and paginated data about all launchpads from the /launchpads/query endpoint.