Oddity
|
▼NOddity | |
▼NBuilders | |
CBuilderBase | Represents an abstract base class for all builders. |
CListBuilder | Represents a list builder used to retrieve data (collection of objects) without any filters. |
CQueryBuilder | Represents a query builder used to retrieve data with filters specified by the user. |
CSimpleBuilder | Represents a simple builder used to retrieve data without any filters. |
▼NCache | |
CCacheItem | Represents an container for the cached data. |
CCacheService | Represents an cache service used to manage cached data. |
▼NConfiguration | |
CApiConfiguration | Contains a set of constant parameters with API configuration. |
CLibraryConfiguration | Contains a set of constant parameters with library configuration. |
▼NEndpoints | |
CCapsulesEndpoint | Represents an entry point of /capsules endpoint. |
CCompanyEndpoint | Represents an entry point of /company endpoint. |
CCoresEndpoint | Represents an entry point of /cores endpoint. |
CCrewEndpoint | Represents an entry point of /crew endpoint. |
CDragonsEndpoint | Represents an entry point of /dragons endpoint. |
CEndpointBase | Represents a base class for all endpoints. |
CLandpadsEndpoint | Represents an entry point of /landpads endpoint. |
CLaunchesEndpoint | Represents an entry point of /launches endpoint. |
CLaunchpadsEndpoint | Represents an entry point of /launchpads endpoint. |
CPayloadsEndpoint | Represents an entry point of /payloads endpoint. |
CRoadsterEndpoint | Represents an entry point of /roadster endpoint. |
CRocketsEndpoint | Represents an entry point of /rockets endpoint. |
CShipsEndpoint | Represents an entry point of /ships endpoint. |
CStarlinkEndpoint | Represents an entry point of /starlink endpoint. |
▼NEvents | |
CBuilderDelegates | Container for all delegates invoked during processing a request. |
CRequestSendEventArgs | Contains OnRequestSend event arguments. |
CResponseReceiveEventArgs | Contains OnResponseReceive event arguments. |
▼NExceptions | |
CApiBadRequestException | The exception that is thrown when SpaceX API has received invalid request which cannot be processed. |
CApiUnavailableException | The exception that is thrown when SpaceX API is unavailable and data can't be loaded. |
▼NModels | |
▼NCapsules | |
CCapsuleInfo | |
▼NCommon | |
CIspInfo | |
CMassInfo | |
CSizeInfo | |
CSpaceTrackInfo | |
CThrustInfo | |
CVolumeInfo | |
▼NCompany | |
CCompanyHeadquartersInfo | |
CCompanyInfo | |
CCompanyLinksInfo | |
▼NCores | |
CCoreInfo | |
▼NCrew | |
CCrewInfo | |
▼NDragon | |
CDragonCargoInfo | |
CDragonHeatshieldInfo | |
CDragonInfo | |
CDragonPressurizedCapsuleInfo | |
CDragonThrustersInfo | |
CDragonTrunkInfo | |
▼NLandpads | |
CLandpadInfo | |
▼NLaunches | |
CLaunchCoreInfo | |
CLaunchFailure | |
CLaunchFairingsInfo | |
CLaunchFlickrInfo | |
CLaunchInfo | |
CLaunchLinks | |
CLaunchPatchInfo | |
CLaunchRedditInfo | |
▼NLaunchpads | |
CLaunchpadInfo | |
▼NPayloads | |
CPayloadDragonInfo | |
CPayloadInfo | |
▼NQuery | |
►NFilters | |
CQueryModel | |
CQueryOptions | |
▼NRoadster | |
CRoadsterInfo | |
▼NRockets | |
CRocketEnginesInfo | |
CRocketFairingInfo | |
CRocketFirstStageInfo | |
CRocketInfo | |
CRocketLandingLegsInfo | |
CRocketPotentialPayloadInfo | |
CRocketPotentialPayloadWeightInfo | |
CSecondStageInfo | |
▼NShips | |
CShipInfo | |
▼NStarlink | |
CStarlinkInfo | |
CIIdentifiable | Base interface for all models containing its own ID. |
CModelBase | Represents an abstract class for all models. |
CPaginatedModel | Represents an wrapper for a model, providing methods to manage a pagination. |
CStatistics | Represents an container for statistics. |
COddityCore | Represents an core of the library. Use it to retrieve data from the unofficial SpaceX API. |