ReadonlyapiReadonlyauthReadonlycharacterReadonlydatacardReadonlyeventsReadonlyfactionReadonlygalaxyReadonlyinventoryReadonlylocationReadonlymarketReadonlynewsReadonlytypesClear the token
Get the current rate limit information. Returns the last known rate limit info from API response headers. Returns null if no API calls have been made yet.
Note: The SW Combine API has a default limit of 600 requests per hour.
Get the current token
Check if refresh token is available
Check if token is expired
Set a callback to be notified when rate limit info is updated after each API call. Useful for monitoring rate limit consumption in real-time.
Manually refresh the token
Main SW Combine SDK client
Warning: Integration tests (
npm run test:integration) make real API calls to the SW Combine servers. Runnpm testfor unit tests instead.See
https://www.swcombine.com/ws/v2.0/developers/index.php SW Combine API Documentation