Oddity
|
Represents an entry point of /company endpoint. More...
Public Member Functions | |
CompanyEndpoint (OddityCore context) | |
Initializes a new instance of the CompanyEndpoint<TData> class. More... | |
SimpleBuilder< TData > | Get () |
Gets data about company from the /company 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 /company endpoint.
TData | Type of the data returned from API. |
TData | : | ModelBase | |
TData | : | IIdentifiable | |
TData | : | new() |
Oddity.Endpoints.CompanyEndpoint< TData >.CompanyEndpoint | ( | OddityCore | context | ) |
Initializes a new instance of the CompanyEndpoint<TData> class.
context | The Oddity context used to interact with API. |
SimpleBuilder<TData> Oddity.Endpoints.CompanyEndpoint< TData >.Get | ( | ) |
Gets data about company from the /company endpoint.