#sdk #tokens #stedi #service #client #error #iam

stedi-sdk-client-tokens

Stedi SDK for Rust that includes Tokens client

75 releases

0.1.76 Nov 10, 2023
0.1.57 Oct 31, 2023
0.1.41 Jul 13, 2023
0.1.9 Mar 30, 2023

#8 in #iam

Download history 2/week @ 2024-02-16 4/week @ 2024-02-23 1/week @ 2024-03-01 2/week @ 2024-03-08 8/week @ 2024-03-15 13/week @ 2024-03-22 874/week @ 2024-03-29

897 downloads per month

Apache-2.0

215KB
4.5K SLoC

Service to exchange IAM credentials for Stedi JWT token

Crate Organization

The entry point for most customers will be Client. Client exposes one method for each API offered by the service.

Some APIs require complex or nested arguments. These exist in model.

Lastly, errors that can be returned by the service are contained within error. Error defines a meta error encompassing all possible errors that can be returned by the service.

The other modules within this crate are not required for normal usage.

Examples

Examples can be found here.

Dependencies

~19–36MB
~662K SLoC