This repository has been archived by the owner on Jul 14, 2021. It is now read-only.
0.7.4 - Citadel
New/updated endpoints:
- Added
Char.clones
andChar.skills
- These endpoints are strict subsets of the character sheet endpoint, and use the same keys as the data in the character sheet result dictionary, just with a subset of the data.
Other changes
- Added support for SSO token authentication
- To use an SSO auth token, pass a tuple of
(token, type)
to thesso_token
parameter of anAPI
object. - The 'type' portion of the tuple should be either
'character'
or'corporation'
. - Currently we don't support omitting the token type.
- If both
api_key
andsso_token
arguments are specified, the SSO token will be used and the API key will be ignored.
- To use an SSO auth token, pass a tuple of