esisl_genoa_client 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.openapi-generator/FILES +306 -0
- package/.openapi-generator/VERSION +1 -0
- package/.openapi-generator-ignore +23 -0
- package/README.md +623 -0
- package/dist/apis/AllianceApi.d.ts +248 -0
- package/dist/apis/AllianceApi.js +420 -0
- package/dist/apis/AssetsApi.d.ts +374 -0
- package/dist/apis/AssetsApi.js +622 -0
- package/dist/apis/CalendarApi.d.ts +260 -0
- package/dist/apis/CalendarApi.js +442 -0
- package/dist/apis/CharacterApi.d.ts +814 -0
- package/dist/apis/CharacterApi.js +1299 -0
- package/dist/apis/ClonesApi.d.ts +138 -0
- package/dist/apis/ClonesApi.js +252 -0
- package/dist/apis/ContactsApi.d.ts +554 -0
- package/dist/apis/ContactsApi.js +899 -0
- package/dist/apis/ContractsApi.d.ts +550 -0
- package/dist/apis/ContractsApi.js +888 -0
- package/dist/apis/CorporationApi.d.ts +1278 -0
- package/dist/apis/CorporationApi.js +2011 -0
- package/dist/apis/DogmaApi.d.ts +304 -0
- package/dist/apis/DogmaApi.js +506 -0
- package/dist/apis/FactionWarfareApi.d.ts +462 -0
- package/dist/apis/FactionWarfareApi.js +744 -0
- package/dist/apis/FittingsApi.d.ts +198 -0
- package/dist/apis/FittingsApi.js +345 -0
- package/dist/apis/FleetsApi.d.ts +834 -0
- package/dist/apis/FleetsApi.js +1321 -0
- package/dist/apis/IncursionsApi.d.ts +80 -0
- package/dist/apis/IncursionsApi.js +162 -0
- package/dist/apis/IndustryApi.d.ts +486 -0
- package/dist/apis/IndustryApi.js +785 -0
- package/dist/apis/InsuranceApi.d.ts +80 -0
- package/dist/apis/InsuranceApi.js +162 -0
- package/dist/apis/KillmailsApi.d.ts +200 -0
- package/dist/apis/KillmailsApi.js +348 -0
- package/dist/apis/LocationApi.d.ts +194 -0
- package/dist/apis/LocationApi.js +338 -0
- package/dist/apis/LoyaltyApi.d.ts +138 -0
- package/dist/apis/LoyaltyApi.js +252 -0
- package/dist/apis/MailApi.d.ts +548 -0
- package/dist/apis/MailApi.js +897 -0
- package/dist/apis/MarketApi.d.ts +665 -0
- package/dist/apis/MarketApi.js +1061 -0
- package/dist/apis/MetaApi.d.ts +134 -0
- package/dist/apis/MetaApi.js +244 -0
- package/dist/apis/PlanetaryInteractionApi.d.ts +254 -0
- package/dist/apis/PlanetaryInteractionApi.js +431 -0
- package/dist/apis/RoutesApi.d.ts +98 -0
- package/dist/apis/RoutesApi.js +189 -0
- package/dist/apis/SearchApi.d.ts +105 -0
- package/dist/apis/SearchApi.js +199 -0
- package/dist/apis/SkillsApi.d.ts +194 -0
- package/dist/apis/SkillsApi.js +338 -0
- package/dist/apis/SovereigntyApi.d.ts +188 -0
- package/dist/apis/SovereigntyApi.js +326 -0
- package/dist/apis/StatusApi.d.ts +80 -0
- package/dist/apis/StatusApi.js +162 -0
- package/dist/apis/UniverseApi.d.ts +1692 -0
- package/dist/apis/UniverseApi.js +2625 -0
- package/dist/apis/UserInterfaceApi.d.ts +310 -0
- package/dist/apis/UserInterfaceApi.js +521 -0
- package/dist/apis/WalletApi.d.ts +374 -0
- package/dist/apis/WalletApi.js +622 -0
- package/dist/apis/WarsApi.d.ts +196 -0
- package/dist/apis/WarsApi.js +340 -0
- package/dist/apis/index.d.ts +31 -0
- package/dist/apis/index.js +49 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +21 -0
- package/dist/models/index.d.ts +12463 -0
- package/dist/models/index.js +3557 -0
- package/dist/runtime.d.ts +181 -0
- package/dist/runtime.js +555 -0
- package/dist/serviceFacade.d.ts +6 -0
- package/dist/serviceFacade.js +46 -0
- package/docs/AllianceApi.md +329 -0
- package/docs/AlliancesAllianceIdContactsGetInner.md +17 -0
- package/docs/AlliancesAllianceIdContactsLabelsGetInner.md +15 -0
- package/docs/AlliancesAllianceIdGet.md +20 -0
- package/docs/AlliancesAllianceIdIconsGet.md +15 -0
- package/docs/AssetsApi.md +536 -0
- package/docs/CalendarApi.md +363 -0
- package/docs/CharacterApi.md +1188 -0
- package/docs/CharactersAffiliationPostInner.md +17 -0
- package/docs/CharactersCharacterIdAgentsResearchGetInner.md +18 -0
- package/docs/CharactersCharacterIdAssetsGetInner.md +21 -0
- package/docs/CharactersCharacterIdAssetsLocationsPostInner.md +15 -0
- package/docs/CharactersCharacterIdAssetsLocationsPostInnerPosition.md +16 -0
- package/docs/CharactersCharacterIdAssetsNamesPostInner.md +15 -0
- package/docs/CharactersCharacterIdAttributesGet.md +21 -0
- package/docs/CharactersCharacterIdBlueprintsGetInner.md +21 -0
- package/docs/CharactersCharacterIdCalendarEventIdAttendeesGetInner.md +16 -0
- package/docs/CharactersCharacterIdCalendarEventIdGet.md +24 -0
- package/docs/CharactersCharacterIdCalendarGetInner.md +19 -0
- package/docs/CharactersCharacterIdClonesGet.md +17 -0
- package/docs/CharactersCharacterIdClonesGetHomeLocation.md +15 -0
- package/docs/CharactersCharacterIdClonesGetJumpClonesInner.md +19 -0
- package/docs/CharactersCharacterIdContactsGetInner.md +19 -0
- package/docs/CharactersCharacterIdContractsContractIdBidsGetInner.md +17 -0
- package/docs/CharactersCharacterIdContractsContractIdItemsGetInner.md +19 -0
- package/docs/CharactersCharacterIdContractsGetInner.md +35 -0
- package/docs/CharactersCharacterIdCorporationhistoryGetInner.md +17 -0
- package/docs/CharactersCharacterIdFatigueGet.md +16 -0
- package/docs/CharactersCharacterIdFittingsGetInner.md +18 -0
- package/docs/CharactersCharacterIdFittingsGetInnerItemsInner.md +17 -0
- package/docs/CharactersCharacterIdFittingsPost.md +15 -0
- package/docs/CharactersCharacterIdFleetGet.md +18 -0
- package/docs/CharactersCharacterIdFwStatsGet.md +19 -0
- package/docs/CharactersCharacterIdFwStatsGetKills.md +17 -0
- package/docs/CharactersCharacterIdFwStatsGetVictoryPoints.md +17 -0
- package/docs/CharactersCharacterIdGet.md +24 -0
- package/docs/CharactersCharacterIdIndustryJobsGetInner.md +35 -0
- package/docs/CharactersCharacterIdKillmailsRecentGetInner.md +15 -0
- package/docs/CharactersCharacterIdLocationGet.md +16 -0
- package/docs/CharactersCharacterIdLoyaltyPointsGetInner.md +15 -0
- package/docs/CharactersCharacterIdMailGetInner.md +20 -0
- package/docs/CharactersCharacterIdMailLabelsGet.md +15 -0
- package/docs/CharactersCharacterIdMailLabelsGetLabelsInner.md +18 -0
- package/docs/CharactersCharacterIdMailListsGetInner.md +15 -0
- package/docs/CharactersCharacterIdMailMailIdGet.md +20 -0
- package/docs/CharactersCharacterIdMedalsGetInner.md +22 -0
- package/docs/CharactersCharacterIdMedalsGetInnerGraphicsInner.md +18 -0
- package/docs/CharactersCharacterIdMiningGetInner.md +17 -0
- package/docs/CharactersCharacterIdNotificationsContactsGetInner.md +18 -0
- package/docs/CharactersCharacterIdNotificationsGetInner.md +20 -0
- package/docs/CharactersCharacterIdOnlineGet.md +17 -0
- package/docs/CharactersCharacterIdOrdersGetInner.md +27 -0
- package/docs/CharactersCharacterIdOrdersHistoryGetInner.md +28 -0
- package/docs/CharactersCharacterIdPlanetsGetInner.md +20 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGet.md +16 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetLinksInner.md +17 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetPinsInner.md +25 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetPinsInnerContentsInner.md +16 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetPinsInnerExtractorDetails.md +18 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetPinsInnerExtractorDetailsHeadsInner.md +17 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetPinsInnerFactoryDetails.md +14 -0
- package/docs/CharactersCharacterIdPlanetsPlanetIdGetRoutesInner.md +20 -0
- package/docs/CharactersCharacterIdPortraitGet.md +17 -0
- package/docs/CharactersCharacterIdRolesGet.md +17 -0
- package/docs/CharactersCharacterIdSearchGet.md +24 -0
- package/docs/CharactersCharacterIdShipGet.md +16 -0
- package/docs/CharactersCharacterIdSkillqueueGetInner.md +21 -0
- package/docs/CharactersCharacterIdSkillsGet.md +16 -0
- package/docs/CharactersCharacterIdSkillsGetSkillsInner.md +18 -0
- package/docs/CharactersCharacterIdStandingsGetInner.md +16 -0
- package/docs/CharactersCharacterIdTitlesGetInner.md +15 -0
- package/docs/CharactersCharacterIdWalletJournalGetInner.md +26 -0
- package/docs/CharactersCharacterIdWalletTransactionsGetInner.md +24 -0
- package/docs/ClonesApi.md +178 -0
- package/docs/ContactsApi.md +809 -0
- package/docs/ContractsApi.md +791 -0
- package/docs/ContractsPublicBidsContractIdGetInner.md +16 -0
- package/docs/ContractsPublicItemsContractIdGetInner.md +22 -0
- package/docs/ContractsPublicRegionIdGetInner.md +29 -0
- package/docs/CorporationApi.md +1892 -0
- package/docs/CorporationCorporationIdMiningExtractionsGetInner.md +18 -0
- package/docs/CorporationCorporationIdMiningObserversGetInner.md +16 -0
- package/docs/CorporationCorporationIdMiningObserversObserverIdGetInner.md +18 -0
- package/docs/CorporationsCorporationIdAlliancehistoryGetInner.md +17 -0
- package/docs/CorporationsCorporationIdAssetsGetInner.md +21 -0
- package/docs/CorporationsCorporationIdBlueprintsGetInner.md +21 -0
- package/docs/CorporationsCorporationIdContactsGetInner.md +18 -0
- package/docs/CorporationsCorporationIdContainersLogsGetInner.md +25 -0
- package/docs/CorporationsCorporationIdContractsGetInner.md +35 -0
- package/docs/CorporationsCorporationIdCustomsOfficesGetInner.md +27 -0
- package/docs/CorporationsCorporationIdDivisionsGet.md +15 -0
- package/docs/CorporationsCorporationIdDivisionsGetHangarInner.md +16 -0
- package/docs/CorporationsCorporationIdDivisionsGetWalletInner.md +16 -0
- package/docs/CorporationsCorporationIdFacilitiesGetInner.md +16 -0
- package/docs/CorporationsCorporationIdFwStatsGet.md +18 -0
- package/docs/CorporationsCorporationIdFwStatsGetKills.md +17 -0
- package/docs/CorporationsCorporationIdFwStatsGetVictoryPoints.md +17 -0
- package/docs/CorporationsCorporationIdGet.md +27 -0
- package/docs/CorporationsCorporationIdIconsGet.md +16 -0
- package/docs/CorporationsCorporationIdIndustryJobsGetInner.md +35 -0
- package/docs/CorporationsCorporationIdMedalsGetInner.md +18 -0
- package/docs/CorporationsCorporationIdMedalsIssuedGetInner.md +19 -0
- package/docs/CorporationsCorporationIdMembersTitlesGetInner.md +15 -0
- package/docs/CorporationsCorporationIdMembertrackingGetInner.md +20 -0
- package/docs/CorporationsCorporationIdOrdersGetInner.md +28 -0
- package/docs/CorporationsCorporationIdOrdersHistoryGetInner.md +29 -0
- package/docs/CorporationsCorporationIdRolesGetInner.md +22 -0
- package/docs/CorporationsCorporationIdRolesHistoryGetInner.md +19 -0
- package/docs/CorporationsCorporationIdShareholdersGetInner.md +16 -0
- package/docs/CorporationsCorporationIdStarbasesGetInner.md +21 -0
- package/docs/CorporationsCorporationIdStarbasesStarbaseIdGet.md +27 -0
- package/docs/CorporationsCorporationIdStarbasesStarbaseIdGetFuelsInner.md +16 -0
- package/docs/CorporationsCorporationIdStructuresGetInner.md +28 -0
- package/docs/CorporationsCorporationIdStructuresGetInnerServicesInner.md +16 -0
- package/docs/CorporationsCorporationIdTitlesGetInner.md +23 -0
- package/docs/CorporationsCorporationIdWalletsDivisionJournalGetInner.md +26 -0
- package/docs/CorporationsCorporationIdWalletsDivisionTransactionsGetInner.md +23 -0
- package/docs/CorporationsCorporationIdWalletsGetInner.md +15 -0
- package/docs/DogmaApi.md +410 -0
- package/docs/DogmaAttributesAttributeIdGet.md +23 -0
- package/docs/DogmaDynamicItemsTypeIdItemIdGet.md +18 -0
- package/docs/DogmaDynamicItemsTypeIdItemIdGetDogmaAttributesInner.md +16 -0
- package/docs/DogmaDynamicItemsTypeIdItemIdGetDogmaEffectsInner.md +16 -0
- package/docs/DogmaEffectsEffectIdGet.md +34 -0
- package/docs/DogmaEffectsEffectIdGetModifiersInner.md +20 -0
- package/docs/ErrorDetail.md +16 -0
- package/docs/FactionWarfareApi.md +646 -0
- package/docs/FittingsApi.md +269 -0
- package/docs/FleetsApi.md +1234 -0
- package/docs/FleetsFleetIdGet.md +17 -0
- package/docs/FleetsFleetIdMembersGetInner.md +23 -0
- package/docs/FleetsFleetIdWingsGetInner.md +16 -0
- package/docs/FleetsFleetIdWingsGetInnerSquadsInner.md +16 -0
- package/docs/FleetsFleetIdWingsPost.md +15 -0
- package/docs/FleetsFleetIdWingsWingIdSquadsPost.md +15 -0
- package/docs/FwLeaderboardsCharactersGet.md +15 -0
- package/docs/FwLeaderboardsCharactersGetKills.md +17 -0
- package/docs/FwLeaderboardsCharactersGetKillsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsCharactersGetKillsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsCharactersGetKillsYesterdayInner.md +16 -0
- package/docs/FwLeaderboardsCharactersGetVictoryPoints.md +17 -0
- package/docs/FwLeaderboardsCharactersGetVictoryPointsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsCharactersGetVictoryPointsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsCharactersGetVictoryPointsYesterdayInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGet.md +15 -0
- package/docs/FwLeaderboardsCorporationsGetKills.md +17 -0
- package/docs/FwLeaderboardsCorporationsGetKillsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGetKillsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGetKillsYesterdayInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGetVictoryPoints.md +17 -0
- package/docs/FwLeaderboardsCorporationsGetVictoryPointsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGetVictoryPointsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsCorporationsGetVictoryPointsYesterdayInner.md +16 -0
- package/docs/FwLeaderboardsGet.md +15 -0
- package/docs/FwLeaderboardsGetKills.md +17 -0
- package/docs/FwLeaderboardsGetKillsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsGetKillsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsGetKillsYesterdayInner.md +16 -0
- package/docs/FwLeaderboardsGetVictoryPoints.md +17 -0
- package/docs/FwLeaderboardsGetVictoryPointsActiveTotalInner.md +16 -0
- package/docs/FwLeaderboardsGetVictoryPointsLastWeekInner.md +16 -0
- package/docs/FwLeaderboardsGetVictoryPointsYesterdayInner.md +16 -0
- package/docs/FwStatsGetInner.md +18 -0
- package/docs/FwStatsGetInnerKills.md +17 -0
- package/docs/FwStatsGetInnerVictoryPoints.md +17 -0
- package/docs/FwSystemsGetInner.md +19 -0
- package/docs/FwWarsGetInner.md +15 -0
- package/docs/IncursionsApi.md +86 -0
- package/docs/IncursionsGetInner.md +21 -0
- package/docs/IndustryApi.md +698 -0
- package/docs/IndustryFacilitiesGetInner.md +19 -0
- package/docs/IndustrySystemsGetInner.md +15 -0
- package/docs/IndustrySystemsGetInnerCostIndicesInner.md +16 -0
- package/docs/InsuranceApi.md +86 -0
- package/docs/InsurancePricesGetInner.md +15 -0
- package/docs/InsurancePricesGetInnerLevelsInner.md +17 -0
- package/docs/KillmailsApi.md +268 -0
- package/docs/KillmailsKillmailIdKillmailHashGet.md +20 -0
- package/docs/KillmailsKillmailIdKillmailHashGetAttackersInner.md +23 -0
- package/docs/KillmailsKillmailIdKillmailHashGetVictim.md +21 -0
- package/docs/KillmailsKillmailIdKillmailHashGetVictimItemsInner.md +20 -0
- package/docs/KillmailsKillmailIdKillmailHashGetVictimItemsInnerItemsInner.md +19 -0
- package/docs/KillmailsKillmailIdKillmailHashGetVictimPosition.md +17 -0
- package/docs/LocationApi.md +263 -0
- package/docs/LoyaltyApi.md +174 -0
- package/docs/LoyaltyStoresCorporationIdOffersGetInner.md +20 -0
- package/docs/LoyaltyStoresCorporationIdOffersGetInnerRequiredItemsInner.md +16 -0
- package/docs/MailApi.md +800 -0
- package/docs/MarketApi.md +940 -0
- package/docs/MarketsGroupsMarketGroupIdGet.md +18 -0
- package/docs/MarketsPricesGetInner.md +16 -0
- package/docs/MarketsRegionIdHistoryGetInner.md +19 -0
- package/docs/MarketsRegionIdOrdersGetInner.md +25 -0
- package/docs/MarketsStructuresStructureIdGetInner.md +24 -0
- package/docs/MetaApi.md +164 -0
- package/docs/MetaChangelog.md +14 -0
- package/docs/MetaChangelogEntry.md +18 -0
- package/docs/MetaCompatibilityDates.md +14 -0
- package/docs/ModelError.md +15 -0
- package/docs/PlanetaryInteractionApi.md +350 -0
- package/docs/PostCharactersCharacterIdFittingsRequest.md +17 -0
- package/docs/PostCharactersCharacterIdFittingsRequestItemsInner.md +17 -0
- package/docs/PostCharactersCharacterIdMailLabelsRequest.md +15 -0
- package/docs/PostCharactersCharacterIdMailRequest.md +17 -0
- package/docs/PostCharactersCharacterIdMailRequestRecipientsInner.md +16 -0
- package/docs/PostFleetsFleetIdMembersRequest.md +17 -0
- package/docs/PostUiOpenwindowNewmailRequest.md +18 -0
- package/docs/PutCharactersCharacterIdCalendarEventIdRequest.md +14 -0
- package/docs/PutCharactersCharacterIdMailMailIdRequest.md +15 -0
- package/docs/PutFleetsFleetIdMembersMemberIdRequest.md +16 -0
- package/docs/PutFleetsFleetIdRequest.md +15 -0
- package/docs/PutFleetsFleetIdSquadsSquadIdRequest.md +14 -0
- package/docs/RoutesApi.md +101 -0
- package/docs/SearchApi.md +102 -0
- package/docs/SkillsApi.md +263 -0
- package/docs/SovereigntyApi.md +242 -0
- package/docs/SovereigntyCampaignsGetInner.md +23 -0
- package/docs/SovereigntyCampaignsGetInnerParticipantsInner.md +16 -0
- package/docs/SovereigntyMapGetInner.md +17 -0
- package/docs/SovereigntyStructuresGetInner.md +20 -0
- package/docs/StatusApi.md +86 -0
- package/docs/StatusGet.md +17 -0
- package/docs/UniverseAncestriesGetInner.md +19 -0
- package/docs/UniverseApi.md +2409 -0
- package/docs/UniverseAsteroidBeltsAsteroidBeltIdGet.md +16 -0
- package/docs/UniverseBloodlinesGetInner.md +24 -0
- package/docs/UniverseCategoriesCategoryIdGet.md +17 -0
- package/docs/UniverseConstellationsConstellationIdGet.md +18 -0
- package/docs/UniverseFactionsGetInner.md +23 -0
- package/docs/UniverseGraphicsGraphicIdGet.md +21 -0
- package/docs/UniverseGroupsGroupIdGet.md +18 -0
- package/docs/UniverseIdsPost.md +23 -0
- package/docs/UniverseIdsPostAgentsInner.md +16 -0
- package/docs/UniverseIdsPostAlliancesInner.md +16 -0
- package/docs/UniverseIdsPostCharactersInner.md +16 -0
- package/docs/UniverseIdsPostConstellationsInner.md +16 -0
- package/docs/UniverseIdsPostCorporationsInner.md +16 -0
- package/docs/UniverseIdsPostFactionsInner.md +16 -0
- package/docs/UniverseIdsPostInventoryTypesInner.md +16 -0
- package/docs/UniverseIdsPostRegionsInner.md +16 -0
- package/docs/UniverseIdsPostStationsInner.md +16 -0
- package/docs/UniverseIdsPostSystemsInner.md +16 -0
- package/docs/UniverseMoonsMoonIdGet.md +17 -0
- package/docs/UniverseNamesPostInner.md +16 -0
- package/docs/UniversePlanetsPlanetIdGet.md +18 -0
- package/docs/UniverseRacesGetInner.md +17 -0
- package/docs/UniverseRegionsRegionIdGet.md +17 -0
- package/docs/UniverseSchematicsSchematicIdGet.md +15 -0
- package/docs/UniverseStargatesStargateIdGet.md +19 -0
- package/docs/UniverseStargatesStargateIdGetDestination.md +15 -0
- package/docs/UniverseStarsStarIdGet.md +21 -0
- package/docs/UniverseStationsStationIdGet.md +25 -0
- package/docs/UniverseStructuresStructureIdGet.md +18 -0
- package/docs/UniverseStructuresStructureIdGetPosition.md +17 -0
- package/docs/UniverseSystemJumpsGetInner.md +15 -0
- package/docs/UniverseSystemKillsGetInner.md +17 -0
- package/docs/UniverseSystemsSystemIdGet.md +23 -0
- package/docs/UniverseSystemsSystemIdGetPlanetsInner.md +17 -0
- package/docs/UniverseTypesTypeIdGet.md +29 -0
- package/docs/UserInterfaceApi.md +439 -0
- package/docs/WalletApi.md +536 -0
- package/docs/WarsApi.md +254 -0
- package/docs/WarsWarIdGet.md +23 -0
- package/docs/WarsWarIdGetAggressor.md +18 -0
- package/docs/WarsWarIdGetAlliesInner.md +16 -0
- package/docs/WarsWarIdGetDefender.md +18 -0
- package/esisl_genoa_client-0.1.0.tgz +0 -0
- package/package.json +19 -0
- package/src/apis/AllianceApi.ts +480 -0
- package/src/apis/AssetsApi.ts +808 -0
- package/src/apis/CalendarApi.ts +559 -0
- package/src/apis/CharacterApi.ts +1705 -0
- package/src/apis/ClonesApi.ts +273 -0
- package/src/apis/ContactsApi.ts +1205 -0
- package/src/apis/ContractsApi.ts +1166 -0
- package/src/apis/CorporationApi.ts +2702 -0
- package/src/apis/DogmaApi.ts +594 -0
- package/src/apis/FactionWarfareApi.ts +898 -0
- package/src/apis/FittingsApi.ts +414 -0
- package/src/apis/FleetsApi.ts +1820 -0
- package/src/apis/IncursionsApi.ts +140 -0
- package/src/apis/IndustryApi.ts +1010 -0
- package/src/apis/InsuranceApi.ts +140 -0
- package/src/apis/KillmailsApi.ts +409 -0
- package/src/apis/LocationApi.ts +393 -0
- package/src/apis/LoyaltyApi.ts +269 -0
- package/src/apis/MailApi.ts +1198 -0
- package/src/apis/MarketApi.ts +1370 -0
- package/src/apis/MetaApi.ts +244 -0
- package/src/apis/PlanetaryInteractionApi.ts +523 -0
- package/src/apis/RoutesApi.ts +184 -0
- package/src/apis/SearchApi.ts +204 -0
- package/src/apis/SkillsApi.ts +393 -0
- package/src/apis/SovereigntyApi.ts +348 -0
- package/src/apis/StatusApi.ts +140 -0
- package/src/apis/UniverseApi.ts +3343 -0
- package/src/apis/UserInterfaceApi.ts +662 -0
- package/src/apis/WalletApi.ts +797 -0
- package/src/apis/WarsApi.ts +379 -0
- package/src/apis/index.ts +33 -0
- package/src/index.ts +5 -0
- package/src/models/index.ts +12585 -0
- package/src/runtime.ts +425 -0
- package/src/serviceFacade.ts +7 -0
- package/tsconfig.json +20 -0
|
@@ -0,0 +1,2409 @@
|
|
|
1
|
+
# UniverseApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
| [**getUniverseAncestries**](UniverseApi.md#getuniverseancestries) | **GET** /universe/ancestries | Get ancestries |
|
|
8
|
+
| [**getUniverseAsteroidBeltsAsteroidBeltId**](UniverseApi.md#getuniverseasteroidbeltsasteroidbeltid) | **GET** /universe/asteroid_belts/{asteroid_belt_id} | Get asteroid belt information |
|
|
9
|
+
| [**getUniverseBloodlines**](UniverseApi.md#getuniversebloodlines) | **GET** /universe/bloodlines | Get bloodlines |
|
|
10
|
+
| [**getUniverseCategories**](UniverseApi.md#getuniversecategories) | **GET** /universe/categories | Get item categories |
|
|
11
|
+
| [**getUniverseCategoriesCategoryId**](UniverseApi.md#getuniversecategoriescategoryid) | **GET** /universe/categories/{category_id} | Get item category information |
|
|
12
|
+
| [**getUniverseConstellations**](UniverseApi.md#getuniverseconstellations) | **GET** /universe/constellations | Get constellations |
|
|
13
|
+
| [**getUniverseConstellationsConstellationId**](UniverseApi.md#getuniverseconstellationsconstellationid) | **GET** /universe/constellations/{constellation_id} | Get constellation information |
|
|
14
|
+
| [**getUniverseFactions**](UniverseApi.md#getuniversefactions) | **GET** /universe/factions | Get factions |
|
|
15
|
+
| [**getUniverseGraphics**](UniverseApi.md#getuniversegraphics) | **GET** /universe/graphics | Get graphics |
|
|
16
|
+
| [**getUniverseGraphicsGraphicId**](UniverseApi.md#getuniversegraphicsgraphicid) | **GET** /universe/graphics/{graphic_id} | Get graphic information |
|
|
17
|
+
| [**getUniverseGroups**](UniverseApi.md#getuniversegroups) | **GET** /universe/groups | Get item groups |
|
|
18
|
+
| [**getUniverseGroupsGroupId**](UniverseApi.md#getuniversegroupsgroupid) | **GET** /universe/groups/{group_id} | Get item group information |
|
|
19
|
+
| [**getUniverseMoonsMoonId**](UniverseApi.md#getuniversemoonsmoonid) | **GET** /universe/moons/{moon_id} | Get moon information |
|
|
20
|
+
| [**getUniversePlanetsPlanetId**](UniverseApi.md#getuniverseplanetsplanetid) | **GET** /universe/planets/{planet_id} | Get planet information |
|
|
21
|
+
| [**getUniverseRaces**](UniverseApi.md#getuniverseraces) | **GET** /universe/races | Get character races |
|
|
22
|
+
| [**getUniverseRegions**](UniverseApi.md#getuniverseregions) | **GET** /universe/regions | Get regions |
|
|
23
|
+
| [**getUniverseRegionsRegionId**](UniverseApi.md#getuniverseregionsregionid) | **GET** /universe/regions/{region_id} | Get region information |
|
|
24
|
+
| [**getUniverseStargatesStargateId**](UniverseApi.md#getuniversestargatesstargateid) | **GET** /universe/stargates/{stargate_id} | Get stargate information |
|
|
25
|
+
| [**getUniverseStarsStarId**](UniverseApi.md#getuniversestarsstarid) | **GET** /universe/stars/{star_id} | Get star information |
|
|
26
|
+
| [**getUniverseStationsStationId**](UniverseApi.md#getuniversestationsstationid) | **GET** /universe/stations/{station_id} | Get station information |
|
|
27
|
+
| [**getUniverseStructures**](UniverseApi.md#getuniversestructures) | **GET** /universe/structures | List all public structures |
|
|
28
|
+
| [**getUniverseStructuresStructureId**](UniverseApi.md#getuniversestructuresstructureid) | **GET** /universe/structures/{structure_id} | Get structure information |
|
|
29
|
+
| [**getUniverseSystemJumps**](UniverseApi.md#getuniversesystemjumps) | **GET** /universe/system_jumps | Get system jumps |
|
|
30
|
+
| [**getUniverseSystemKills**](UniverseApi.md#getuniversesystemkills) | **GET** /universe/system_kills | Get system kills |
|
|
31
|
+
| [**getUniverseSystems**](UniverseApi.md#getuniversesystems) | **GET** /universe/systems | Get solar systems |
|
|
32
|
+
| [**getUniverseSystemsSystemId**](UniverseApi.md#getuniversesystemssystemid) | **GET** /universe/systems/{system_id} | Get solar system information |
|
|
33
|
+
| [**getUniverseTypes**](UniverseApi.md#getuniversetypes) | **GET** /universe/types | Get types |
|
|
34
|
+
| [**getUniverseTypesTypeId**](UniverseApi.md#getuniversetypestypeid) | **GET** /universe/types/{type_id} | Get type information |
|
|
35
|
+
| [**postUniverseIds**](UniverseApi.md#postuniverseids) | **POST** /universe/ids | Bulk names to IDs |
|
|
36
|
+
| [**postUniverseNames**](UniverseApi.md#postuniversenames) | **POST** /universe/names | Get names and categories for a set of IDs |
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
## getUniverseAncestries
|
|
41
|
+
|
|
42
|
+
> Array<UniverseAncestriesGetInner> getUniverseAncestries(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
43
|
+
|
|
44
|
+
Get ancestries
|
|
45
|
+
|
|
46
|
+
Get all character ancestries This route expires daily at 11:05
|
|
47
|
+
|
|
48
|
+
### Example
|
|
49
|
+
|
|
50
|
+
```ts
|
|
51
|
+
import {
|
|
52
|
+
Configuration,
|
|
53
|
+
UniverseApi,
|
|
54
|
+
} from 'esisl_genoa_client';
|
|
55
|
+
import type { GetUniverseAncestriesRequest } from 'esisl_genoa_client';
|
|
56
|
+
|
|
57
|
+
async function example() {
|
|
58
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
59
|
+
const api = new UniverseApi();
|
|
60
|
+
|
|
61
|
+
const body = {
|
|
62
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
63
|
+
xCompatibilityDate: 2013-10-20,
|
|
64
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
65
|
+
acceptLanguage: acceptLanguage_example,
|
|
66
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
67
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
68
|
+
// string | The tenant ID for the request. (optional)
|
|
69
|
+
xTenant: ,
|
|
70
|
+
} satisfies GetUniverseAncestriesRequest;
|
|
71
|
+
|
|
72
|
+
try {
|
|
73
|
+
const data = await api.getUniverseAncestries(body);
|
|
74
|
+
console.log(data);
|
|
75
|
+
} catch (error) {
|
|
76
|
+
console.error(error);
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
// Run the test
|
|
81
|
+
example().catch(console.error);
|
|
82
|
+
```
|
|
83
|
+
|
|
84
|
+
### Parameters
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
| Name | Type | Description | Notes |
|
|
88
|
+
|------------- | ------------- | ------------- | -------------|
|
|
89
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
90
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
91
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
92
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
93
|
+
|
|
94
|
+
### Return type
|
|
95
|
+
|
|
96
|
+
[**Array<UniverseAncestriesGetInner>**](UniverseAncestriesGetInner.md)
|
|
97
|
+
|
|
98
|
+
### Authorization
|
|
99
|
+
|
|
100
|
+
No authorization required
|
|
101
|
+
|
|
102
|
+
### HTTP request headers
|
|
103
|
+
|
|
104
|
+
- **Content-Type**: Not defined
|
|
105
|
+
- **Accept**: `application/json`
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
### HTTP response details
|
|
109
|
+
| Status code | Description | Response headers |
|
|
110
|
+
|-------------|-------------|------------------|
|
|
111
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
112
|
+
| **0** | Error | - |
|
|
113
|
+
|
|
114
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
## getUniverseAsteroidBeltsAsteroidBeltId
|
|
118
|
+
|
|
119
|
+
> UniverseAsteroidBeltsAsteroidBeltIdGet getUniverseAsteroidBeltsAsteroidBeltId(asteroidBeltId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
120
|
+
|
|
121
|
+
Get asteroid belt information
|
|
122
|
+
|
|
123
|
+
Get information on an asteroid belt This route expires daily at 11:05
|
|
124
|
+
|
|
125
|
+
### Example
|
|
126
|
+
|
|
127
|
+
```ts
|
|
128
|
+
import {
|
|
129
|
+
Configuration,
|
|
130
|
+
UniverseApi,
|
|
131
|
+
} from 'esisl_genoa_client';
|
|
132
|
+
import type { GetUniverseAsteroidBeltsAsteroidBeltIdRequest } from 'esisl_genoa_client';
|
|
133
|
+
|
|
134
|
+
async function example() {
|
|
135
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
136
|
+
const api = new UniverseApi();
|
|
137
|
+
|
|
138
|
+
const body = {
|
|
139
|
+
// number
|
|
140
|
+
asteroidBeltId: 789,
|
|
141
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
142
|
+
xCompatibilityDate: 2013-10-20,
|
|
143
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
144
|
+
acceptLanguage: acceptLanguage_example,
|
|
145
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
146
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
147
|
+
// string | The tenant ID for the request. (optional)
|
|
148
|
+
xTenant: ,
|
|
149
|
+
} satisfies GetUniverseAsteroidBeltsAsteroidBeltIdRequest;
|
|
150
|
+
|
|
151
|
+
try {
|
|
152
|
+
const data = await api.getUniverseAsteroidBeltsAsteroidBeltId(body);
|
|
153
|
+
console.log(data);
|
|
154
|
+
} catch (error) {
|
|
155
|
+
console.error(error);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
// Run the test
|
|
160
|
+
example().catch(console.error);
|
|
161
|
+
```
|
|
162
|
+
|
|
163
|
+
### Parameters
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
| Name | Type | Description | Notes |
|
|
167
|
+
|------------- | ------------- | ------------- | -------------|
|
|
168
|
+
| **asteroidBeltId** | `number` | | [Defaults to `undefined`] |
|
|
169
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
170
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
171
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
172
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
173
|
+
|
|
174
|
+
### Return type
|
|
175
|
+
|
|
176
|
+
[**UniverseAsteroidBeltsAsteroidBeltIdGet**](UniverseAsteroidBeltsAsteroidBeltIdGet.md)
|
|
177
|
+
|
|
178
|
+
### Authorization
|
|
179
|
+
|
|
180
|
+
No authorization required
|
|
181
|
+
|
|
182
|
+
### HTTP request headers
|
|
183
|
+
|
|
184
|
+
- **Content-Type**: Not defined
|
|
185
|
+
- **Accept**: `application/json`
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
### HTTP response details
|
|
189
|
+
| Status code | Description | Response headers |
|
|
190
|
+
|-------------|-------------|------------------|
|
|
191
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
192
|
+
| **0** | Error | - |
|
|
193
|
+
|
|
194
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
## getUniverseBloodlines
|
|
198
|
+
|
|
199
|
+
> Array<UniverseBloodlinesGetInner> getUniverseBloodlines(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
200
|
+
|
|
201
|
+
Get bloodlines
|
|
202
|
+
|
|
203
|
+
Get a list of bloodlines This route expires daily at 11:05
|
|
204
|
+
|
|
205
|
+
### Example
|
|
206
|
+
|
|
207
|
+
```ts
|
|
208
|
+
import {
|
|
209
|
+
Configuration,
|
|
210
|
+
UniverseApi,
|
|
211
|
+
} from 'esisl_genoa_client';
|
|
212
|
+
import type { GetUniverseBloodlinesRequest } from 'esisl_genoa_client';
|
|
213
|
+
|
|
214
|
+
async function example() {
|
|
215
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
216
|
+
const api = new UniverseApi();
|
|
217
|
+
|
|
218
|
+
const body = {
|
|
219
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
220
|
+
xCompatibilityDate: 2013-10-20,
|
|
221
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
222
|
+
acceptLanguage: acceptLanguage_example,
|
|
223
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
224
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
225
|
+
// string | The tenant ID for the request. (optional)
|
|
226
|
+
xTenant: ,
|
|
227
|
+
} satisfies GetUniverseBloodlinesRequest;
|
|
228
|
+
|
|
229
|
+
try {
|
|
230
|
+
const data = await api.getUniverseBloodlines(body);
|
|
231
|
+
console.log(data);
|
|
232
|
+
} catch (error) {
|
|
233
|
+
console.error(error);
|
|
234
|
+
}
|
|
235
|
+
}
|
|
236
|
+
|
|
237
|
+
// Run the test
|
|
238
|
+
example().catch(console.error);
|
|
239
|
+
```
|
|
240
|
+
|
|
241
|
+
### Parameters
|
|
242
|
+
|
|
243
|
+
|
|
244
|
+
| Name | Type | Description | Notes |
|
|
245
|
+
|------------- | ------------- | ------------- | -------------|
|
|
246
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
247
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
248
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
249
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
250
|
+
|
|
251
|
+
### Return type
|
|
252
|
+
|
|
253
|
+
[**Array<UniverseBloodlinesGetInner>**](UniverseBloodlinesGetInner.md)
|
|
254
|
+
|
|
255
|
+
### Authorization
|
|
256
|
+
|
|
257
|
+
No authorization required
|
|
258
|
+
|
|
259
|
+
### HTTP request headers
|
|
260
|
+
|
|
261
|
+
- **Content-Type**: Not defined
|
|
262
|
+
- **Accept**: `application/json`
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
### HTTP response details
|
|
266
|
+
| Status code | Description | Response headers |
|
|
267
|
+
|-------------|-------------|------------------|
|
|
268
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
269
|
+
| **0** | Error | - |
|
|
270
|
+
|
|
271
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
## getUniverseCategories
|
|
275
|
+
|
|
276
|
+
> Array<number> getUniverseCategories(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
277
|
+
|
|
278
|
+
Get item categories
|
|
279
|
+
|
|
280
|
+
Get a list of item categories This route expires daily at 11:05
|
|
281
|
+
|
|
282
|
+
### Example
|
|
283
|
+
|
|
284
|
+
```ts
|
|
285
|
+
import {
|
|
286
|
+
Configuration,
|
|
287
|
+
UniverseApi,
|
|
288
|
+
} from 'esisl_genoa_client';
|
|
289
|
+
import type { GetUniverseCategoriesRequest } from 'esisl_genoa_client';
|
|
290
|
+
|
|
291
|
+
async function example() {
|
|
292
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
293
|
+
const api = new UniverseApi();
|
|
294
|
+
|
|
295
|
+
const body = {
|
|
296
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
297
|
+
xCompatibilityDate: 2013-10-20,
|
|
298
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
299
|
+
acceptLanguage: acceptLanguage_example,
|
|
300
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
301
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
302
|
+
// string | The tenant ID for the request. (optional)
|
|
303
|
+
xTenant: ,
|
|
304
|
+
} satisfies GetUniverseCategoriesRequest;
|
|
305
|
+
|
|
306
|
+
try {
|
|
307
|
+
const data = await api.getUniverseCategories(body);
|
|
308
|
+
console.log(data);
|
|
309
|
+
} catch (error) {
|
|
310
|
+
console.error(error);
|
|
311
|
+
}
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
// Run the test
|
|
315
|
+
example().catch(console.error);
|
|
316
|
+
```
|
|
317
|
+
|
|
318
|
+
### Parameters
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
| Name | Type | Description | Notes |
|
|
322
|
+
|------------- | ------------- | ------------- | -------------|
|
|
323
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
324
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
325
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
326
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
327
|
+
|
|
328
|
+
### Return type
|
|
329
|
+
|
|
330
|
+
**Array<number>**
|
|
331
|
+
|
|
332
|
+
### Authorization
|
|
333
|
+
|
|
334
|
+
No authorization required
|
|
335
|
+
|
|
336
|
+
### HTTP request headers
|
|
337
|
+
|
|
338
|
+
- **Content-Type**: Not defined
|
|
339
|
+
- **Accept**: `application/json`
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
### HTTP response details
|
|
343
|
+
| Status code | Description | Response headers |
|
|
344
|
+
|-------------|-------------|------------------|
|
|
345
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
346
|
+
| **0** | Error | - |
|
|
347
|
+
|
|
348
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
## getUniverseCategoriesCategoryId
|
|
352
|
+
|
|
353
|
+
> UniverseCategoriesCategoryIdGet getUniverseCategoriesCategoryId(categoryId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
354
|
+
|
|
355
|
+
Get item category information
|
|
356
|
+
|
|
357
|
+
Get information of an item category This route expires daily at 11:05
|
|
358
|
+
|
|
359
|
+
### Example
|
|
360
|
+
|
|
361
|
+
```ts
|
|
362
|
+
import {
|
|
363
|
+
Configuration,
|
|
364
|
+
UniverseApi,
|
|
365
|
+
} from 'esisl_genoa_client';
|
|
366
|
+
import type { GetUniverseCategoriesCategoryIdRequest } from 'esisl_genoa_client';
|
|
367
|
+
|
|
368
|
+
async function example() {
|
|
369
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
370
|
+
const api = new UniverseApi();
|
|
371
|
+
|
|
372
|
+
const body = {
|
|
373
|
+
// number
|
|
374
|
+
categoryId: 789,
|
|
375
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
376
|
+
xCompatibilityDate: 2013-10-20,
|
|
377
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
378
|
+
acceptLanguage: acceptLanguage_example,
|
|
379
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
380
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
381
|
+
// string | The tenant ID for the request. (optional)
|
|
382
|
+
xTenant: ,
|
|
383
|
+
} satisfies GetUniverseCategoriesCategoryIdRequest;
|
|
384
|
+
|
|
385
|
+
try {
|
|
386
|
+
const data = await api.getUniverseCategoriesCategoryId(body);
|
|
387
|
+
console.log(data);
|
|
388
|
+
} catch (error) {
|
|
389
|
+
console.error(error);
|
|
390
|
+
}
|
|
391
|
+
}
|
|
392
|
+
|
|
393
|
+
// Run the test
|
|
394
|
+
example().catch(console.error);
|
|
395
|
+
```
|
|
396
|
+
|
|
397
|
+
### Parameters
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
| Name | Type | Description | Notes |
|
|
401
|
+
|------------- | ------------- | ------------- | -------------|
|
|
402
|
+
| **categoryId** | `number` | | [Defaults to `undefined`] |
|
|
403
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
404
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
405
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
406
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
407
|
+
|
|
408
|
+
### Return type
|
|
409
|
+
|
|
410
|
+
[**UniverseCategoriesCategoryIdGet**](UniverseCategoriesCategoryIdGet.md)
|
|
411
|
+
|
|
412
|
+
### Authorization
|
|
413
|
+
|
|
414
|
+
No authorization required
|
|
415
|
+
|
|
416
|
+
### HTTP request headers
|
|
417
|
+
|
|
418
|
+
- **Content-Type**: Not defined
|
|
419
|
+
- **Accept**: `application/json`
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
### HTTP response details
|
|
423
|
+
| Status code | Description | Response headers |
|
|
424
|
+
|-------------|-------------|------------------|
|
|
425
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
426
|
+
| **0** | Error | - |
|
|
427
|
+
|
|
428
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
429
|
+
|
|
430
|
+
|
|
431
|
+
## getUniverseConstellations
|
|
432
|
+
|
|
433
|
+
> Array<number> getUniverseConstellations(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
434
|
+
|
|
435
|
+
Get constellations
|
|
436
|
+
|
|
437
|
+
Get a list of constellations This route expires daily at 11:05
|
|
438
|
+
|
|
439
|
+
### Example
|
|
440
|
+
|
|
441
|
+
```ts
|
|
442
|
+
import {
|
|
443
|
+
Configuration,
|
|
444
|
+
UniverseApi,
|
|
445
|
+
} from 'esisl_genoa_client';
|
|
446
|
+
import type { GetUniverseConstellationsRequest } from 'esisl_genoa_client';
|
|
447
|
+
|
|
448
|
+
async function example() {
|
|
449
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
450
|
+
const api = new UniverseApi();
|
|
451
|
+
|
|
452
|
+
const body = {
|
|
453
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
454
|
+
xCompatibilityDate: 2013-10-20,
|
|
455
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
456
|
+
acceptLanguage: acceptLanguage_example,
|
|
457
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
458
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
459
|
+
// string | The tenant ID for the request. (optional)
|
|
460
|
+
xTenant: ,
|
|
461
|
+
} satisfies GetUniverseConstellationsRequest;
|
|
462
|
+
|
|
463
|
+
try {
|
|
464
|
+
const data = await api.getUniverseConstellations(body);
|
|
465
|
+
console.log(data);
|
|
466
|
+
} catch (error) {
|
|
467
|
+
console.error(error);
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
// Run the test
|
|
472
|
+
example().catch(console.error);
|
|
473
|
+
```
|
|
474
|
+
|
|
475
|
+
### Parameters
|
|
476
|
+
|
|
477
|
+
|
|
478
|
+
| Name | Type | Description | Notes |
|
|
479
|
+
|------------- | ------------- | ------------- | -------------|
|
|
480
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
481
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
482
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
483
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
484
|
+
|
|
485
|
+
### Return type
|
|
486
|
+
|
|
487
|
+
**Array<number>**
|
|
488
|
+
|
|
489
|
+
### Authorization
|
|
490
|
+
|
|
491
|
+
No authorization required
|
|
492
|
+
|
|
493
|
+
### HTTP request headers
|
|
494
|
+
|
|
495
|
+
- **Content-Type**: Not defined
|
|
496
|
+
- **Accept**: `application/json`
|
|
497
|
+
|
|
498
|
+
|
|
499
|
+
### HTTP response details
|
|
500
|
+
| Status code | Description | Response headers |
|
|
501
|
+
|-------------|-------------|------------------|
|
|
502
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
503
|
+
| **0** | Error | - |
|
|
504
|
+
|
|
505
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
506
|
+
|
|
507
|
+
|
|
508
|
+
## getUniverseConstellationsConstellationId
|
|
509
|
+
|
|
510
|
+
> UniverseConstellationsConstellationIdGet getUniverseConstellationsConstellationId(constellationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
511
|
+
|
|
512
|
+
Get constellation information
|
|
513
|
+
|
|
514
|
+
Get information on a constellation This route expires daily at 11:05
|
|
515
|
+
|
|
516
|
+
### Example
|
|
517
|
+
|
|
518
|
+
```ts
|
|
519
|
+
import {
|
|
520
|
+
Configuration,
|
|
521
|
+
UniverseApi,
|
|
522
|
+
} from 'esisl_genoa_client';
|
|
523
|
+
import type { GetUniverseConstellationsConstellationIdRequest } from 'esisl_genoa_client';
|
|
524
|
+
|
|
525
|
+
async function example() {
|
|
526
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
527
|
+
const api = new UniverseApi();
|
|
528
|
+
|
|
529
|
+
const body = {
|
|
530
|
+
// number
|
|
531
|
+
constellationId: 789,
|
|
532
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
533
|
+
xCompatibilityDate: 2013-10-20,
|
|
534
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
535
|
+
acceptLanguage: acceptLanguage_example,
|
|
536
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
537
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
538
|
+
// string | The tenant ID for the request. (optional)
|
|
539
|
+
xTenant: ,
|
|
540
|
+
} satisfies GetUniverseConstellationsConstellationIdRequest;
|
|
541
|
+
|
|
542
|
+
try {
|
|
543
|
+
const data = await api.getUniverseConstellationsConstellationId(body);
|
|
544
|
+
console.log(data);
|
|
545
|
+
} catch (error) {
|
|
546
|
+
console.error(error);
|
|
547
|
+
}
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
// Run the test
|
|
551
|
+
example().catch(console.error);
|
|
552
|
+
```
|
|
553
|
+
|
|
554
|
+
### Parameters
|
|
555
|
+
|
|
556
|
+
|
|
557
|
+
| Name | Type | Description | Notes |
|
|
558
|
+
|------------- | ------------- | ------------- | -------------|
|
|
559
|
+
| **constellationId** | `number` | | [Defaults to `undefined`] |
|
|
560
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
561
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
562
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
563
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
564
|
+
|
|
565
|
+
### Return type
|
|
566
|
+
|
|
567
|
+
[**UniverseConstellationsConstellationIdGet**](UniverseConstellationsConstellationIdGet.md)
|
|
568
|
+
|
|
569
|
+
### Authorization
|
|
570
|
+
|
|
571
|
+
No authorization required
|
|
572
|
+
|
|
573
|
+
### HTTP request headers
|
|
574
|
+
|
|
575
|
+
- **Content-Type**: Not defined
|
|
576
|
+
- **Accept**: `application/json`
|
|
577
|
+
|
|
578
|
+
|
|
579
|
+
### HTTP response details
|
|
580
|
+
| Status code | Description | Response headers |
|
|
581
|
+
|-------------|-------------|------------------|
|
|
582
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
583
|
+
| **0** | Error | - |
|
|
584
|
+
|
|
585
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
586
|
+
|
|
587
|
+
|
|
588
|
+
## getUniverseFactions
|
|
589
|
+
|
|
590
|
+
> Array<UniverseFactionsGetInner> getUniverseFactions(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
591
|
+
|
|
592
|
+
Get factions
|
|
593
|
+
|
|
594
|
+
Get a list of factions This route expires daily at 11:05
|
|
595
|
+
|
|
596
|
+
### Example
|
|
597
|
+
|
|
598
|
+
```ts
|
|
599
|
+
import {
|
|
600
|
+
Configuration,
|
|
601
|
+
UniverseApi,
|
|
602
|
+
} from 'esisl_genoa_client';
|
|
603
|
+
import type { GetUniverseFactionsRequest } from 'esisl_genoa_client';
|
|
604
|
+
|
|
605
|
+
async function example() {
|
|
606
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
607
|
+
const api = new UniverseApi();
|
|
608
|
+
|
|
609
|
+
const body = {
|
|
610
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
611
|
+
xCompatibilityDate: 2013-10-20,
|
|
612
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
613
|
+
acceptLanguage: acceptLanguage_example,
|
|
614
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
615
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
616
|
+
// string | The tenant ID for the request. (optional)
|
|
617
|
+
xTenant: ,
|
|
618
|
+
} satisfies GetUniverseFactionsRequest;
|
|
619
|
+
|
|
620
|
+
try {
|
|
621
|
+
const data = await api.getUniverseFactions(body);
|
|
622
|
+
console.log(data);
|
|
623
|
+
} catch (error) {
|
|
624
|
+
console.error(error);
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
// Run the test
|
|
629
|
+
example().catch(console.error);
|
|
630
|
+
```
|
|
631
|
+
|
|
632
|
+
### Parameters
|
|
633
|
+
|
|
634
|
+
|
|
635
|
+
| Name | Type | Description | Notes |
|
|
636
|
+
|------------- | ------------- | ------------- | -------------|
|
|
637
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
638
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
639
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
640
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
641
|
+
|
|
642
|
+
### Return type
|
|
643
|
+
|
|
644
|
+
[**Array<UniverseFactionsGetInner>**](UniverseFactionsGetInner.md)
|
|
645
|
+
|
|
646
|
+
### Authorization
|
|
647
|
+
|
|
648
|
+
No authorization required
|
|
649
|
+
|
|
650
|
+
### HTTP request headers
|
|
651
|
+
|
|
652
|
+
- **Content-Type**: Not defined
|
|
653
|
+
- **Accept**: `application/json`
|
|
654
|
+
|
|
655
|
+
|
|
656
|
+
### HTTP response details
|
|
657
|
+
| Status code | Description | Response headers |
|
|
658
|
+
|-------------|-------------|------------------|
|
|
659
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
660
|
+
| **0** | Error | - |
|
|
661
|
+
|
|
662
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
663
|
+
|
|
664
|
+
|
|
665
|
+
## getUniverseGraphics
|
|
666
|
+
|
|
667
|
+
> Array<number> getUniverseGraphics(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
668
|
+
|
|
669
|
+
Get graphics
|
|
670
|
+
|
|
671
|
+
Get a list of graphics This route expires daily at 11:05
|
|
672
|
+
|
|
673
|
+
### Example
|
|
674
|
+
|
|
675
|
+
```ts
|
|
676
|
+
import {
|
|
677
|
+
Configuration,
|
|
678
|
+
UniverseApi,
|
|
679
|
+
} from 'esisl_genoa_client';
|
|
680
|
+
import type { GetUniverseGraphicsRequest } from 'esisl_genoa_client';
|
|
681
|
+
|
|
682
|
+
async function example() {
|
|
683
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
684
|
+
const api = new UniverseApi();
|
|
685
|
+
|
|
686
|
+
const body = {
|
|
687
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
688
|
+
xCompatibilityDate: 2013-10-20,
|
|
689
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
690
|
+
acceptLanguage: acceptLanguage_example,
|
|
691
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
692
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
693
|
+
// string | The tenant ID for the request. (optional)
|
|
694
|
+
xTenant: ,
|
|
695
|
+
} satisfies GetUniverseGraphicsRequest;
|
|
696
|
+
|
|
697
|
+
try {
|
|
698
|
+
const data = await api.getUniverseGraphics(body);
|
|
699
|
+
console.log(data);
|
|
700
|
+
} catch (error) {
|
|
701
|
+
console.error(error);
|
|
702
|
+
}
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
// Run the test
|
|
706
|
+
example().catch(console.error);
|
|
707
|
+
```
|
|
708
|
+
|
|
709
|
+
### Parameters
|
|
710
|
+
|
|
711
|
+
|
|
712
|
+
| Name | Type | Description | Notes |
|
|
713
|
+
|------------- | ------------- | ------------- | -------------|
|
|
714
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
715
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
716
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
717
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
718
|
+
|
|
719
|
+
### Return type
|
|
720
|
+
|
|
721
|
+
**Array<number>**
|
|
722
|
+
|
|
723
|
+
### Authorization
|
|
724
|
+
|
|
725
|
+
No authorization required
|
|
726
|
+
|
|
727
|
+
### HTTP request headers
|
|
728
|
+
|
|
729
|
+
- **Content-Type**: Not defined
|
|
730
|
+
- **Accept**: `application/json`
|
|
731
|
+
|
|
732
|
+
|
|
733
|
+
### HTTP response details
|
|
734
|
+
| Status code | Description | Response headers |
|
|
735
|
+
|-------------|-------------|------------------|
|
|
736
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
737
|
+
| **0** | Error | - |
|
|
738
|
+
|
|
739
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
740
|
+
|
|
741
|
+
|
|
742
|
+
## getUniverseGraphicsGraphicId
|
|
743
|
+
|
|
744
|
+
> UniverseGraphicsGraphicIdGet getUniverseGraphicsGraphicId(graphicId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
745
|
+
|
|
746
|
+
Get graphic information
|
|
747
|
+
|
|
748
|
+
Get information on a graphic This route expires daily at 11:05
|
|
749
|
+
|
|
750
|
+
### Example
|
|
751
|
+
|
|
752
|
+
```ts
|
|
753
|
+
import {
|
|
754
|
+
Configuration,
|
|
755
|
+
UniverseApi,
|
|
756
|
+
} from 'esisl_genoa_client';
|
|
757
|
+
import type { GetUniverseGraphicsGraphicIdRequest } from 'esisl_genoa_client';
|
|
758
|
+
|
|
759
|
+
async function example() {
|
|
760
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
761
|
+
const api = new UniverseApi();
|
|
762
|
+
|
|
763
|
+
const body = {
|
|
764
|
+
// number
|
|
765
|
+
graphicId: 789,
|
|
766
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
767
|
+
xCompatibilityDate: 2013-10-20,
|
|
768
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
769
|
+
acceptLanguage: acceptLanguage_example,
|
|
770
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
771
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
772
|
+
// string | The tenant ID for the request. (optional)
|
|
773
|
+
xTenant: ,
|
|
774
|
+
} satisfies GetUniverseGraphicsGraphicIdRequest;
|
|
775
|
+
|
|
776
|
+
try {
|
|
777
|
+
const data = await api.getUniverseGraphicsGraphicId(body);
|
|
778
|
+
console.log(data);
|
|
779
|
+
} catch (error) {
|
|
780
|
+
console.error(error);
|
|
781
|
+
}
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
// Run the test
|
|
785
|
+
example().catch(console.error);
|
|
786
|
+
```
|
|
787
|
+
|
|
788
|
+
### Parameters
|
|
789
|
+
|
|
790
|
+
|
|
791
|
+
| Name | Type | Description | Notes |
|
|
792
|
+
|------------- | ------------- | ------------- | -------------|
|
|
793
|
+
| **graphicId** | `number` | | [Defaults to `undefined`] |
|
|
794
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
795
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
796
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
797
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
798
|
+
|
|
799
|
+
### Return type
|
|
800
|
+
|
|
801
|
+
[**UniverseGraphicsGraphicIdGet**](UniverseGraphicsGraphicIdGet.md)
|
|
802
|
+
|
|
803
|
+
### Authorization
|
|
804
|
+
|
|
805
|
+
No authorization required
|
|
806
|
+
|
|
807
|
+
### HTTP request headers
|
|
808
|
+
|
|
809
|
+
- **Content-Type**: Not defined
|
|
810
|
+
- **Accept**: `application/json`
|
|
811
|
+
|
|
812
|
+
|
|
813
|
+
### HTTP response details
|
|
814
|
+
| Status code | Description | Response headers |
|
|
815
|
+
|-------------|-------------|------------------|
|
|
816
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
817
|
+
| **0** | Error | - |
|
|
818
|
+
|
|
819
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
820
|
+
|
|
821
|
+
|
|
822
|
+
## getUniverseGroups
|
|
823
|
+
|
|
824
|
+
> Array<number> getUniverseGroups(xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
825
|
+
|
|
826
|
+
Get item groups
|
|
827
|
+
|
|
828
|
+
Get a list of item groups This route expires daily at 11:05
|
|
829
|
+
|
|
830
|
+
### Example
|
|
831
|
+
|
|
832
|
+
```ts
|
|
833
|
+
import {
|
|
834
|
+
Configuration,
|
|
835
|
+
UniverseApi,
|
|
836
|
+
} from 'esisl_genoa_client';
|
|
837
|
+
import type { GetUniverseGroupsRequest } from 'esisl_genoa_client';
|
|
838
|
+
|
|
839
|
+
async function example() {
|
|
840
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
841
|
+
const api = new UniverseApi();
|
|
842
|
+
|
|
843
|
+
const body = {
|
|
844
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
845
|
+
xCompatibilityDate: 2013-10-20,
|
|
846
|
+
// number (optional)
|
|
847
|
+
page: 56,
|
|
848
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
849
|
+
acceptLanguage: acceptLanguage_example,
|
|
850
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
851
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
852
|
+
// string | The tenant ID for the request. (optional)
|
|
853
|
+
xTenant: ,
|
|
854
|
+
} satisfies GetUniverseGroupsRequest;
|
|
855
|
+
|
|
856
|
+
try {
|
|
857
|
+
const data = await api.getUniverseGroups(body);
|
|
858
|
+
console.log(data);
|
|
859
|
+
} catch (error) {
|
|
860
|
+
console.error(error);
|
|
861
|
+
}
|
|
862
|
+
}
|
|
863
|
+
|
|
864
|
+
// Run the test
|
|
865
|
+
example().catch(console.error);
|
|
866
|
+
```
|
|
867
|
+
|
|
868
|
+
### Parameters
|
|
869
|
+
|
|
870
|
+
|
|
871
|
+
| Name | Type | Description | Notes |
|
|
872
|
+
|------------- | ------------- | ------------- | -------------|
|
|
873
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
874
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
875
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
876
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
877
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
878
|
+
|
|
879
|
+
### Return type
|
|
880
|
+
|
|
881
|
+
**Array<number>**
|
|
882
|
+
|
|
883
|
+
### Authorization
|
|
884
|
+
|
|
885
|
+
No authorization required
|
|
886
|
+
|
|
887
|
+
### HTTP request headers
|
|
888
|
+
|
|
889
|
+
- **Content-Type**: Not defined
|
|
890
|
+
- **Accept**: `application/json`
|
|
891
|
+
|
|
892
|
+
|
|
893
|
+
### HTTP response details
|
|
894
|
+
| Status code | Description | Response headers |
|
|
895
|
+
|-------------|-------------|------------------|
|
|
896
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
897
|
+
| **0** | Error | - |
|
|
898
|
+
|
|
899
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
900
|
+
|
|
901
|
+
|
|
902
|
+
## getUniverseGroupsGroupId
|
|
903
|
+
|
|
904
|
+
> UniverseGroupsGroupIdGet getUniverseGroupsGroupId(groupId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
905
|
+
|
|
906
|
+
Get item group information
|
|
907
|
+
|
|
908
|
+
Get information on an item group This route expires daily at 11:05
|
|
909
|
+
|
|
910
|
+
### Example
|
|
911
|
+
|
|
912
|
+
```ts
|
|
913
|
+
import {
|
|
914
|
+
Configuration,
|
|
915
|
+
UniverseApi,
|
|
916
|
+
} from 'esisl_genoa_client';
|
|
917
|
+
import type { GetUniverseGroupsGroupIdRequest } from 'esisl_genoa_client';
|
|
918
|
+
|
|
919
|
+
async function example() {
|
|
920
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
921
|
+
const api = new UniverseApi();
|
|
922
|
+
|
|
923
|
+
const body = {
|
|
924
|
+
// number
|
|
925
|
+
groupId: 789,
|
|
926
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
927
|
+
xCompatibilityDate: 2013-10-20,
|
|
928
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
929
|
+
acceptLanguage: acceptLanguage_example,
|
|
930
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
931
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
932
|
+
// string | The tenant ID for the request. (optional)
|
|
933
|
+
xTenant: ,
|
|
934
|
+
} satisfies GetUniverseGroupsGroupIdRequest;
|
|
935
|
+
|
|
936
|
+
try {
|
|
937
|
+
const data = await api.getUniverseGroupsGroupId(body);
|
|
938
|
+
console.log(data);
|
|
939
|
+
} catch (error) {
|
|
940
|
+
console.error(error);
|
|
941
|
+
}
|
|
942
|
+
}
|
|
943
|
+
|
|
944
|
+
// Run the test
|
|
945
|
+
example().catch(console.error);
|
|
946
|
+
```
|
|
947
|
+
|
|
948
|
+
### Parameters
|
|
949
|
+
|
|
950
|
+
|
|
951
|
+
| Name | Type | Description | Notes |
|
|
952
|
+
|------------- | ------------- | ------------- | -------------|
|
|
953
|
+
| **groupId** | `number` | | [Defaults to `undefined`] |
|
|
954
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
955
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
956
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
957
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
958
|
+
|
|
959
|
+
### Return type
|
|
960
|
+
|
|
961
|
+
[**UniverseGroupsGroupIdGet**](UniverseGroupsGroupIdGet.md)
|
|
962
|
+
|
|
963
|
+
### Authorization
|
|
964
|
+
|
|
965
|
+
No authorization required
|
|
966
|
+
|
|
967
|
+
### HTTP request headers
|
|
968
|
+
|
|
969
|
+
- **Content-Type**: Not defined
|
|
970
|
+
- **Accept**: `application/json`
|
|
971
|
+
|
|
972
|
+
|
|
973
|
+
### HTTP response details
|
|
974
|
+
| Status code | Description | Response headers |
|
|
975
|
+
|-------------|-------------|------------------|
|
|
976
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
977
|
+
| **0** | Error | - |
|
|
978
|
+
|
|
979
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
980
|
+
|
|
981
|
+
|
|
982
|
+
## getUniverseMoonsMoonId
|
|
983
|
+
|
|
984
|
+
> UniverseMoonsMoonIdGet getUniverseMoonsMoonId(moonId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
985
|
+
|
|
986
|
+
Get moon information
|
|
987
|
+
|
|
988
|
+
Get information on a moon This route expires daily at 11:05
|
|
989
|
+
|
|
990
|
+
### Example
|
|
991
|
+
|
|
992
|
+
```ts
|
|
993
|
+
import {
|
|
994
|
+
Configuration,
|
|
995
|
+
UniverseApi,
|
|
996
|
+
} from 'esisl_genoa_client';
|
|
997
|
+
import type { GetUniverseMoonsMoonIdRequest } from 'esisl_genoa_client';
|
|
998
|
+
|
|
999
|
+
async function example() {
|
|
1000
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1001
|
+
const api = new UniverseApi();
|
|
1002
|
+
|
|
1003
|
+
const body = {
|
|
1004
|
+
// number
|
|
1005
|
+
moonId: 789,
|
|
1006
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1007
|
+
xCompatibilityDate: 2013-10-20,
|
|
1008
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1009
|
+
acceptLanguage: acceptLanguage_example,
|
|
1010
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1011
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1012
|
+
// string | The tenant ID for the request. (optional)
|
|
1013
|
+
xTenant: ,
|
|
1014
|
+
} satisfies GetUniverseMoonsMoonIdRequest;
|
|
1015
|
+
|
|
1016
|
+
try {
|
|
1017
|
+
const data = await api.getUniverseMoonsMoonId(body);
|
|
1018
|
+
console.log(data);
|
|
1019
|
+
} catch (error) {
|
|
1020
|
+
console.error(error);
|
|
1021
|
+
}
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
// Run the test
|
|
1025
|
+
example().catch(console.error);
|
|
1026
|
+
```
|
|
1027
|
+
|
|
1028
|
+
### Parameters
|
|
1029
|
+
|
|
1030
|
+
|
|
1031
|
+
| Name | Type | Description | Notes |
|
|
1032
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1033
|
+
| **moonId** | `number` | | [Defaults to `undefined`] |
|
|
1034
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1035
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1036
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1037
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1038
|
+
|
|
1039
|
+
### Return type
|
|
1040
|
+
|
|
1041
|
+
[**UniverseMoonsMoonIdGet**](UniverseMoonsMoonIdGet.md)
|
|
1042
|
+
|
|
1043
|
+
### Authorization
|
|
1044
|
+
|
|
1045
|
+
No authorization required
|
|
1046
|
+
|
|
1047
|
+
### HTTP request headers
|
|
1048
|
+
|
|
1049
|
+
- **Content-Type**: Not defined
|
|
1050
|
+
- **Accept**: `application/json`
|
|
1051
|
+
|
|
1052
|
+
|
|
1053
|
+
### HTTP response details
|
|
1054
|
+
| Status code | Description | Response headers |
|
|
1055
|
+
|-------------|-------------|------------------|
|
|
1056
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1057
|
+
| **0** | Error | - |
|
|
1058
|
+
|
|
1059
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1060
|
+
|
|
1061
|
+
|
|
1062
|
+
## getUniversePlanetsPlanetId
|
|
1063
|
+
|
|
1064
|
+
> UniversePlanetsPlanetIdGet getUniversePlanetsPlanetId(planetId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1065
|
+
|
|
1066
|
+
Get planet information
|
|
1067
|
+
|
|
1068
|
+
Get information on a planet This route expires daily at 11:05
|
|
1069
|
+
|
|
1070
|
+
### Example
|
|
1071
|
+
|
|
1072
|
+
```ts
|
|
1073
|
+
import {
|
|
1074
|
+
Configuration,
|
|
1075
|
+
UniverseApi,
|
|
1076
|
+
} from 'esisl_genoa_client';
|
|
1077
|
+
import type { GetUniversePlanetsPlanetIdRequest } from 'esisl_genoa_client';
|
|
1078
|
+
|
|
1079
|
+
async function example() {
|
|
1080
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1081
|
+
const api = new UniverseApi();
|
|
1082
|
+
|
|
1083
|
+
const body = {
|
|
1084
|
+
// number
|
|
1085
|
+
planetId: 789,
|
|
1086
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1087
|
+
xCompatibilityDate: 2013-10-20,
|
|
1088
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1089
|
+
acceptLanguage: acceptLanguage_example,
|
|
1090
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1091
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1092
|
+
// string | The tenant ID for the request. (optional)
|
|
1093
|
+
xTenant: ,
|
|
1094
|
+
} satisfies GetUniversePlanetsPlanetIdRequest;
|
|
1095
|
+
|
|
1096
|
+
try {
|
|
1097
|
+
const data = await api.getUniversePlanetsPlanetId(body);
|
|
1098
|
+
console.log(data);
|
|
1099
|
+
} catch (error) {
|
|
1100
|
+
console.error(error);
|
|
1101
|
+
}
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
// Run the test
|
|
1105
|
+
example().catch(console.error);
|
|
1106
|
+
```
|
|
1107
|
+
|
|
1108
|
+
### Parameters
|
|
1109
|
+
|
|
1110
|
+
|
|
1111
|
+
| Name | Type | Description | Notes |
|
|
1112
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1113
|
+
| **planetId** | `number` | | [Defaults to `undefined`] |
|
|
1114
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1115
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1116
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1117
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1118
|
+
|
|
1119
|
+
### Return type
|
|
1120
|
+
|
|
1121
|
+
[**UniversePlanetsPlanetIdGet**](UniversePlanetsPlanetIdGet.md)
|
|
1122
|
+
|
|
1123
|
+
### Authorization
|
|
1124
|
+
|
|
1125
|
+
No authorization required
|
|
1126
|
+
|
|
1127
|
+
### HTTP request headers
|
|
1128
|
+
|
|
1129
|
+
- **Content-Type**: Not defined
|
|
1130
|
+
- **Accept**: `application/json`
|
|
1131
|
+
|
|
1132
|
+
|
|
1133
|
+
### HTTP response details
|
|
1134
|
+
| Status code | Description | Response headers |
|
|
1135
|
+
|-------------|-------------|------------------|
|
|
1136
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1137
|
+
| **0** | Error | - |
|
|
1138
|
+
|
|
1139
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1140
|
+
|
|
1141
|
+
|
|
1142
|
+
## getUniverseRaces
|
|
1143
|
+
|
|
1144
|
+
> Array<UniverseRacesGetInner> getUniverseRaces(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1145
|
+
|
|
1146
|
+
Get character races
|
|
1147
|
+
|
|
1148
|
+
Get a list of character races This route expires daily at 11:05
|
|
1149
|
+
|
|
1150
|
+
### Example
|
|
1151
|
+
|
|
1152
|
+
```ts
|
|
1153
|
+
import {
|
|
1154
|
+
Configuration,
|
|
1155
|
+
UniverseApi,
|
|
1156
|
+
} from 'esisl_genoa_client';
|
|
1157
|
+
import type { GetUniverseRacesRequest } from 'esisl_genoa_client';
|
|
1158
|
+
|
|
1159
|
+
async function example() {
|
|
1160
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1161
|
+
const api = new UniverseApi();
|
|
1162
|
+
|
|
1163
|
+
const body = {
|
|
1164
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1165
|
+
xCompatibilityDate: 2013-10-20,
|
|
1166
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1167
|
+
acceptLanguage: acceptLanguage_example,
|
|
1168
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1169
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1170
|
+
// string | The tenant ID for the request. (optional)
|
|
1171
|
+
xTenant: ,
|
|
1172
|
+
} satisfies GetUniverseRacesRequest;
|
|
1173
|
+
|
|
1174
|
+
try {
|
|
1175
|
+
const data = await api.getUniverseRaces(body);
|
|
1176
|
+
console.log(data);
|
|
1177
|
+
} catch (error) {
|
|
1178
|
+
console.error(error);
|
|
1179
|
+
}
|
|
1180
|
+
}
|
|
1181
|
+
|
|
1182
|
+
// Run the test
|
|
1183
|
+
example().catch(console.error);
|
|
1184
|
+
```
|
|
1185
|
+
|
|
1186
|
+
### Parameters
|
|
1187
|
+
|
|
1188
|
+
|
|
1189
|
+
| Name | Type | Description | Notes |
|
|
1190
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1191
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1192
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1193
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1194
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1195
|
+
|
|
1196
|
+
### Return type
|
|
1197
|
+
|
|
1198
|
+
[**Array<UniverseRacesGetInner>**](UniverseRacesGetInner.md)
|
|
1199
|
+
|
|
1200
|
+
### Authorization
|
|
1201
|
+
|
|
1202
|
+
No authorization required
|
|
1203
|
+
|
|
1204
|
+
### HTTP request headers
|
|
1205
|
+
|
|
1206
|
+
- **Content-Type**: Not defined
|
|
1207
|
+
- **Accept**: `application/json`
|
|
1208
|
+
|
|
1209
|
+
|
|
1210
|
+
### HTTP response details
|
|
1211
|
+
| Status code | Description | Response headers |
|
|
1212
|
+
|-------------|-------------|------------------|
|
|
1213
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1214
|
+
| **0** | Error | - |
|
|
1215
|
+
|
|
1216
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1217
|
+
|
|
1218
|
+
|
|
1219
|
+
## getUniverseRegions
|
|
1220
|
+
|
|
1221
|
+
> Array<number> getUniverseRegions(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1222
|
+
|
|
1223
|
+
Get regions
|
|
1224
|
+
|
|
1225
|
+
Get a list of regions This route expires daily at 11:05
|
|
1226
|
+
|
|
1227
|
+
### Example
|
|
1228
|
+
|
|
1229
|
+
```ts
|
|
1230
|
+
import {
|
|
1231
|
+
Configuration,
|
|
1232
|
+
UniverseApi,
|
|
1233
|
+
} from 'esisl_genoa_client';
|
|
1234
|
+
import type { GetUniverseRegionsRequest } from 'esisl_genoa_client';
|
|
1235
|
+
|
|
1236
|
+
async function example() {
|
|
1237
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1238
|
+
const api = new UniverseApi();
|
|
1239
|
+
|
|
1240
|
+
const body = {
|
|
1241
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1242
|
+
xCompatibilityDate: 2013-10-20,
|
|
1243
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1244
|
+
acceptLanguage: acceptLanguage_example,
|
|
1245
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1246
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1247
|
+
// string | The tenant ID for the request. (optional)
|
|
1248
|
+
xTenant: ,
|
|
1249
|
+
} satisfies GetUniverseRegionsRequest;
|
|
1250
|
+
|
|
1251
|
+
try {
|
|
1252
|
+
const data = await api.getUniverseRegions(body);
|
|
1253
|
+
console.log(data);
|
|
1254
|
+
} catch (error) {
|
|
1255
|
+
console.error(error);
|
|
1256
|
+
}
|
|
1257
|
+
}
|
|
1258
|
+
|
|
1259
|
+
// Run the test
|
|
1260
|
+
example().catch(console.error);
|
|
1261
|
+
```
|
|
1262
|
+
|
|
1263
|
+
### Parameters
|
|
1264
|
+
|
|
1265
|
+
|
|
1266
|
+
| Name | Type | Description | Notes |
|
|
1267
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1268
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1269
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1270
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1271
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1272
|
+
|
|
1273
|
+
### Return type
|
|
1274
|
+
|
|
1275
|
+
**Array<number>**
|
|
1276
|
+
|
|
1277
|
+
### Authorization
|
|
1278
|
+
|
|
1279
|
+
No authorization required
|
|
1280
|
+
|
|
1281
|
+
### HTTP request headers
|
|
1282
|
+
|
|
1283
|
+
- **Content-Type**: Not defined
|
|
1284
|
+
- **Accept**: `application/json`
|
|
1285
|
+
|
|
1286
|
+
|
|
1287
|
+
### HTTP response details
|
|
1288
|
+
| Status code | Description | Response headers |
|
|
1289
|
+
|-------------|-------------|------------------|
|
|
1290
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1291
|
+
| **0** | Error | - |
|
|
1292
|
+
|
|
1293
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1294
|
+
|
|
1295
|
+
|
|
1296
|
+
## getUniverseRegionsRegionId
|
|
1297
|
+
|
|
1298
|
+
> UniverseRegionsRegionIdGet getUniverseRegionsRegionId(regionId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1299
|
+
|
|
1300
|
+
Get region information
|
|
1301
|
+
|
|
1302
|
+
Get information on a region This route expires daily at 11:05
|
|
1303
|
+
|
|
1304
|
+
### Example
|
|
1305
|
+
|
|
1306
|
+
```ts
|
|
1307
|
+
import {
|
|
1308
|
+
Configuration,
|
|
1309
|
+
UniverseApi,
|
|
1310
|
+
} from 'esisl_genoa_client';
|
|
1311
|
+
import type { GetUniverseRegionsRegionIdRequest } from 'esisl_genoa_client';
|
|
1312
|
+
|
|
1313
|
+
async function example() {
|
|
1314
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1315
|
+
const api = new UniverseApi();
|
|
1316
|
+
|
|
1317
|
+
const body = {
|
|
1318
|
+
// number
|
|
1319
|
+
regionId: 789,
|
|
1320
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1321
|
+
xCompatibilityDate: 2013-10-20,
|
|
1322
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1323
|
+
acceptLanguage: acceptLanguage_example,
|
|
1324
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1325
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1326
|
+
// string | The tenant ID for the request. (optional)
|
|
1327
|
+
xTenant: ,
|
|
1328
|
+
} satisfies GetUniverseRegionsRegionIdRequest;
|
|
1329
|
+
|
|
1330
|
+
try {
|
|
1331
|
+
const data = await api.getUniverseRegionsRegionId(body);
|
|
1332
|
+
console.log(data);
|
|
1333
|
+
} catch (error) {
|
|
1334
|
+
console.error(error);
|
|
1335
|
+
}
|
|
1336
|
+
}
|
|
1337
|
+
|
|
1338
|
+
// Run the test
|
|
1339
|
+
example().catch(console.error);
|
|
1340
|
+
```
|
|
1341
|
+
|
|
1342
|
+
### Parameters
|
|
1343
|
+
|
|
1344
|
+
|
|
1345
|
+
| Name | Type | Description | Notes |
|
|
1346
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1347
|
+
| **regionId** | `number` | | [Defaults to `undefined`] |
|
|
1348
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1349
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1350
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1351
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1352
|
+
|
|
1353
|
+
### Return type
|
|
1354
|
+
|
|
1355
|
+
[**UniverseRegionsRegionIdGet**](UniverseRegionsRegionIdGet.md)
|
|
1356
|
+
|
|
1357
|
+
### Authorization
|
|
1358
|
+
|
|
1359
|
+
No authorization required
|
|
1360
|
+
|
|
1361
|
+
### HTTP request headers
|
|
1362
|
+
|
|
1363
|
+
- **Content-Type**: Not defined
|
|
1364
|
+
- **Accept**: `application/json`
|
|
1365
|
+
|
|
1366
|
+
|
|
1367
|
+
### HTTP response details
|
|
1368
|
+
| Status code | Description | Response headers |
|
|
1369
|
+
|-------------|-------------|------------------|
|
|
1370
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1371
|
+
| **0** | Error | - |
|
|
1372
|
+
|
|
1373
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1374
|
+
|
|
1375
|
+
|
|
1376
|
+
## getUniverseStargatesStargateId
|
|
1377
|
+
|
|
1378
|
+
> UniverseStargatesStargateIdGet getUniverseStargatesStargateId(stargateId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1379
|
+
|
|
1380
|
+
Get stargate information
|
|
1381
|
+
|
|
1382
|
+
Get information on a stargate This route expires daily at 11:05
|
|
1383
|
+
|
|
1384
|
+
### Example
|
|
1385
|
+
|
|
1386
|
+
```ts
|
|
1387
|
+
import {
|
|
1388
|
+
Configuration,
|
|
1389
|
+
UniverseApi,
|
|
1390
|
+
} from 'esisl_genoa_client';
|
|
1391
|
+
import type { GetUniverseStargatesStargateIdRequest } from 'esisl_genoa_client';
|
|
1392
|
+
|
|
1393
|
+
async function example() {
|
|
1394
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1395
|
+
const api = new UniverseApi();
|
|
1396
|
+
|
|
1397
|
+
const body = {
|
|
1398
|
+
// number
|
|
1399
|
+
stargateId: 789,
|
|
1400
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1401
|
+
xCompatibilityDate: 2013-10-20,
|
|
1402
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1403
|
+
acceptLanguage: acceptLanguage_example,
|
|
1404
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1405
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1406
|
+
// string | The tenant ID for the request. (optional)
|
|
1407
|
+
xTenant: ,
|
|
1408
|
+
} satisfies GetUniverseStargatesStargateIdRequest;
|
|
1409
|
+
|
|
1410
|
+
try {
|
|
1411
|
+
const data = await api.getUniverseStargatesStargateId(body);
|
|
1412
|
+
console.log(data);
|
|
1413
|
+
} catch (error) {
|
|
1414
|
+
console.error(error);
|
|
1415
|
+
}
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
// Run the test
|
|
1419
|
+
example().catch(console.error);
|
|
1420
|
+
```
|
|
1421
|
+
|
|
1422
|
+
### Parameters
|
|
1423
|
+
|
|
1424
|
+
|
|
1425
|
+
| Name | Type | Description | Notes |
|
|
1426
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1427
|
+
| **stargateId** | `number` | | [Defaults to `undefined`] |
|
|
1428
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1429
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1430
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1431
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1432
|
+
|
|
1433
|
+
### Return type
|
|
1434
|
+
|
|
1435
|
+
[**UniverseStargatesStargateIdGet**](UniverseStargatesStargateIdGet.md)
|
|
1436
|
+
|
|
1437
|
+
### Authorization
|
|
1438
|
+
|
|
1439
|
+
No authorization required
|
|
1440
|
+
|
|
1441
|
+
### HTTP request headers
|
|
1442
|
+
|
|
1443
|
+
- **Content-Type**: Not defined
|
|
1444
|
+
- **Accept**: `application/json`
|
|
1445
|
+
|
|
1446
|
+
|
|
1447
|
+
### HTTP response details
|
|
1448
|
+
| Status code | Description | Response headers |
|
|
1449
|
+
|-------------|-------------|------------------|
|
|
1450
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1451
|
+
| **0** | Error | - |
|
|
1452
|
+
|
|
1453
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1454
|
+
|
|
1455
|
+
|
|
1456
|
+
## getUniverseStarsStarId
|
|
1457
|
+
|
|
1458
|
+
> UniverseStarsStarIdGet getUniverseStarsStarId(starId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1459
|
+
|
|
1460
|
+
Get star information
|
|
1461
|
+
|
|
1462
|
+
Get information on a star This route expires daily at 11:05
|
|
1463
|
+
|
|
1464
|
+
### Example
|
|
1465
|
+
|
|
1466
|
+
```ts
|
|
1467
|
+
import {
|
|
1468
|
+
Configuration,
|
|
1469
|
+
UniverseApi,
|
|
1470
|
+
} from 'esisl_genoa_client';
|
|
1471
|
+
import type { GetUniverseStarsStarIdRequest } from 'esisl_genoa_client';
|
|
1472
|
+
|
|
1473
|
+
async function example() {
|
|
1474
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1475
|
+
const api = new UniverseApi();
|
|
1476
|
+
|
|
1477
|
+
const body = {
|
|
1478
|
+
// number
|
|
1479
|
+
starId: 789,
|
|
1480
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1481
|
+
xCompatibilityDate: 2013-10-20,
|
|
1482
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1483
|
+
acceptLanguage: acceptLanguage_example,
|
|
1484
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1485
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1486
|
+
// string | The tenant ID for the request. (optional)
|
|
1487
|
+
xTenant: ,
|
|
1488
|
+
} satisfies GetUniverseStarsStarIdRequest;
|
|
1489
|
+
|
|
1490
|
+
try {
|
|
1491
|
+
const data = await api.getUniverseStarsStarId(body);
|
|
1492
|
+
console.log(data);
|
|
1493
|
+
} catch (error) {
|
|
1494
|
+
console.error(error);
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
|
|
1498
|
+
// Run the test
|
|
1499
|
+
example().catch(console.error);
|
|
1500
|
+
```
|
|
1501
|
+
|
|
1502
|
+
### Parameters
|
|
1503
|
+
|
|
1504
|
+
|
|
1505
|
+
| Name | Type | Description | Notes |
|
|
1506
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1507
|
+
| **starId** | `number` | | [Defaults to `undefined`] |
|
|
1508
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1509
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1510
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1511
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1512
|
+
|
|
1513
|
+
### Return type
|
|
1514
|
+
|
|
1515
|
+
[**UniverseStarsStarIdGet**](UniverseStarsStarIdGet.md)
|
|
1516
|
+
|
|
1517
|
+
### Authorization
|
|
1518
|
+
|
|
1519
|
+
No authorization required
|
|
1520
|
+
|
|
1521
|
+
### HTTP request headers
|
|
1522
|
+
|
|
1523
|
+
- **Content-Type**: Not defined
|
|
1524
|
+
- **Accept**: `application/json`
|
|
1525
|
+
|
|
1526
|
+
|
|
1527
|
+
### HTTP response details
|
|
1528
|
+
| Status code | Description | Response headers |
|
|
1529
|
+
|-------------|-------------|------------------|
|
|
1530
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1531
|
+
| **0** | Error | - |
|
|
1532
|
+
|
|
1533
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1534
|
+
|
|
1535
|
+
|
|
1536
|
+
## getUniverseStationsStationId
|
|
1537
|
+
|
|
1538
|
+
> UniverseStationsStationIdGet getUniverseStationsStationId(stationId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1539
|
+
|
|
1540
|
+
Get station information
|
|
1541
|
+
|
|
1542
|
+
Get information on a station This route expires daily at 11:05
|
|
1543
|
+
|
|
1544
|
+
### Example
|
|
1545
|
+
|
|
1546
|
+
```ts
|
|
1547
|
+
import {
|
|
1548
|
+
Configuration,
|
|
1549
|
+
UniverseApi,
|
|
1550
|
+
} from 'esisl_genoa_client';
|
|
1551
|
+
import type { GetUniverseStationsStationIdRequest } from 'esisl_genoa_client';
|
|
1552
|
+
|
|
1553
|
+
async function example() {
|
|
1554
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1555
|
+
const api = new UniverseApi();
|
|
1556
|
+
|
|
1557
|
+
const body = {
|
|
1558
|
+
// number
|
|
1559
|
+
stationId: 789,
|
|
1560
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1561
|
+
xCompatibilityDate: 2013-10-20,
|
|
1562
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1563
|
+
acceptLanguage: acceptLanguage_example,
|
|
1564
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1565
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1566
|
+
// string | The tenant ID for the request. (optional)
|
|
1567
|
+
xTenant: ,
|
|
1568
|
+
} satisfies GetUniverseStationsStationIdRequest;
|
|
1569
|
+
|
|
1570
|
+
try {
|
|
1571
|
+
const data = await api.getUniverseStationsStationId(body);
|
|
1572
|
+
console.log(data);
|
|
1573
|
+
} catch (error) {
|
|
1574
|
+
console.error(error);
|
|
1575
|
+
}
|
|
1576
|
+
}
|
|
1577
|
+
|
|
1578
|
+
// Run the test
|
|
1579
|
+
example().catch(console.error);
|
|
1580
|
+
```
|
|
1581
|
+
|
|
1582
|
+
### Parameters
|
|
1583
|
+
|
|
1584
|
+
|
|
1585
|
+
| Name | Type | Description | Notes |
|
|
1586
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1587
|
+
| **stationId** | `number` | | [Defaults to `undefined`] |
|
|
1588
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1589
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1590
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1591
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1592
|
+
|
|
1593
|
+
### Return type
|
|
1594
|
+
|
|
1595
|
+
[**UniverseStationsStationIdGet**](UniverseStationsStationIdGet.md)
|
|
1596
|
+
|
|
1597
|
+
### Authorization
|
|
1598
|
+
|
|
1599
|
+
No authorization required
|
|
1600
|
+
|
|
1601
|
+
### HTTP request headers
|
|
1602
|
+
|
|
1603
|
+
- **Content-Type**: Not defined
|
|
1604
|
+
- **Accept**: `application/json`
|
|
1605
|
+
|
|
1606
|
+
|
|
1607
|
+
### HTTP response details
|
|
1608
|
+
| Status code | Description | Response headers |
|
|
1609
|
+
|-------------|-------------|------------------|
|
|
1610
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1611
|
+
| **0** | Error | - |
|
|
1612
|
+
|
|
1613
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1614
|
+
|
|
1615
|
+
|
|
1616
|
+
## getUniverseStructures
|
|
1617
|
+
|
|
1618
|
+
> Set<number> getUniverseStructures(xCompatibilityDate, filter, acceptLanguage, ifNoneMatch, xTenant)
|
|
1619
|
+
|
|
1620
|
+
List all public structures
|
|
1621
|
+
|
|
1622
|
+
List all public structures
|
|
1623
|
+
|
|
1624
|
+
### Example
|
|
1625
|
+
|
|
1626
|
+
```ts
|
|
1627
|
+
import {
|
|
1628
|
+
Configuration,
|
|
1629
|
+
UniverseApi,
|
|
1630
|
+
} from 'esisl_genoa_client';
|
|
1631
|
+
import type { GetUniverseStructuresRequest } from 'esisl_genoa_client';
|
|
1632
|
+
|
|
1633
|
+
async function example() {
|
|
1634
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1635
|
+
const api = new UniverseApi();
|
|
1636
|
+
|
|
1637
|
+
const body = {
|
|
1638
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1639
|
+
xCompatibilityDate: 2013-10-20,
|
|
1640
|
+
// 'market' | 'manufacturing_basic' (optional)
|
|
1641
|
+
filter: filter_example,
|
|
1642
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1643
|
+
acceptLanguage: acceptLanguage_example,
|
|
1644
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1645
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1646
|
+
// string | The tenant ID for the request. (optional)
|
|
1647
|
+
xTenant: ,
|
|
1648
|
+
} satisfies GetUniverseStructuresRequest;
|
|
1649
|
+
|
|
1650
|
+
try {
|
|
1651
|
+
const data = await api.getUniverseStructures(body);
|
|
1652
|
+
console.log(data);
|
|
1653
|
+
} catch (error) {
|
|
1654
|
+
console.error(error);
|
|
1655
|
+
}
|
|
1656
|
+
}
|
|
1657
|
+
|
|
1658
|
+
// Run the test
|
|
1659
|
+
example().catch(console.error);
|
|
1660
|
+
```
|
|
1661
|
+
|
|
1662
|
+
### Parameters
|
|
1663
|
+
|
|
1664
|
+
|
|
1665
|
+
| Name | Type | Description | Notes |
|
|
1666
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1667
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1668
|
+
| **filter** | `market`, `manufacturing_basic` | | [Optional] [Defaults to `undefined`] [Enum: market, manufacturing_basic] |
|
|
1669
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1670
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1671
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1672
|
+
|
|
1673
|
+
### Return type
|
|
1674
|
+
|
|
1675
|
+
**Set<number>**
|
|
1676
|
+
|
|
1677
|
+
### Authorization
|
|
1678
|
+
|
|
1679
|
+
No authorization required
|
|
1680
|
+
|
|
1681
|
+
### HTTP request headers
|
|
1682
|
+
|
|
1683
|
+
- **Content-Type**: Not defined
|
|
1684
|
+
- **Accept**: `application/json`
|
|
1685
|
+
|
|
1686
|
+
|
|
1687
|
+
### HTTP response details
|
|
1688
|
+
| Status code | Description | Response headers |
|
|
1689
|
+
|-------------|-------------|------------------|
|
|
1690
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1691
|
+
| **0** | Error | - |
|
|
1692
|
+
|
|
1693
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1694
|
+
|
|
1695
|
+
|
|
1696
|
+
## getUniverseStructuresStructureId
|
|
1697
|
+
|
|
1698
|
+
> UniverseStructuresStructureIdGet getUniverseStructuresStructureId(structureId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1699
|
+
|
|
1700
|
+
Get structure information
|
|
1701
|
+
|
|
1702
|
+
Returns information on requested structure if you are on the ACL. Otherwise, returns \"Forbidden\" for all inputs.
|
|
1703
|
+
|
|
1704
|
+
### Example
|
|
1705
|
+
|
|
1706
|
+
```ts
|
|
1707
|
+
import {
|
|
1708
|
+
Configuration,
|
|
1709
|
+
UniverseApi,
|
|
1710
|
+
} from 'esisl_genoa_client';
|
|
1711
|
+
import type { GetUniverseStructuresStructureIdRequest } from 'esisl_genoa_client';
|
|
1712
|
+
|
|
1713
|
+
async function example() {
|
|
1714
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1715
|
+
const config = new Configuration({
|
|
1716
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1717
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1718
|
+
});
|
|
1719
|
+
const api = new UniverseApi(config);
|
|
1720
|
+
|
|
1721
|
+
const body = {
|
|
1722
|
+
// number
|
|
1723
|
+
structureId: 789,
|
|
1724
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1725
|
+
xCompatibilityDate: 2013-10-20,
|
|
1726
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1727
|
+
acceptLanguage: acceptLanguage_example,
|
|
1728
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1729
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1730
|
+
// string | The tenant ID for the request. (optional)
|
|
1731
|
+
xTenant: ,
|
|
1732
|
+
} satisfies GetUniverseStructuresStructureIdRequest;
|
|
1733
|
+
|
|
1734
|
+
try {
|
|
1735
|
+
const data = await api.getUniverseStructuresStructureId(body);
|
|
1736
|
+
console.log(data);
|
|
1737
|
+
} catch (error) {
|
|
1738
|
+
console.error(error);
|
|
1739
|
+
}
|
|
1740
|
+
}
|
|
1741
|
+
|
|
1742
|
+
// Run the test
|
|
1743
|
+
example().catch(console.error);
|
|
1744
|
+
```
|
|
1745
|
+
|
|
1746
|
+
### Parameters
|
|
1747
|
+
|
|
1748
|
+
|
|
1749
|
+
| Name | Type | Description | Notes |
|
|
1750
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1751
|
+
| **structureId** | `number` | | [Defaults to `undefined`] |
|
|
1752
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1753
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1754
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1755
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1756
|
+
|
|
1757
|
+
### Return type
|
|
1758
|
+
|
|
1759
|
+
[**UniverseStructuresStructureIdGet**](UniverseStructuresStructureIdGet.md)
|
|
1760
|
+
|
|
1761
|
+
### Authorization
|
|
1762
|
+
|
|
1763
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1764
|
+
|
|
1765
|
+
### HTTP request headers
|
|
1766
|
+
|
|
1767
|
+
- **Content-Type**: Not defined
|
|
1768
|
+
- **Accept**: `application/json`
|
|
1769
|
+
|
|
1770
|
+
|
|
1771
|
+
### HTTP response details
|
|
1772
|
+
| Status code | Description | Response headers |
|
|
1773
|
+
|-------------|-------------|------------------|
|
|
1774
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1775
|
+
| **0** | Error | - |
|
|
1776
|
+
|
|
1777
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1778
|
+
|
|
1779
|
+
|
|
1780
|
+
## getUniverseSystemJumps
|
|
1781
|
+
|
|
1782
|
+
> Array<UniverseSystemJumpsGetInner> getUniverseSystemJumps(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1783
|
+
|
|
1784
|
+
Get system jumps
|
|
1785
|
+
|
|
1786
|
+
Get the number of jumps in solar systems within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with jumps will be listed
|
|
1787
|
+
|
|
1788
|
+
### Example
|
|
1789
|
+
|
|
1790
|
+
```ts
|
|
1791
|
+
import {
|
|
1792
|
+
Configuration,
|
|
1793
|
+
UniverseApi,
|
|
1794
|
+
} from 'esisl_genoa_client';
|
|
1795
|
+
import type { GetUniverseSystemJumpsRequest } from 'esisl_genoa_client';
|
|
1796
|
+
|
|
1797
|
+
async function example() {
|
|
1798
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1799
|
+
const api = new UniverseApi();
|
|
1800
|
+
|
|
1801
|
+
const body = {
|
|
1802
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1803
|
+
xCompatibilityDate: 2013-10-20,
|
|
1804
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1805
|
+
acceptLanguage: acceptLanguage_example,
|
|
1806
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1807
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1808
|
+
// string | The tenant ID for the request. (optional)
|
|
1809
|
+
xTenant: ,
|
|
1810
|
+
} satisfies GetUniverseSystemJumpsRequest;
|
|
1811
|
+
|
|
1812
|
+
try {
|
|
1813
|
+
const data = await api.getUniverseSystemJumps(body);
|
|
1814
|
+
console.log(data);
|
|
1815
|
+
} catch (error) {
|
|
1816
|
+
console.error(error);
|
|
1817
|
+
}
|
|
1818
|
+
}
|
|
1819
|
+
|
|
1820
|
+
// Run the test
|
|
1821
|
+
example().catch(console.error);
|
|
1822
|
+
```
|
|
1823
|
+
|
|
1824
|
+
### Parameters
|
|
1825
|
+
|
|
1826
|
+
|
|
1827
|
+
| Name | Type | Description | Notes |
|
|
1828
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1829
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1830
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1831
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1832
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1833
|
+
|
|
1834
|
+
### Return type
|
|
1835
|
+
|
|
1836
|
+
[**Array<UniverseSystemJumpsGetInner>**](UniverseSystemJumpsGetInner.md)
|
|
1837
|
+
|
|
1838
|
+
### Authorization
|
|
1839
|
+
|
|
1840
|
+
No authorization required
|
|
1841
|
+
|
|
1842
|
+
### HTTP request headers
|
|
1843
|
+
|
|
1844
|
+
- **Content-Type**: Not defined
|
|
1845
|
+
- **Accept**: `application/json`
|
|
1846
|
+
|
|
1847
|
+
|
|
1848
|
+
### HTTP response details
|
|
1849
|
+
| Status code | Description | Response headers |
|
|
1850
|
+
|-------------|-------------|------------------|
|
|
1851
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1852
|
+
| **0** | Error | - |
|
|
1853
|
+
|
|
1854
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1855
|
+
|
|
1856
|
+
|
|
1857
|
+
## getUniverseSystemKills
|
|
1858
|
+
|
|
1859
|
+
> Array<UniverseSystemKillsGetInner> getUniverseSystemKills(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1860
|
+
|
|
1861
|
+
Get system kills
|
|
1862
|
+
|
|
1863
|
+
Get the number of ship, pod and NPC kills per solar system within the last hour ending at the timestamp of the Last-Modified header, excluding wormhole space. Only systems with kills will be listed
|
|
1864
|
+
|
|
1865
|
+
### Example
|
|
1866
|
+
|
|
1867
|
+
```ts
|
|
1868
|
+
import {
|
|
1869
|
+
Configuration,
|
|
1870
|
+
UniverseApi,
|
|
1871
|
+
} from 'esisl_genoa_client';
|
|
1872
|
+
import type { GetUniverseSystemKillsRequest } from 'esisl_genoa_client';
|
|
1873
|
+
|
|
1874
|
+
async function example() {
|
|
1875
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1876
|
+
const api = new UniverseApi();
|
|
1877
|
+
|
|
1878
|
+
const body = {
|
|
1879
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1880
|
+
xCompatibilityDate: 2013-10-20,
|
|
1881
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1882
|
+
acceptLanguage: acceptLanguage_example,
|
|
1883
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1884
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1885
|
+
// string | The tenant ID for the request. (optional)
|
|
1886
|
+
xTenant: ,
|
|
1887
|
+
} satisfies GetUniverseSystemKillsRequest;
|
|
1888
|
+
|
|
1889
|
+
try {
|
|
1890
|
+
const data = await api.getUniverseSystemKills(body);
|
|
1891
|
+
console.log(data);
|
|
1892
|
+
} catch (error) {
|
|
1893
|
+
console.error(error);
|
|
1894
|
+
}
|
|
1895
|
+
}
|
|
1896
|
+
|
|
1897
|
+
// Run the test
|
|
1898
|
+
example().catch(console.error);
|
|
1899
|
+
```
|
|
1900
|
+
|
|
1901
|
+
### Parameters
|
|
1902
|
+
|
|
1903
|
+
|
|
1904
|
+
| Name | Type | Description | Notes |
|
|
1905
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1906
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1907
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1908
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1909
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1910
|
+
|
|
1911
|
+
### Return type
|
|
1912
|
+
|
|
1913
|
+
[**Array<UniverseSystemKillsGetInner>**](UniverseSystemKillsGetInner.md)
|
|
1914
|
+
|
|
1915
|
+
### Authorization
|
|
1916
|
+
|
|
1917
|
+
No authorization required
|
|
1918
|
+
|
|
1919
|
+
### HTTP request headers
|
|
1920
|
+
|
|
1921
|
+
- **Content-Type**: Not defined
|
|
1922
|
+
- **Accept**: `application/json`
|
|
1923
|
+
|
|
1924
|
+
|
|
1925
|
+
### HTTP response details
|
|
1926
|
+
| Status code | Description | Response headers |
|
|
1927
|
+
|-------------|-------------|------------------|
|
|
1928
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1929
|
+
| **0** | Error | - |
|
|
1930
|
+
|
|
1931
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1932
|
+
|
|
1933
|
+
|
|
1934
|
+
## getUniverseSystems
|
|
1935
|
+
|
|
1936
|
+
> Array<number> getUniverseSystems(xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
1937
|
+
|
|
1938
|
+
Get solar systems
|
|
1939
|
+
|
|
1940
|
+
Get a list of solar systems This route expires daily at 11:05
|
|
1941
|
+
|
|
1942
|
+
### Example
|
|
1943
|
+
|
|
1944
|
+
```ts
|
|
1945
|
+
import {
|
|
1946
|
+
Configuration,
|
|
1947
|
+
UniverseApi,
|
|
1948
|
+
} from 'esisl_genoa_client';
|
|
1949
|
+
import type { GetUniverseSystemsRequest } from 'esisl_genoa_client';
|
|
1950
|
+
|
|
1951
|
+
async function example() {
|
|
1952
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1953
|
+
const api = new UniverseApi();
|
|
1954
|
+
|
|
1955
|
+
const body = {
|
|
1956
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1957
|
+
xCompatibilityDate: 2013-10-20,
|
|
1958
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1959
|
+
acceptLanguage: acceptLanguage_example,
|
|
1960
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1961
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1962
|
+
// string | The tenant ID for the request. (optional)
|
|
1963
|
+
xTenant: ,
|
|
1964
|
+
} satisfies GetUniverseSystemsRequest;
|
|
1965
|
+
|
|
1966
|
+
try {
|
|
1967
|
+
const data = await api.getUniverseSystems(body);
|
|
1968
|
+
console.log(data);
|
|
1969
|
+
} catch (error) {
|
|
1970
|
+
console.error(error);
|
|
1971
|
+
}
|
|
1972
|
+
}
|
|
1973
|
+
|
|
1974
|
+
// Run the test
|
|
1975
|
+
example().catch(console.error);
|
|
1976
|
+
```
|
|
1977
|
+
|
|
1978
|
+
### Parameters
|
|
1979
|
+
|
|
1980
|
+
|
|
1981
|
+
| Name | Type | Description | Notes |
|
|
1982
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1983
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1984
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
1985
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1986
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1987
|
+
|
|
1988
|
+
### Return type
|
|
1989
|
+
|
|
1990
|
+
**Array<number>**
|
|
1991
|
+
|
|
1992
|
+
### Authorization
|
|
1993
|
+
|
|
1994
|
+
No authorization required
|
|
1995
|
+
|
|
1996
|
+
### HTTP request headers
|
|
1997
|
+
|
|
1998
|
+
- **Content-Type**: Not defined
|
|
1999
|
+
- **Accept**: `application/json`
|
|
2000
|
+
|
|
2001
|
+
|
|
2002
|
+
### HTTP response details
|
|
2003
|
+
| Status code | Description | Response headers |
|
|
2004
|
+
|-------------|-------------|------------------|
|
|
2005
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
2006
|
+
| **0** | Error | - |
|
|
2007
|
+
|
|
2008
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
2009
|
+
|
|
2010
|
+
|
|
2011
|
+
## getUniverseSystemsSystemId
|
|
2012
|
+
|
|
2013
|
+
> UniverseSystemsSystemIdGet getUniverseSystemsSystemId(systemId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
2014
|
+
|
|
2015
|
+
Get solar system information
|
|
2016
|
+
|
|
2017
|
+
Get information on a solar system. This route expires daily at 11:05
|
|
2018
|
+
|
|
2019
|
+
### Example
|
|
2020
|
+
|
|
2021
|
+
```ts
|
|
2022
|
+
import {
|
|
2023
|
+
Configuration,
|
|
2024
|
+
UniverseApi,
|
|
2025
|
+
} from 'esisl_genoa_client';
|
|
2026
|
+
import type { GetUniverseSystemsSystemIdRequest } from 'esisl_genoa_client';
|
|
2027
|
+
|
|
2028
|
+
async function example() {
|
|
2029
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
2030
|
+
const api = new UniverseApi();
|
|
2031
|
+
|
|
2032
|
+
const body = {
|
|
2033
|
+
// number
|
|
2034
|
+
systemId: 789,
|
|
2035
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
2036
|
+
xCompatibilityDate: 2013-10-20,
|
|
2037
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
2038
|
+
acceptLanguage: acceptLanguage_example,
|
|
2039
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
2040
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
2041
|
+
// string | The tenant ID for the request. (optional)
|
|
2042
|
+
xTenant: ,
|
|
2043
|
+
} satisfies GetUniverseSystemsSystemIdRequest;
|
|
2044
|
+
|
|
2045
|
+
try {
|
|
2046
|
+
const data = await api.getUniverseSystemsSystemId(body);
|
|
2047
|
+
console.log(data);
|
|
2048
|
+
} catch (error) {
|
|
2049
|
+
console.error(error);
|
|
2050
|
+
}
|
|
2051
|
+
}
|
|
2052
|
+
|
|
2053
|
+
// Run the test
|
|
2054
|
+
example().catch(console.error);
|
|
2055
|
+
```
|
|
2056
|
+
|
|
2057
|
+
### Parameters
|
|
2058
|
+
|
|
2059
|
+
|
|
2060
|
+
| Name | Type | Description | Notes |
|
|
2061
|
+
|------------- | ------------- | ------------- | -------------|
|
|
2062
|
+
| **systemId** | `number` | | [Defaults to `undefined`] |
|
|
2063
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
2064
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
2065
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
2066
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
2067
|
+
|
|
2068
|
+
### Return type
|
|
2069
|
+
|
|
2070
|
+
[**UniverseSystemsSystemIdGet**](UniverseSystemsSystemIdGet.md)
|
|
2071
|
+
|
|
2072
|
+
### Authorization
|
|
2073
|
+
|
|
2074
|
+
No authorization required
|
|
2075
|
+
|
|
2076
|
+
### HTTP request headers
|
|
2077
|
+
|
|
2078
|
+
- **Content-Type**: Not defined
|
|
2079
|
+
- **Accept**: `application/json`
|
|
2080
|
+
|
|
2081
|
+
|
|
2082
|
+
### HTTP response details
|
|
2083
|
+
| Status code | Description | Response headers |
|
|
2084
|
+
|-------------|-------------|------------------|
|
|
2085
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
2086
|
+
| **0** | Error | - |
|
|
2087
|
+
|
|
2088
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
2089
|
+
|
|
2090
|
+
|
|
2091
|
+
## getUniverseTypes
|
|
2092
|
+
|
|
2093
|
+
> Array<number> getUniverseTypes(xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
2094
|
+
|
|
2095
|
+
Get types
|
|
2096
|
+
|
|
2097
|
+
Get a list of type ids This route expires daily at 11:05
|
|
2098
|
+
|
|
2099
|
+
### Example
|
|
2100
|
+
|
|
2101
|
+
```ts
|
|
2102
|
+
import {
|
|
2103
|
+
Configuration,
|
|
2104
|
+
UniverseApi,
|
|
2105
|
+
} from 'esisl_genoa_client';
|
|
2106
|
+
import type { GetUniverseTypesRequest } from 'esisl_genoa_client';
|
|
2107
|
+
|
|
2108
|
+
async function example() {
|
|
2109
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
2110
|
+
const api = new UniverseApi();
|
|
2111
|
+
|
|
2112
|
+
const body = {
|
|
2113
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
2114
|
+
xCompatibilityDate: 2013-10-20,
|
|
2115
|
+
// number (optional)
|
|
2116
|
+
page: 56,
|
|
2117
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
2118
|
+
acceptLanguage: acceptLanguage_example,
|
|
2119
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
2120
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
2121
|
+
// string | The tenant ID for the request. (optional)
|
|
2122
|
+
xTenant: ,
|
|
2123
|
+
} satisfies GetUniverseTypesRequest;
|
|
2124
|
+
|
|
2125
|
+
try {
|
|
2126
|
+
const data = await api.getUniverseTypes(body);
|
|
2127
|
+
console.log(data);
|
|
2128
|
+
} catch (error) {
|
|
2129
|
+
console.error(error);
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
|
|
2133
|
+
// Run the test
|
|
2134
|
+
example().catch(console.error);
|
|
2135
|
+
```
|
|
2136
|
+
|
|
2137
|
+
### Parameters
|
|
2138
|
+
|
|
2139
|
+
|
|
2140
|
+
| Name | Type | Description | Notes |
|
|
2141
|
+
|------------- | ------------- | ------------- | -------------|
|
|
2142
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
2143
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
2144
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
2145
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
2146
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
2147
|
+
|
|
2148
|
+
### Return type
|
|
2149
|
+
|
|
2150
|
+
**Array<number>**
|
|
2151
|
+
|
|
2152
|
+
### Authorization
|
|
2153
|
+
|
|
2154
|
+
No authorization required
|
|
2155
|
+
|
|
2156
|
+
### HTTP request headers
|
|
2157
|
+
|
|
2158
|
+
- **Content-Type**: Not defined
|
|
2159
|
+
- **Accept**: `application/json`
|
|
2160
|
+
|
|
2161
|
+
|
|
2162
|
+
### HTTP response details
|
|
2163
|
+
| Status code | Description | Response headers |
|
|
2164
|
+
|-------------|-------------|------------------|
|
|
2165
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
2166
|
+
| **0** | Error | - |
|
|
2167
|
+
|
|
2168
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
2169
|
+
|
|
2170
|
+
|
|
2171
|
+
## getUniverseTypesTypeId
|
|
2172
|
+
|
|
2173
|
+
> UniverseTypesTypeIdGet getUniverseTypesTypeId(typeId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
2174
|
+
|
|
2175
|
+
Get type information
|
|
2176
|
+
|
|
2177
|
+
Get information on a type This route expires daily at 11:05
|
|
2178
|
+
|
|
2179
|
+
### Example
|
|
2180
|
+
|
|
2181
|
+
```ts
|
|
2182
|
+
import {
|
|
2183
|
+
Configuration,
|
|
2184
|
+
UniverseApi,
|
|
2185
|
+
} from 'esisl_genoa_client';
|
|
2186
|
+
import type { GetUniverseTypesTypeIdRequest } from 'esisl_genoa_client';
|
|
2187
|
+
|
|
2188
|
+
async function example() {
|
|
2189
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
2190
|
+
const api = new UniverseApi();
|
|
2191
|
+
|
|
2192
|
+
const body = {
|
|
2193
|
+
// number
|
|
2194
|
+
typeId: 789,
|
|
2195
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
2196
|
+
xCompatibilityDate: 2013-10-20,
|
|
2197
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
2198
|
+
acceptLanguage: acceptLanguage_example,
|
|
2199
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
2200
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
2201
|
+
// string | The tenant ID for the request. (optional)
|
|
2202
|
+
xTenant: ,
|
|
2203
|
+
} satisfies GetUniverseTypesTypeIdRequest;
|
|
2204
|
+
|
|
2205
|
+
try {
|
|
2206
|
+
const data = await api.getUniverseTypesTypeId(body);
|
|
2207
|
+
console.log(data);
|
|
2208
|
+
} catch (error) {
|
|
2209
|
+
console.error(error);
|
|
2210
|
+
}
|
|
2211
|
+
}
|
|
2212
|
+
|
|
2213
|
+
// Run the test
|
|
2214
|
+
example().catch(console.error);
|
|
2215
|
+
```
|
|
2216
|
+
|
|
2217
|
+
### Parameters
|
|
2218
|
+
|
|
2219
|
+
|
|
2220
|
+
| Name | Type | Description | Notes |
|
|
2221
|
+
|------------- | ------------- | ------------- | -------------|
|
|
2222
|
+
| **typeId** | `number` | | [Defaults to `undefined`] |
|
|
2223
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
2224
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
2225
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
2226
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
2227
|
+
|
|
2228
|
+
### Return type
|
|
2229
|
+
|
|
2230
|
+
[**UniverseTypesTypeIdGet**](UniverseTypesTypeIdGet.md)
|
|
2231
|
+
|
|
2232
|
+
### Authorization
|
|
2233
|
+
|
|
2234
|
+
No authorization required
|
|
2235
|
+
|
|
2236
|
+
### HTTP request headers
|
|
2237
|
+
|
|
2238
|
+
- **Content-Type**: Not defined
|
|
2239
|
+
- **Accept**: `application/json`
|
|
2240
|
+
|
|
2241
|
+
|
|
2242
|
+
### HTTP response details
|
|
2243
|
+
| Status code | Description | Response headers |
|
|
2244
|
+
|-------------|-------------|------------------|
|
|
2245
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
2246
|
+
| **0** | Error | - |
|
|
2247
|
+
|
|
2248
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
2249
|
+
|
|
2250
|
+
|
|
2251
|
+
## postUniverseIds
|
|
2252
|
+
|
|
2253
|
+
> UniverseIdsPost postUniverseIds(xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
|
|
2254
|
+
|
|
2255
|
+
Bulk names to IDs
|
|
2256
|
+
|
|
2257
|
+
Resolve a set of names to IDs in the following categories: agents, alliances, characters, constellations, corporations factions, inventory_types, regions, stations, and systems. Only exact matches will be returned. All names searched for are cached for 12 hours
|
|
2258
|
+
|
|
2259
|
+
### Example
|
|
2260
|
+
|
|
2261
|
+
```ts
|
|
2262
|
+
import {
|
|
2263
|
+
Configuration,
|
|
2264
|
+
UniverseApi,
|
|
2265
|
+
} from 'esisl_genoa_client';
|
|
2266
|
+
import type { PostUniverseIdsRequest } from 'esisl_genoa_client';
|
|
2267
|
+
|
|
2268
|
+
async function example() {
|
|
2269
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
2270
|
+
const api = new UniverseApi();
|
|
2271
|
+
|
|
2272
|
+
const body = {
|
|
2273
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
2274
|
+
xCompatibilityDate: 2013-10-20,
|
|
2275
|
+
// Set<string>
|
|
2276
|
+
requestBody: ...,
|
|
2277
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
2278
|
+
acceptLanguage: acceptLanguage_example,
|
|
2279
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
2280
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
2281
|
+
// string | The tenant ID for the request. (optional)
|
|
2282
|
+
xTenant: ,
|
|
2283
|
+
} satisfies PostUniverseIdsRequest;
|
|
2284
|
+
|
|
2285
|
+
try {
|
|
2286
|
+
const data = await api.postUniverseIds(body);
|
|
2287
|
+
console.log(data);
|
|
2288
|
+
} catch (error) {
|
|
2289
|
+
console.error(error);
|
|
2290
|
+
}
|
|
2291
|
+
}
|
|
2292
|
+
|
|
2293
|
+
// Run the test
|
|
2294
|
+
example().catch(console.error);
|
|
2295
|
+
```
|
|
2296
|
+
|
|
2297
|
+
### Parameters
|
|
2298
|
+
|
|
2299
|
+
|
|
2300
|
+
| Name | Type | Description | Notes |
|
|
2301
|
+
|------------- | ------------- | ------------- | -------------|
|
|
2302
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
2303
|
+
| **requestBody** | `Set<string>` | | |
|
|
2304
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
2305
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
2306
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
2307
|
+
|
|
2308
|
+
### Return type
|
|
2309
|
+
|
|
2310
|
+
[**UniverseIdsPost**](UniverseIdsPost.md)
|
|
2311
|
+
|
|
2312
|
+
### Authorization
|
|
2313
|
+
|
|
2314
|
+
No authorization required
|
|
2315
|
+
|
|
2316
|
+
### HTTP request headers
|
|
2317
|
+
|
|
2318
|
+
- **Content-Type**: `application/json`
|
|
2319
|
+
- **Accept**: `application/json`
|
|
2320
|
+
|
|
2321
|
+
|
|
2322
|
+
### HTTP response details
|
|
2323
|
+
| Status code | Description | Response headers |
|
|
2324
|
+
|-------------|-------------|------------------|
|
|
2325
|
+
| **200** | OK | * Cache-Control - <br> * Content-Language - <br> * ETag - <br> * Last-Modified - <br> |
|
|
2326
|
+
| **0** | Error | - |
|
|
2327
|
+
|
|
2328
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
2329
|
+
|
|
2330
|
+
|
|
2331
|
+
## postUniverseNames
|
|
2332
|
+
|
|
2333
|
+
> Array<UniverseNamesPostInner> postUniverseNames(xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
|
|
2334
|
+
|
|
2335
|
+
Get names and categories for a set of IDs
|
|
2336
|
+
|
|
2337
|
+
Resolve a set of IDs to names and categories. Supported ID\'s for resolving are: Characters, Corporations, Alliances, Stations, Solar Systems, Constellations, Regions, Types, Factions
|
|
2338
|
+
|
|
2339
|
+
### Example
|
|
2340
|
+
|
|
2341
|
+
```ts
|
|
2342
|
+
import {
|
|
2343
|
+
Configuration,
|
|
2344
|
+
UniverseApi,
|
|
2345
|
+
} from 'esisl_genoa_client';
|
|
2346
|
+
import type { PostUniverseNamesRequest } from 'esisl_genoa_client';
|
|
2347
|
+
|
|
2348
|
+
async function example() {
|
|
2349
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
2350
|
+
const api = new UniverseApi();
|
|
2351
|
+
|
|
2352
|
+
const body = {
|
|
2353
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
2354
|
+
xCompatibilityDate: 2013-10-20,
|
|
2355
|
+
// Set<number>
|
|
2356
|
+
requestBody: ...,
|
|
2357
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
2358
|
+
acceptLanguage: acceptLanguage_example,
|
|
2359
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
2360
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
2361
|
+
// string | The tenant ID for the request. (optional)
|
|
2362
|
+
xTenant: ,
|
|
2363
|
+
} satisfies PostUniverseNamesRequest;
|
|
2364
|
+
|
|
2365
|
+
try {
|
|
2366
|
+
const data = await api.postUniverseNames(body);
|
|
2367
|
+
console.log(data);
|
|
2368
|
+
} catch (error) {
|
|
2369
|
+
console.error(error);
|
|
2370
|
+
}
|
|
2371
|
+
}
|
|
2372
|
+
|
|
2373
|
+
// Run the test
|
|
2374
|
+
example().catch(console.error);
|
|
2375
|
+
```
|
|
2376
|
+
|
|
2377
|
+
### Parameters
|
|
2378
|
+
|
|
2379
|
+
|
|
2380
|
+
| Name | Type | Description | Notes |
|
|
2381
|
+
|------------- | ------------- | ------------- | -------------|
|
|
2382
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
2383
|
+
| **requestBody** | `Set<number>` | | |
|
|
2384
|
+
| **acceptLanguage** | `en`, `de`, `fr`, `ja`, `ru`, `zh`, `ko`, `es` | The language to use for the response. | [Optional] [Defaults to `'en'`] [Enum: en, de, fr, ja, ru, zh, ko, es] |
|
|
2385
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
2386
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
2387
|
+
|
|
2388
|
+
### Return type
|
|
2389
|
+
|
|
2390
|
+
[**Array<UniverseNamesPostInner>**](UniverseNamesPostInner.md)
|
|
2391
|
+
|
|
2392
|
+
### Authorization
|
|
2393
|
+
|
|
2394
|
+
No authorization required
|
|
2395
|
+
|
|
2396
|
+
### HTTP request headers
|
|
2397
|
+
|
|
2398
|
+
- **Content-Type**: `application/json`
|
|
2399
|
+
- **Accept**: `application/json`
|
|
2400
|
+
|
|
2401
|
+
|
|
2402
|
+
### HTTP response details
|
|
2403
|
+
| Status code | Description | Response headers |
|
|
2404
|
+
|-------------|-------------|------------------|
|
|
2405
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
2406
|
+
| **0** | Error | - |
|
|
2407
|
+
|
|
2408
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
2409
|
+
|