#guide #client #sdk #error #model #service #stedi

stedi-sdk-client-guides

Stedi SDK for Rust that includes Guides client

69 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

#1850 in Network programming

Download history 802/week @ 2023-12-31 853/week @ 2024-01-07 386/week @ 2024-01-14 725/week @ 2024-01-21 303/week @ 2024-01-28 299/week @ 2024-02-04 603/week @ 2024-02-11 598/week @ 2024-02-18 545/week @ 2024-02-25 348/week @ 2024-03-03 607/week @ 2024-03-10 519/week @ 2024-03-17 619/week @ 2024-03-24 719/week @ 2024-03-31 680/week @ 2024-04-07 627/week @ 2024-04-14

2,725 downloads per month

Apache-2.0

2MB
36K SLoC

stedi-sdk-client-guides

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
~652K SLoC