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,1188 @@
|
|
|
1
|
+
# CharacterApi
|
|
2
|
+
|
|
3
|
+
All URIs are relative to *https://esi.evetech.net*
|
|
4
|
+
|
|
5
|
+
| Method | HTTP request | Description |
|
|
6
|
+
|------------- | ------------- | -------------|
|
|
7
|
+
| [**getCharactersCharacterId**](CharacterApi.md#getcharacterscharacterid) | **GET** /characters/{character_id} | Get character\'s public information |
|
|
8
|
+
| [**getCharactersCharacterIdAgentsResearch**](CharacterApi.md#getcharacterscharacteridagentsresearch) | **GET** /characters/{character_id}/agents_research | Get agents research |
|
|
9
|
+
| [**getCharactersCharacterIdBlueprints**](CharacterApi.md#getcharacterscharacteridblueprints) | **GET** /characters/{character_id}/blueprints | Get blueprints |
|
|
10
|
+
| [**getCharactersCharacterIdCorporationhistory**](CharacterApi.md#getcharacterscharacteridcorporationhistory) | **GET** /characters/{character_id}/corporationhistory | Get corporation history |
|
|
11
|
+
| [**getCharactersCharacterIdFatigue**](CharacterApi.md#getcharacterscharacteridfatigue) | **GET** /characters/{character_id}/fatigue | Get jump fatigue |
|
|
12
|
+
| [**getCharactersCharacterIdMedals**](CharacterApi.md#getcharacterscharacteridmedals) | **GET** /characters/{character_id}/medals | Get medals |
|
|
13
|
+
| [**getCharactersCharacterIdNotifications**](CharacterApi.md#getcharacterscharacteridnotifications) | **GET** /characters/{character_id}/notifications | Get character notifications |
|
|
14
|
+
| [**getCharactersCharacterIdNotificationsContacts**](CharacterApi.md#getcharacterscharacteridnotificationscontacts) | **GET** /characters/{character_id}/notifications/contacts | Get new contact notifications |
|
|
15
|
+
| [**getCharactersCharacterIdPortrait**](CharacterApi.md#getcharacterscharacteridportrait) | **GET** /characters/{character_id}/portrait | Get character portraits |
|
|
16
|
+
| [**getCharactersCharacterIdRoles**](CharacterApi.md#getcharacterscharacteridroles) | **GET** /characters/{character_id}/roles | Get character corporation roles |
|
|
17
|
+
| [**getCharactersCharacterIdStandings**](CharacterApi.md#getcharacterscharacteridstandings) | **GET** /characters/{character_id}/standings | Get standings |
|
|
18
|
+
| [**getCharactersCharacterIdTitles**](CharacterApi.md#getcharacterscharacteridtitles) | **GET** /characters/{character_id}/titles | Get character corporation titles |
|
|
19
|
+
| [**postCharactersAffiliation**](CharacterApi.md#postcharactersaffiliation) | **POST** /characters/affiliation | Character affiliation |
|
|
20
|
+
| [**postCharactersCharacterIdCspa**](CharacterApi.md#postcharacterscharacteridcspa) | **POST** /characters/{character_id}/cspa | Calculate a CSPA charge cost |
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
## getCharactersCharacterId
|
|
25
|
+
|
|
26
|
+
> CharactersCharacterIdGet getCharactersCharacterId(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
27
|
+
|
|
28
|
+
Get character\'s public information
|
|
29
|
+
|
|
30
|
+
Public information about a character
|
|
31
|
+
|
|
32
|
+
### Example
|
|
33
|
+
|
|
34
|
+
```ts
|
|
35
|
+
import {
|
|
36
|
+
Configuration,
|
|
37
|
+
CharacterApi,
|
|
38
|
+
} from 'esisl_genoa_client';
|
|
39
|
+
import type { GetCharactersCharacterIdRequest } from 'esisl_genoa_client';
|
|
40
|
+
|
|
41
|
+
async function example() {
|
|
42
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
43
|
+
const api = new CharacterApi();
|
|
44
|
+
|
|
45
|
+
const body = {
|
|
46
|
+
// number | The ID of the character
|
|
47
|
+
characterId: 789,
|
|
48
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
49
|
+
xCompatibilityDate: 2013-10-20,
|
|
50
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
51
|
+
acceptLanguage: acceptLanguage_example,
|
|
52
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
53
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
54
|
+
// string | The tenant ID for the request. (optional)
|
|
55
|
+
xTenant: ,
|
|
56
|
+
} satisfies GetCharactersCharacterIdRequest;
|
|
57
|
+
|
|
58
|
+
try {
|
|
59
|
+
const data = await api.getCharactersCharacterId(body);
|
|
60
|
+
console.log(data);
|
|
61
|
+
} catch (error) {
|
|
62
|
+
console.error(error);
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// Run the test
|
|
67
|
+
example().catch(console.error);
|
|
68
|
+
```
|
|
69
|
+
|
|
70
|
+
### Parameters
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
| Name | Type | Description | Notes |
|
|
74
|
+
|------------- | ------------- | ------------- | -------------|
|
|
75
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
76
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
77
|
+
| **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] |
|
|
78
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
79
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
80
|
+
|
|
81
|
+
### Return type
|
|
82
|
+
|
|
83
|
+
[**CharactersCharacterIdGet**](CharactersCharacterIdGet.md)
|
|
84
|
+
|
|
85
|
+
### Authorization
|
|
86
|
+
|
|
87
|
+
No authorization required
|
|
88
|
+
|
|
89
|
+
### HTTP request headers
|
|
90
|
+
|
|
91
|
+
- **Content-Type**: Not defined
|
|
92
|
+
- **Accept**: `application/json`
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
### HTTP response details
|
|
96
|
+
| Status code | Description | Response headers |
|
|
97
|
+
|-------------|-------------|------------------|
|
|
98
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
99
|
+
| **0** | Error | - |
|
|
100
|
+
|
|
101
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
102
|
+
|
|
103
|
+
|
|
104
|
+
## getCharactersCharacterIdAgentsResearch
|
|
105
|
+
|
|
106
|
+
> Array<CharactersCharacterIdAgentsResearchGetInner> getCharactersCharacterIdAgentsResearch(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
107
|
+
|
|
108
|
+
Get agents research
|
|
109
|
+
|
|
110
|
+
Return a list of agents research information for a character. The formula for finding the current research points with an agent is: currentPoints = remainderPoints + pointsPerDay * days(currentTime - researchStartDate)
|
|
111
|
+
|
|
112
|
+
### Example
|
|
113
|
+
|
|
114
|
+
```ts
|
|
115
|
+
import {
|
|
116
|
+
Configuration,
|
|
117
|
+
CharacterApi,
|
|
118
|
+
} from 'esisl_genoa_client';
|
|
119
|
+
import type { GetCharactersCharacterIdAgentsResearchRequest } from 'esisl_genoa_client';
|
|
120
|
+
|
|
121
|
+
async function example() {
|
|
122
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
123
|
+
const config = new Configuration({
|
|
124
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
125
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
126
|
+
});
|
|
127
|
+
const api = new CharacterApi(config);
|
|
128
|
+
|
|
129
|
+
const body = {
|
|
130
|
+
// number | The ID of the character
|
|
131
|
+
characterId: 789,
|
|
132
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
133
|
+
xCompatibilityDate: 2013-10-20,
|
|
134
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
135
|
+
acceptLanguage: acceptLanguage_example,
|
|
136
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
137
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
138
|
+
// string | The tenant ID for the request. (optional)
|
|
139
|
+
xTenant: ,
|
|
140
|
+
} satisfies GetCharactersCharacterIdAgentsResearchRequest;
|
|
141
|
+
|
|
142
|
+
try {
|
|
143
|
+
const data = await api.getCharactersCharacterIdAgentsResearch(body);
|
|
144
|
+
console.log(data);
|
|
145
|
+
} catch (error) {
|
|
146
|
+
console.error(error);
|
|
147
|
+
}
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
// Run the test
|
|
151
|
+
example().catch(console.error);
|
|
152
|
+
```
|
|
153
|
+
|
|
154
|
+
### Parameters
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
| Name | Type | Description | Notes |
|
|
158
|
+
|------------- | ------------- | ------------- | -------------|
|
|
159
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
160
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
161
|
+
| **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] |
|
|
162
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
163
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
164
|
+
|
|
165
|
+
### Return type
|
|
166
|
+
|
|
167
|
+
[**Array<CharactersCharacterIdAgentsResearchGetInner>**](CharactersCharacterIdAgentsResearchGetInner.md)
|
|
168
|
+
|
|
169
|
+
### Authorization
|
|
170
|
+
|
|
171
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
172
|
+
|
|
173
|
+
### HTTP request headers
|
|
174
|
+
|
|
175
|
+
- **Content-Type**: Not defined
|
|
176
|
+
- **Accept**: `application/json`
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
### HTTP response details
|
|
180
|
+
| Status code | Description | Response headers |
|
|
181
|
+
|-------------|-------------|------------------|
|
|
182
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
183
|
+
| **0** | Error | - |
|
|
184
|
+
|
|
185
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
## getCharactersCharacterIdBlueprints
|
|
189
|
+
|
|
190
|
+
> Array<CharactersCharacterIdBlueprintsGetInner> getCharactersCharacterIdBlueprints(characterId, xCompatibilityDate, page, acceptLanguage, ifNoneMatch, xTenant)
|
|
191
|
+
|
|
192
|
+
Get blueprints
|
|
193
|
+
|
|
194
|
+
Return a list of blueprints the character owns
|
|
195
|
+
|
|
196
|
+
### Example
|
|
197
|
+
|
|
198
|
+
```ts
|
|
199
|
+
import {
|
|
200
|
+
Configuration,
|
|
201
|
+
CharacterApi,
|
|
202
|
+
} from 'esisl_genoa_client';
|
|
203
|
+
import type { GetCharactersCharacterIdBlueprintsRequest } from 'esisl_genoa_client';
|
|
204
|
+
|
|
205
|
+
async function example() {
|
|
206
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
207
|
+
const config = new Configuration({
|
|
208
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
209
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
210
|
+
});
|
|
211
|
+
const api = new CharacterApi(config);
|
|
212
|
+
|
|
213
|
+
const body = {
|
|
214
|
+
// number | The ID of the character
|
|
215
|
+
characterId: 789,
|
|
216
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
217
|
+
xCompatibilityDate: 2013-10-20,
|
|
218
|
+
// number (optional)
|
|
219
|
+
page: 56,
|
|
220
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
221
|
+
acceptLanguage: acceptLanguage_example,
|
|
222
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
223
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
224
|
+
// string | The tenant ID for the request. (optional)
|
|
225
|
+
xTenant: ,
|
|
226
|
+
} satisfies GetCharactersCharacterIdBlueprintsRequest;
|
|
227
|
+
|
|
228
|
+
try {
|
|
229
|
+
const data = await api.getCharactersCharacterIdBlueprints(body);
|
|
230
|
+
console.log(data);
|
|
231
|
+
} catch (error) {
|
|
232
|
+
console.error(error);
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
// Run the test
|
|
237
|
+
example().catch(console.error);
|
|
238
|
+
```
|
|
239
|
+
|
|
240
|
+
### Parameters
|
|
241
|
+
|
|
242
|
+
|
|
243
|
+
| Name | Type | Description | Notes |
|
|
244
|
+
|------------- | ------------- | ------------- | -------------|
|
|
245
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
246
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
247
|
+
| **page** | `number` | | [Optional] [Defaults to `undefined`] |
|
|
248
|
+
| **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] |
|
|
249
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
250
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
251
|
+
|
|
252
|
+
### Return type
|
|
253
|
+
|
|
254
|
+
[**Array<CharactersCharacterIdBlueprintsGetInner>**](CharactersCharacterIdBlueprintsGetInner.md)
|
|
255
|
+
|
|
256
|
+
### Authorization
|
|
257
|
+
|
|
258
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
259
|
+
|
|
260
|
+
### HTTP request headers
|
|
261
|
+
|
|
262
|
+
- **Content-Type**: Not defined
|
|
263
|
+
- **Accept**: `application/json`
|
|
264
|
+
|
|
265
|
+
|
|
266
|
+
### HTTP response details
|
|
267
|
+
| Status code | Description | Response headers |
|
|
268
|
+
|-------------|-------------|------------------|
|
|
269
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> * X-Pages - The total number of pages in the result set. <br> |
|
|
270
|
+
| **0** | Error | - |
|
|
271
|
+
|
|
272
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
273
|
+
|
|
274
|
+
|
|
275
|
+
## getCharactersCharacterIdCorporationhistory
|
|
276
|
+
|
|
277
|
+
> Array<CharactersCharacterIdCorporationhistoryGetInner> getCharactersCharacterIdCorporationhistory(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
278
|
+
|
|
279
|
+
Get corporation history
|
|
280
|
+
|
|
281
|
+
Get a list of all the corporations a character has been a member of
|
|
282
|
+
|
|
283
|
+
### Example
|
|
284
|
+
|
|
285
|
+
```ts
|
|
286
|
+
import {
|
|
287
|
+
Configuration,
|
|
288
|
+
CharacterApi,
|
|
289
|
+
} from 'esisl_genoa_client';
|
|
290
|
+
import type { GetCharactersCharacterIdCorporationhistoryRequest } from 'esisl_genoa_client';
|
|
291
|
+
|
|
292
|
+
async function example() {
|
|
293
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
294
|
+
const api = new CharacterApi();
|
|
295
|
+
|
|
296
|
+
const body = {
|
|
297
|
+
// number | The ID of the character
|
|
298
|
+
characterId: 789,
|
|
299
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
300
|
+
xCompatibilityDate: 2013-10-20,
|
|
301
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
302
|
+
acceptLanguage: acceptLanguage_example,
|
|
303
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
304
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
305
|
+
// string | The tenant ID for the request. (optional)
|
|
306
|
+
xTenant: ,
|
|
307
|
+
} satisfies GetCharactersCharacterIdCorporationhistoryRequest;
|
|
308
|
+
|
|
309
|
+
try {
|
|
310
|
+
const data = await api.getCharactersCharacterIdCorporationhistory(body);
|
|
311
|
+
console.log(data);
|
|
312
|
+
} catch (error) {
|
|
313
|
+
console.error(error);
|
|
314
|
+
}
|
|
315
|
+
}
|
|
316
|
+
|
|
317
|
+
// Run the test
|
|
318
|
+
example().catch(console.error);
|
|
319
|
+
```
|
|
320
|
+
|
|
321
|
+
### Parameters
|
|
322
|
+
|
|
323
|
+
|
|
324
|
+
| Name | Type | Description | Notes |
|
|
325
|
+
|------------- | ------------- | ------------- | -------------|
|
|
326
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
327
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
328
|
+
| **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] |
|
|
329
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
330
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
331
|
+
|
|
332
|
+
### Return type
|
|
333
|
+
|
|
334
|
+
[**Array<CharactersCharacterIdCorporationhistoryGetInner>**](CharactersCharacterIdCorporationhistoryGetInner.md)
|
|
335
|
+
|
|
336
|
+
### Authorization
|
|
337
|
+
|
|
338
|
+
No authorization required
|
|
339
|
+
|
|
340
|
+
### HTTP request headers
|
|
341
|
+
|
|
342
|
+
- **Content-Type**: Not defined
|
|
343
|
+
- **Accept**: `application/json`
|
|
344
|
+
|
|
345
|
+
|
|
346
|
+
### HTTP response details
|
|
347
|
+
| Status code | Description | Response headers |
|
|
348
|
+
|-------------|-------------|------------------|
|
|
349
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
350
|
+
| **0** | Error | - |
|
|
351
|
+
|
|
352
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
353
|
+
|
|
354
|
+
|
|
355
|
+
## getCharactersCharacterIdFatigue
|
|
356
|
+
|
|
357
|
+
> CharactersCharacterIdFatigueGet getCharactersCharacterIdFatigue(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
358
|
+
|
|
359
|
+
Get jump fatigue
|
|
360
|
+
|
|
361
|
+
Return a character\'s jump activation and fatigue information
|
|
362
|
+
|
|
363
|
+
### Example
|
|
364
|
+
|
|
365
|
+
```ts
|
|
366
|
+
import {
|
|
367
|
+
Configuration,
|
|
368
|
+
CharacterApi,
|
|
369
|
+
} from 'esisl_genoa_client';
|
|
370
|
+
import type { GetCharactersCharacterIdFatigueRequest } from 'esisl_genoa_client';
|
|
371
|
+
|
|
372
|
+
async function example() {
|
|
373
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
374
|
+
const config = new Configuration({
|
|
375
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
376
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
377
|
+
});
|
|
378
|
+
const api = new CharacterApi(config);
|
|
379
|
+
|
|
380
|
+
const body = {
|
|
381
|
+
// number | The ID of the character
|
|
382
|
+
characterId: 789,
|
|
383
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
384
|
+
xCompatibilityDate: 2013-10-20,
|
|
385
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
386
|
+
acceptLanguage: acceptLanguage_example,
|
|
387
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
388
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
389
|
+
// string | The tenant ID for the request. (optional)
|
|
390
|
+
xTenant: ,
|
|
391
|
+
} satisfies GetCharactersCharacterIdFatigueRequest;
|
|
392
|
+
|
|
393
|
+
try {
|
|
394
|
+
const data = await api.getCharactersCharacterIdFatigue(body);
|
|
395
|
+
console.log(data);
|
|
396
|
+
} catch (error) {
|
|
397
|
+
console.error(error);
|
|
398
|
+
}
|
|
399
|
+
}
|
|
400
|
+
|
|
401
|
+
// Run the test
|
|
402
|
+
example().catch(console.error);
|
|
403
|
+
```
|
|
404
|
+
|
|
405
|
+
### Parameters
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
| Name | Type | Description | Notes |
|
|
409
|
+
|------------- | ------------- | ------------- | -------------|
|
|
410
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
411
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
412
|
+
| **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] |
|
|
413
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
414
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
415
|
+
|
|
416
|
+
### Return type
|
|
417
|
+
|
|
418
|
+
[**CharactersCharacterIdFatigueGet**](CharactersCharacterIdFatigueGet.md)
|
|
419
|
+
|
|
420
|
+
### Authorization
|
|
421
|
+
|
|
422
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
423
|
+
|
|
424
|
+
### HTTP request headers
|
|
425
|
+
|
|
426
|
+
- **Content-Type**: Not defined
|
|
427
|
+
- **Accept**: `application/json`
|
|
428
|
+
|
|
429
|
+
|
|
430
|
+
### HTTP response details
|
|
431
|
+
| Status code | Description | Response headers |
|
|
432
|
+
|-------------|-------------|------------------|
|
|
433
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
434
|
+
| **0** | Error | - |
|
|
435
|
+
|
|
436
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
437
|
+
|
|
438
|
+
|
|
439
|
+
## getCharactersCharacterIdMedals
|
|
440
|
+
|
|
441
|
+
> Array<CharactersCharacterIdMedalsGetInner> getCharactersCharacterIdMedals(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
442
|
+
|
|
443
|
+
Get medals
|
|
444
|
+
|
|
445
|
+
Return a list of medals the character has
|
|
446
|
+
|
|
447
|
+
### Example
|
|
448
|
+
|
|
449
|
+
```ts
|
|
450
|
+
import {
|
|
451
|
+
Configuration,
|
|
452
|
+
CharacterApi,
|
|
453
|
+
} from 'esisl_genoa_client';
|
|
454
|
+
import type { GetCharactersCharacterIdMedalsRequest } from 'esisl_genoa_client';
|
|
455
|
+
|
|
456
|
+
async function example() {
|
|
457
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
458
|
+
const config = new Configuration({
|
|
459
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
460
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
461
|
+
});
|
|
462
|
+
const api = new CharacterApi(config);
|
|
463
|
+
|
|
464
|
+
const body = {
|
|
465
|
+
// number | The ID of the character
|
|
466
|
+
characterId: 789,
|
|
467
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
468
|
+
xCompatibilityDate: 2013-10-20,
|
|
469
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
470
|
+
acceptLanguage: acceptLanguage_example,
|
|
471
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
472
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
473
|
+
// string | The tenant ID for the request. (optional)
|
|
474
|
+
xTenant: ,
|
|
475
|
+
} satisfies GetCharactersCharacterIdMedalsRequest;
|
|
476
|
+
|
|
477
|
+
try {
|
|
478
|
+
const data = await api.getCharactersCharacterIdMedals(body);
|
|
479
|
+
console.log(data);
|
|
480
|
+
} catch (error) {
|
|
481
|
+
console.error(error);
|
|
482
|
+
}
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
// Run the test
|
|
486
|
+
example().catch(console.error);
|
|
487
|
+
```
|
|
488
|
+
|
|
489
|
+
### Parameters
|
|
490
|
+
|
|
491
|
+
|
|
492
|
+
| Name | Type | Description | Notes |
|
|
493
|
+
|------------- | ------------- | ------------- | -------------|
|
|
494
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
495
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
496
|
+
| **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] |
|
|
497
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
498
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
499
|
+
|
|
500
|
+
### Return type
|
|
501
|
+
|
|
502
|
+
[**Array<CharactersCharacterIdMedalsGetInner>**](CharactersCharacterIdMedalsGetInner.md)
|
|
503
|
+
|
|
504
|
+
### Authorization
|
|
505
|
+
|
|
506
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
507
|
+
|
|
508
|
+
### HTTP request headers
|
|
509
|
+
|
|
510
|
+
- **Content-Type**: Not defined
|
|
511
|
+
- **Accept**: `application/json`
|
|
512
|
+
|
|
513
|
+
|
|
514
|
+
### HTTP response details
|
|
515
|
+
| Status code | Description | Response headers |
|
|
516
|
+
|-------------|-------------|------------------|
|
|
517
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
518
|
+
| **0** | Error | - |
|
|
519
|
+
|
|
520
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
## getCharactersCharacterIdNotifications
|
|
524
|
+
|
|
525
|
+
> Array<CharactersCharacterIdNotificationsGetInner> getCharactersCharacterIdNotifications(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
526
|
+
|
|
527
|
+
Get character notifications
|
|
528
|
+
|
|
529
|
+
Return character notifications
|
|
530
|
+
|
|
531
|
+
### Example
|
|
532
|
+
|
|
533
|
+
```ts
|
|
534
|
+
import {
|
|
535
|
+
Configuration,
|
|
536
|
+
CharacterApi,
|
|
537
|
+
} from 'esisl_genoa_client';
|
|
538
|
+
import type { GetCharactersCharacterIdNotificationsRequest } from 'esisl_genoa_client';
|
|
539
|
+
|
|
540
|
+
async function example() {
|
|
541
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
542
|
+
const config = new Configuration({
|
|
543
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
544
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
545
|
+
});
|
|
546
|
+
const api = new CharacterApi(config);
|
|
547
|
+
|
|
548
|
+
const body = {
|
|
549
|
+
// number | The ID of the character
|
|
550
|
+
characterId: 789,
|
|
551
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
552
|
+
xCompatibilityDate: 2013-10-20,
|
|
553
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
554
|
+
acceptLanguage: acceptLanguage_example,
|
|
555
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
556
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
557
|
+
// string | The tenant ID for the request. (optional)
|
|
558
|
+
xTenant: ,
|
|
559
|
+
} satisfies GetCharactersCharacterIdNotificationsRequest;
|
|
560
|
+
|
|
561
|
+
try {
|
|
562
|
+
const data = await api.getCharactersCharacterIdNotifications(body);
|
|
563
|
+
console.log(data);
|
|
564
|
+
} catch (error) {
|
|
565
|
+
console.error(error);
|
|
566
|
+
}
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
// Run the test
|
|
570
|
+
example().catch(console.error);
|
|
571
|
+
```
|
|
572
|
+
|
|
573
|
+
### Parameters
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
| Name | Type | Description | Notes |
|
|
577
|
+
|------------- | ------------- | ------------- | -------------|
|
|
578
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
579
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
580
|
+
| **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] |
|
|
581
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
582
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
583
|
+
|
|
584
|
+
### Return type
|
|
585
|
+
|
|
586
|
+
[**Array<CharactersCharacterIdNotificationsGetInner>**](CharactersCharacterIdNotificationsGetInner.md)
|
|
587
|
+
|
|
588
|
+
### Authorization
|
|
589
|
+
|
|
590
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
591
|
+
|
|
592
|
+
### HTTP request headers
|
|
593
|
+
|
|
594
|
+
- **Content-Type**: Not defined
|
|
595
|
+
- **Accept**: `application/json`
|
|
596
|
+
|
|
597
|
+
|
|
598
|
+
### HTTP response details
|
|
599
|
+
| Status code | Description | Response headers |
|
|
600
|
+
|-------------|-------------|------------------|
|
|
601
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
602
|
+
| **0** | Error | - |
|
|
603
|
+
|
|
604
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
605
|
+
|
|
606
|
+
|
|
607
|
+
## getCharactersCharacterIdNotificationsContacts
|
|
608
|
+
|
|
609
|
+
> Array<CharactersCharacterIdNotificationsContactsGetInner> getCharactersCharacterIdNotificationsContacts(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
610
|
+
|
|
611
|
+
Get new contact notifications
|
|
612
|
+
|
|
613
|
+
Return notifications about having been added to someone\'s contact list
|
|
614
|
+
|
|
615
|
+
### Example
|
|
616
|
+
|
|
617
|
+
```ts
|
|
618
|
+
import {
|
|
619
|
+
Configuration,
|
|
620
|
+
CharacterApi,
|
|
621
|
+
} from 'esisl_genoa_client';
|
|
622
|
+
import type { GetCharactersCharacterIdNotificationsContactsRequest } from 'esisl_genoa_client';
|
|
623
|
+
|
|
624
|
+
async function example() {
|
|
625
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
626
|
+
const config = new Configuration({
|
|
627
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
628
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
629
|
+
});
|
|
630
|
+
const api = new CharacterApi(config);
|
|
631
|
+
|
|
632
|
+
const body = {
|
|
633
|
+
// number | The ID of the character
|
|
634
|
+
characterId: 789,
|
|
635
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
636
|
+
xCompatibilityDate: 2013-10-20,
|
|
637
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
638
|
+
acceptLanguage: acceptLanguage_example,
|
|
639
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
640
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
641
|
+
// string | The tenant ID for the request. (optional)
|
|
642
|
+
xTenant: ,
|
|
643
|
+
} satisfies GetCharactersCharacterIdNotificationsContactsRequest;
|
|
644
|
+
|
|
645
|
+
try {
|
|
646
|
+
const data = await api.getCharactersCharacterIdNotificationsContacts(body);
|
|
647
|
+
console.log(data);
|
|
648
|
+
} catch (error) {
|
|
649
|
+
console.error(error);
|
|
650
|
+
}
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
// Run the test
|
|
654
|
+
example().catch(console.error);
|
|
655
|
+
```
|
|
656
|
+
|
|
657
|
+
### Parameters
|
|
658
|
+
|
|
659
|
+
|
|
660
|
+
| Name | Type | Description | Notes |
|
|
661
|
+
|------------- | ------------- | ------------- | -------------|
|
|
662
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
663
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
664
|
+
| **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] |
|
|
665
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
666
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
667
|
+
|
|
668
|
+
### Return type
|
|
669
|
+
|
|
670
|
+
[**Array<CharactersCharacterIdNotificationsContactsGetInner>**](CharactersCharacterIdNotificationsContactsGetInner.md)
|
|
671
|
+
|
|
672
|
+
### Authorization
|
|
673
|
+
|
|
674
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
675
|
+
|
|
676
|
+
### HTTP request headers
|
|
677
|
+
|
|
678
|
+
- **Content-Type**: Not defined
|
|
679
|
+
- **Accept**: `application/json`
|
|
680
|
+
|
|
681
|
+
|
|
682
|
+
### HTTP response details
|
|
683
|
+
| Status code | Description | Response headers |
|
|
684
|
+
|-------------|-------------|------------------|
|
|
685
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
686
|
+
| **0** | Error | - |
|
|
687
|
+
|
|
688
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
689
|
+
|
|
690
|
+
|
|
691
|
+
## getCharactersCharacterIdPortrait
|
|
692
|
+
|
|
693
|
+
> CharactersCharacterIdPortraitGet getCharactersCharacterIdPortrait(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
694
|
+
|
|
695
|
+
Get character portraits
|
|
696
|
+
|
|
697
|
+
Get portrait urls for a character This route expires daily at 11:05
|
|
698
|
+
|
|
699
|
+
### Example
|
|
700
|
+
|
|
701
|
+
```ts
|
|
702
|
+
import {
|
|
703
|
+
Configuration,
|
|
704
|
+
CharacterApi,
|
|
705
|
+
} from 'esisl_genoa_client';
|
|
706
|
+
import type { GetCharactersCharacterIdPortraitRequest } from 'esisl_genoa_client';
|
|
707
|
+
|
|
708
|
+
async function example() {
|
|
709
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
710
|
+
const api = new CharacterApi();
|
|
711
|
+
|
|
712
|
+
const body = {
|
|
713
|
+
// number | The ID of the character
|
|
714
|
+
characterId: 789,
|
|
715
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
716
|
+
xCompatibilityDate: 2013-10-20,
|
|
717
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
718
|
+
acceptLanguage: acceptLanguage_example,
|
|
719
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
720
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
721
|
+
// string | The tenant ID for the request. (optional)
|
|
722
|
+
xTenant: ,
|
|
723
|
+
} satisfies GetCharactersCharacterIdPortraitRequest;
|
|
724
|
+
|
|
725
|
+
try {
|
|
726
|
+
const data = await api.getCharactersCharacterIdPortrait(body);
|
|
727
|
+
console.log(data);
|
|
728
|
+
} catch (error) {
|
|
729
|
+
console.error(error);
|
|
730
|
+
}
|
|
731
|
+
}
|
|
732
|
+
|
|
733
|
+
// Run the test
|
|
734
|
+
example().catch(console.error);
|
|
735
|
+
```
|
|
736
|
+
|
|
737
|
+
### Parameters
|
|
738
|
+
|
|
739
|
+
|
|
740
|
+
| Name | Type | Description | Notes |
|
|
741
|
+
|------------- | ------------- | ------------- | -------------|
|
|
742
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
743
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
744
|
+
| **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] |
|
|
745
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
746
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
747
|
+
|
|
748
|
+
### Return type
|
|
749
|
+
|
|
750
|
+
[**CharactersCharacterIdPortraitGet**](CharactersCharacterIdPortraitGet.md)
|
|
751
|
+
|
|
752
|
+
### Authorization
|
|
753
|
+
|
|
754
|
+
No authorization required
|
|
755
|
+
|
|
756
|
+
### HTTP request headers
|
|
757
|
+
|
|
758
|
+
- **Content-Type**: Not defined
|
|
759
|
+
- **Accept**: `application/json`
|
|
760
|
+
|
|
761
|
+
|
|
762
|
+
### HTTP response details
|
|
763
|
+
| Status code | Description | Response headers |
|
|
764
|
+
|-------------|-------------|------------------|
|
|
765
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
766
|
+
| **0** | Error | - |
|
|
767
|
+
|
|
768
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
769
|
+
|
|
770
|
+
|
|
771
|
+
## getCharactersCharacterIdRoles
|
|
772
|
+
|
|
773
|
+
> CharactersCharacterIdRolesGet getCharactersCharacterIdRoles(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
774
|
+
|
|
775
|
+
Get character corporation roles
|
|
776
|
+
|
|
777
|
+
Returns a character\'s corporation roles
|
|
778
|
+
|
|
779
|
+
### Example
|
|
780
|
+
|
|
781
|
+
```ts
|
|
782
|
+
import {
|
|
783
|
+
Configuration,
|
|
784
|
+
CharacterApi,
|
|
785
|
+
} from 'esisl_genoa_client';
|
|
786
|
+
import type { GetCharactersCharacterIdRolesRequest } from 'esisl_genoa_client';
|
|
787
|
+
|
|
788
|
+
async function example() {
|
|
789
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
790
|
+
const config = new Configuration({
|
|
791
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
792
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
793
|
+
});
|
|
794
|
+
const api = new CharacterApi(config);
|
|
795
|
+
|
|
796
|
+
const body = {
|
|
797
|
+
// number | The ID of the character
|
|
798
|
+
characterId: 789,
|
|
799
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
800
|
+
xCompatibilityDate: 2013-10-20,
|
|
801
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
802
|
+
acceptLanguage: acceptLanguage_example,
|
|
803
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
804
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
805
|
+
// string | The tenant ID for the request. (optional)
|
|
806
|
+
xTenant: ,
|
|
807
|
+
} satisfies GetCharactersCharacterIdRolesRequest;
|
|
808
|
+
|
|
809
|
+
try {
|
|
810
|
+
const data = await api.getCharactersCharacterIdRoles(body);
|
|
811
|
+
console.log(data);
|
|
812
|
+
} catch (error) {
|
|
813
|
+
console.error(error);
|
|
814
|
+
}
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
// Run the test
|
|
818
|
+
example().catch(console.error);
|
|
819
|
+
```
|
|
820
|
+
|
|
821
|
+
### Parameters
|
|
822
|
+
|
|
823
|
+
|
|
824
|
+
| Name | Type | Description | Notes |
|
|
825
|
+
|------------- | ------------- | ------------- | -------------|
|
|
826
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
827
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
828
|
+
| **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] |
|
|
829
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
830
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
831
|
+
|
|
832
|
+
### Return type
|
|
833
|
+
|
|
834
|
+
[**CharactersCharacterIdRolesGet**](CharactersCharacterIdRolesGet.md)
|
|
835
|
+
|
|
836
|
+
### Authorization
|
|
837
|
+
|
|
838
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
839
|
+
|
|
840
|
+
### HTTP request headers
|
|
841
|
+
|
|
842
|
+
- **Content-Type**: Not defined
|
|
843
|
+
- **Accept**: `application/json`
|
|
844
|
+
|
|
845
|
+
|
|
846
|
+
### HTTP response details
|
|
847
|
+
| Status code | Description | Response headers |
|
|
848
|
+
|-------------|-------------|------------------|
|
|
849
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
850
|
+
| **0** | Error | - |
|
|
851
|
+
|
|
852
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
## getCharactersCharacterIdStandings
|
|
856
|
+
|
|
857
|
+
> Array<CharactersCharacterIdStandingsGetInner> getCharactersCharacterIdStandings(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
858
|
+
|
|
859
|
+
Get standings
|
|
860
|
+
|
|
861
|
+
Return character standings from agents, NPC corporations, and factions
|
|
862
|
+
|
|
863
|
+
### Example
|
|
864
|
+
|
|
865
|
+
```ts
|
|
866
|
+
import {
|
|
867
|
+
Configuration,
|
|
868
|
+
CharacterApi,
|
|
869
|
+
} from 'esisl_genoa_client';
|
|
870
|
+
import type { GetCharactersCharacterIdStandingsRequest } from 'esisl_genoa_client';
|
|
871
|
+
|
|
872
|
+
async function example() {
|
|
873
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
874
|
+
const config = new Configuration({
|
|
875
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
876
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
877
|
+
});
|
|
878
|
+
const api = new CharacterApi(config);
|
|
879
|
+
|
|
880
|
+
const body = {
|
|
881
|
+
// number | The ID of the character
|
|
882
|
+
characterId: 789,
|
|
883
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
884
|
+
xCompatibilityDate: 2013-10-20,
|
|
885
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
886
|
+
acceptLanguage: acceptLanguage_example,
|
|
887
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
888
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
889
|
+
// string | The tenant ID for the request. (optional)
|
|
890
|
+
xTenant: ,
|
|
891
|
+
} satisfies GetCharactersCharacterIdStandingsRequest;
|
|
892
|
+
|
|
893
|
+
try {
|
|
894
|
+
const data = await api.getCharactersCharacterIdStandings(body);
|
|
895
|
+
console.log(data);
|
|
896
|
+
} catch (error) {
|
|
897
|
+
console.error(error);
|
|
898
|
+
}
|
|
899
|
+
}
|
|
900
|
+
|
|
901
|
+
// Run the test
|
|
902
|
+
example().catch(console.error);
|
|
903
|
+
```
|
|
904
|
+
|
|
905
|
+
### Parameters
|
|
906
|
+
|
|
907
|
+
|
|
908
|
+
| Name | Type | Description | Notes |
|
|
909
|
+
|------------- | ------------- | ------------- | -------------|
|
|
910
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
911
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
912
|
+
| **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] |
|
|
913
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
914
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
915
|
+
|
|
916
|
+
### Return type
|
|
917
|
+
|
|
918
|
+
[**Array<CharactersCharacterIdStandingsGetInner>**](CharactersCharacterIdStandingsGetInner.md)
|
|
919
|
+
|
|
920
|
+
### Authorization
|
|
921
|
+
|
|
922
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
923
|
+
|
|
924
|
+
### HTTP request headers
|
|
925
|
+
|
|
926
|
+
- **Content-Type**: Not defined
|
|
927
|
+
- **Accept**: `application/json`
|
|
928
|
+
|
|
929
|
+
|
|
930
|
+
### HTTP response details
|
|
931
|
+
| Status code | Description | Response headers |
|
|
932
|
+
|-------------|-------------|------------------|
|
|
933
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
934
|
+
| **0** | Error | - |
|
|
935
|
+
|
|
936
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
937
|
+
|
|
938
|
+
|
|
939
|
+
## getCharactersCharacterIdTitles
|
|
940
|
+
|
|
941
|
+
> Array<CharactersCharacterIdTitlesGetInner> getCharactersCharacterIdTitles(characterId, xCompatibilityDate, acceptLanguage, ifNoneMatch, xTenant)
|
|
942
|
+
|
|
943
|
+
Get character corporation titles
|
|
944
|
+
|
|
945
|
+
Returns a character\'s titles
|
|
946
|
+
|
|
947
|
+
### Example
|
|
948
|
+
|
|
949
|
+
```ts
|
|
950
|
+
import {
|
|
951
|
+
Configuration,
|
|
952
|
+
CharacterApi,
|
|
953
|
+
} from 'esisl_genoa_client';
|
|
954
|
+
import type { GetCharactersCharacterIdTitlesRequest } from 'esisl_genoa_client';
|
|
955
|
+
|
|
956
|
+
async function example() {
|
|
957
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
958
|
+
const config = new Configuration({
|
|
959
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
960
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
961
|
+
});
|
|
962
|
+
const api = new CharacterApi(config);
|
|
963
|
+
|
|
964
|
+
const body = {
|
|
965
|
+
// number | The ID of the character
|
|
966
|
+
characterId: 789,
|
|
967
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
968
|
+
xCompatibilityDate: 2013-10-20,
|
|
969
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
970
|
+
acceptLanguage: acceptLanguage_example,
|
|
971
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
972
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
973
|
+
// string | The tenant ID for the request. (optional)
|
|
974
|
+
xTenant: ,
|
|
975
|
+
} satisfies GetCharactersCharacterIdTitlesRequest;
|
|
976
|
+
|
|
977
|
+
try {
|
|
978
|
+
const data = await api.getCharactersCharacterIdTitles(body);
|
|
979
|
+
console.log(data);
|
|
980
|
+
} catch (error) {
|
|
981
|
+
console.error(error);
|
|
982
|
+
}
|
|
983
|
+
}
|
|
984
|
+
|
|
985
|
+
// Run the test
|
|
986
|
+
example().catch(console.error);
|
|
987
|
+
```
|
|
988
|
+
|
|
989
|
+
### Parameters
|
|
990
|
+
|
|
991
|
+
|
|
992
|
+
| Name | Type | Description | Notes |
|
|
993
|
+
|------------- | ------------- | ------------- | -------------|
|
|
994
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
995
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
996
|
+
| **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] |
|
|
997
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
998
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
999
|
+
|
|
1000
|
+
### Return type
|
|
1001
|
+
|
|
1002
|
+
[**Array<CharactersCharacterIdTitlesGetInner>**](CharactersCharacterIdTitlesGetInner.md)
|
|
1003
|
+
|
|
1004
|
+
### Authorization
|
|
1005
|
+
|
|
1006
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1007
|
+
|
|
1008
|
+
### HTTP request headers
|
|
1009
|
+
|
|
1010
|
+
- **Content-Type**: Not defined
|
|
1011
|
+
- **Accept**: `application/json`
|
|
1012
|
+
|
|
1013
|
+
|
|
1014
|
+
### HTTP response details
|
|
1015
|
+
| Status code | Description | Response headers |
|
|
1016
|
+
|-------------|-------------|------------------|
|
|
1017
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1018
|
+
| **0** | Error | - |
|
|
1019
|
+
|
|
1020
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1021
|
+
|
|
1022
|
+
|
|
1023
|
+
## postCharactersAffiliation
|
|
1024
|
+
|
|
1025
|
+
> Array<CharactersAffiliationPostInner> postCharactersAffiliation(xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
|
|
1026
|
+
|
|
1027
|
+
Character affiliation
|
|
1028
|
+
|
|
1029
|
+
Bulk lookup of character IDs to corporation, alliance and faction
|
|
1030
|
+
|
|
1031
|
+
### Example
|
|
1032
|
+
|
|
1033
|
+
```ts
|
|
1034
|
+
import {
|
|
1035
|
+
Configuration,
|
|
1036
|
+
CharacterApi,
|
|
1037
|
+
} from 'esisl_genoa_client';
|
|
1038
|
+
import type { PostCharactersAffiliationRequest } from 'esisl_genoa_client';
|
|
1039
|
+
|
|
1040
|
+
async function example() {
|
|
1041
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1042
|
+
const api = new CharacterApi();
|
|
1043
|
+
|
|
1044
|
+
const body = {
|
|
1045
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1046
|
+
xCompatibilityDate: 2013-10-20,
|
|
1047
|
+
// Set<number>
|
|
1048
|
+
requestBody: ...,
|
|
1049
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1050
|
+
acceptLanguage: acceptLanguage_example,
|
|
1051
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1052
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1053
|
+
// string | The tenant ID for the request. (optional)
|
|
1054
|
+
xTenant: ,
|
|
1055
|
+
} satisfies PostCharactersAffiliationRequest;
|
|
1056
|
+
|
|
1057
|
+
try {
|
|
1058
|
+
const data = await api.postCharactersAffiliation(body);
|
|
1059
|
+
console.log(data);
|
|
1060
|
+
} catch (error) {
|
|
1061
|
+
console.error(error);
|
|
1062
|
+
}
|
|
1063
|
+
}
|
|
1064
|
+
|
|
1065
|
+
// Run the test
|
|
1066
|
+
example().catch(console.error);
|
|
1067
|
+
```
|
|
1068
|
+
|
|
1069
|
+
### Parameters
|
|
1070
|
+
|
|
1071
|
+
|
|
1072
|
+
| Name | Type | Description | Notes |
|
|
1073
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1074
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1075
|
+
| **requestBody** | `Set<number>` | | |
|
|
1076
|
+
| **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] |
|
|
1077
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1078
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1079
|
+
|
|
1080
|
+
### Return type
|
|
1081
|
+
|
|
1082
|
+
[**Array<CharactersAffiliationPostInner>**](CharactersAffiliationPostInner.md)
|
|
1083
|
+
|
|
1084
|
+
### Authorization
|
|
1085
|
+
|
|
1086
|
+
No authorization required
|
|
1087
|
+
|
|
1088
|
+
### HTTP request headers
|
|
1089
|
+
|
|
1090
|
+
- **Content-Type**: `application/json`
|
|
1091
|
+
- **Accept**: `application/json`
|
|
1092
|
+
|
|
1093
|
+
|
|
1094
|
+
### HTTP response details
|
|
1095
|
+
| Status code | Description | Response headers |
|
|
1096
|
+
|-------------|-------------|------------------|
|
|
1097
|
+
| **200** | OK | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1098
|
+
| **0** | Error | - |
|
|
1099
|
+
|
|
1100
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1101
|
+
|
|
1102
|
+
|
|
1103
|
+
## postCharactersCharacterIdCspa
|
|
1104
|
+
|
|
1105
|
+
> number postCharactersCharacterIdCspa(characterId, xCompatibilityDate, requestBody, acceptLanguage, ifNoneMatch, xTenant)
|
|
1106
|
+
|
|
1107
|
+
Calculate a CSPA charge cost
|
|
1108
|
+
|
|
1109
|
+
Takes a source character ID in the url and a set of target character ID\'s in the body, returns a CSPA charge cost
|
|
1110
|
+
|
|
1111
|
+
### Example
|
|
1112
|
+
|
|
1113
|
+
```ts
|
|
1114
|
+
import {
|
|
1115
|
+
Configuration,
|
|
1116
|
+
CharacterApi,
|
|
1117
|
+
} from 'esisl_genoa_client';
|
|
1118
|
+
import type { PostCharactersCharacterIdCspaRequest } from 'esisl_genoa_client';
|
|
1119
|
+
|
|
1120
|
+
async function example() {
|
|
1121
|
+
console.log("🚀 Testing esisl_genoa_client SDK...");
|
|
1122
|
+
const config = new Configuration({
|
|
1123
|
+
// To configure OAuth2 access token for authorization: OAuth2 accessCode
|
|
1124
|
+
accessToken: "YOUR ACCESS TOKEN",
|
|
1125
|
+
});
|
|
1126
|
+
const api = new CharacterApi(config);
|
|
1127
|
+
|
|
1128
|
+
const body = {
|
|
1129
|
+
// number | The ID of the character
|
|
1130
|
+
characterId: 789,
|
|
1131
|
+
// '2020-01-01' | The compatibility date for the request.
|
|
1132
|
+
xCompatibilityDate: 2013-10-20,
|
|
1133
|
+
// Set<number>
|
|
1134
|
+
requestBody: ...,
|
|
1135
|
+
// 'en' | 'de' | 'fr' | 'ja' | 'ru' | 'zh' | 'ko' | 'es' | The language to use for the response. (optional)
|
|
1136
|
+
acceptLanguage: acceptLanguage_example,
|
|
1137
|
+
// string | The ETag of the previous request. A 304 will be returned if this matches the current ETag. (optional)
|
|
1138
|
+
ifNoneMatch: ifNoneMatch_example,
|
|
1139
|
+
// string | The tenant ID for the request. (optional)
|
|
1140
|
+
xTenant: ,
|
|
1141
|
+
} satisfies PostCharactersCharacterIdCspaRequest;
|
|
1142
|
+
|
|
1143
|
+
try {
|
|
1144
|
+
const data = await api.postCharactersCharacterIdCspa(body);
|
|
1145
|
+
console.log(data);
|
|
1146
|
+
} catch (error) {
|
|
1147
|
+
console.error(error);
|
|
1148
|
+
}
|
|
1149
|
+
}
|
|
1150
|
+
|
|
1151
|
+
// Run the test
|
|
1152
|
+
example().catch(console.error);
|
|
1153
|
+
```
|
|
1154
|
+
|
|
1155
|
+
### Parameters
|
|
1156
|
+
|
|
1157
|
+
|
|
1158
|
+
| Name | Type | Description | Notes |
|
|
1159
|
+
|------------- | ------------- | ------------- | -------------|
|
|
1160
|
+
| **characterId** | `number` | The ID of the character | [Defaults to `undefined`] |
|
|
1161
|
+
| **xCompatibilityDate** | `2020-01-01` | The compatibility date for the request. | [Defaults to `undefined`] [Enum: 2020-01-01] |
|
|
1162
|
+
| **requestBody** | `Set<number>` | | |
|
|
1163
|
+
| **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] |
|
|
1164
|
+
| **ifNoneMatch** | `string` | The ETag of the previous request. A 304 will be returned if this matches the current ETag. | [Optional] [Defaults to `undefined`] |
|
|
1165
|
+
| **xTenant** | `string` | The tenant ID for the request. | [Optional] [Defaults to `'tranquility'`] |
|
|
1166
|
+
|
|
1167
|
+
### Return type
|
|
1168
|
+
|
|
1169
|
+
**number**
|
|
1170
|
+
|
|
1171
|
+
### Authorization
|
|
1172
|
+
|
|
1173
|
+
[OAuth2 accessCode](../README.md#OAuth2-accessCode)
|
|
1174
|
+
|
|
1175
|
+
### HTTP request headers
|
|
1176
|
+
|
|
1177
|
+
- **Content-Type**: `application/json`
|
|
1178
|
+
- **Accept**: `application/json`
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
### HTTP response details
|
|
1182
|
+
| Status code | Description | Response headers |
|
|
1183
|
+
|-------------|-------------|------------------|
|
|
1184
|
+
| **201** | Created | * Cache-Control - <br> * ETag - <br> * Last-Modified - <br> |
|
|
1185
|
+
| **0** | Error | - |
|
|
1186
|
+
|
|
1187
|
+
[[Back to top]](#) [[Back to API list]](../README.md#api-endpoints) [[Back to Model list]](../README.md#models) [[Back to README]](../README.md)
|
|
1188
|
+
|