Expand description
Wrapping seaplane SDK calls with things like CLI specific contexts, errors, etc.
Structs§
- Formations
Req - Wraps an SDK
FormationsRequestwhere we do additional things like re-use request access tokens, allow changing the Formation this request is pointed to, and map errors appropriately. - Locks
Req - Wraps an SDK
LocksRequestwhere we do additional things like re-use request access tokens, allow changing the Locks this request is pointed to, and map errors appropriately. - Metadata
Req - Wraps an SDK
MetadataRequestwhere we do additional things like re-use request access tokens, allow changing the Formation this request is pointed to, and map errors appropriately. - Restrict
Req - Wraps an SDK
RestrictRequestwhere we do additional things like re-use request access tokens, and map errors appropriately.
Functions§
- request_
token - Makes a request against the
/tokenendpoint of FlightDeck using the discovered API key and returns the short lived Access token response. - request_
token_ jwt - Follows the same process as
request_tokenbut only returns the raw JWT string part of the token