Oddity
|
Represents an entry point of /roadster endpoint. More...
Public Member Functions | |
RoadsterEndpoint (OddityCore context) | |
Initializes a new instance of the RoadsterEndpoint<TData> class. More... | |
SimpleBuilder< TData > | Get () |
Gets data about Roadster from the /roadster endpoint. More... | |
![]() | |
int | ClearCache () |
Clears all cached data. More... | |
Additional Inherited Members | |
![]() | |
EndpointBase (OddityCore context, int cacheLifetime) | |
Initializes a new instance of the EndpointBase<TData> class. More... | |
![]() | |
readonly OddityCore | Context |
readonly CacheService< TData > | Cache |
Represents an entry point of /roadster endpoint.
TData | Type of the data returned from API. |
TData | : | ModelBase | |
TData | : | IIdentifiable | |
TData | : | new() |
Oddity.Endpoints.RoadsterEndpoint< TData >.RoadsterEndpoint | ( | OddityCore | context | ) |
Initializes a new instance of the RoadsterEndpoint<TData> class.
context | The Oddity context used to interact with API. |
SimpleBuilder<TData> Oddity.Endpoints.RoadsterEndpoint< TData >.Get | ( | ) |
Gets data about Roadster from the /roadster endpoint.