Oddity
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NOddity
 NBuilders
 CBuilderBaseRepresents an abstract base class for all builders.
 CListBuilderRepresents a list builder used to retrieve data (collection of objects) without any filters.
 CQueryBuilderRepresents a query builder used to retrieve data with filters specified by the user.
 CSimpleBuilderRepresents a simple builder used to retrieve data without any filters.
 NCache
 CCacheItemRepresents an container for the cached data.
 CCacheServiceRepresents an cache service used to manage cached data.
 NConfiguration
 CApiConfigurationContains a set of constant parameters with API configuration.
 CLibraryConfigurationContains a set of constant parameters with library configuration.
 NEndpoints
 CCapsulesEndpointRepresents an entry point of /capsules endpoint.
 CCompanyEndpointRepresents an entry point of /company endpoint.
 CCoresEndpointRepresents an entry point of /cores endpoint.
 CCrewEndpointRepresents an entry point of /crew endpoint.
 CDragonsEndpointRepresents an entry point of /dragons endpoint.
 CEndpointBaseRepresents a base class for all endpoints.
 CLandpadsEndpointRepresents an entry point of /landpads endpoint.
 CLaunchesEndpointRepresents an entry point of /launches endpoint.
 CLaunchpadsEndpointRepresents an entry point of /launchpads endpoint.
 CPayloadsEndpointRepresents an entry point of /payloads endpoint.
 CRoadsterEndpointRepresents an entry point of /roadster endpoint.
 CRocketsEndpointRepresents an entry point of /rockets endpoint.
 CShipsEndpointRepresents an entry point of /ships endpoint.
 CStarlinkEndpointRepresents an entry point of /starlink endpoint.
 NEvents
 CBuilderDelegatesContainer for all delegates invoked during processing a request.
 CRequestSendEventArgsContains OnRequestSend event arguments.
 CResponseReceiveEventArgsContains OnResponseReceive event arguments.
 NExceptions
 CApiBadRequestExceptionThe exception that is thrown when SpaceX API has received invalid request which cannot be processed.
 CApiUnavailableExceptionThe 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
 CIIdentifiableBase interface for all models containing its own ID.
 CModelBaseRepresents an abstract class for all models.
 CPaginatedModelRepresents an wrapper for a model, providing methods to manage a pagination.
 CStatisticsRepresents an container for statistics.
 COddityCoreRepresents an core of the library. Use it to retrieve data from the unofficial SpaceX API.