#alibaba #trade #sdk

iop-client

Alibaba Trade SDK for Rust

3 stable releases

1.0.2 Feb 10, 2025
1.0.1 Jan 7, 2025
1.0.0 Jan 6, 2025

#5 in #trade

Download history 72/week @ 2024-12-31 166/week @ 2025-01-07 2/week @ 2025-01-14 67/week @ 2025-02-04 49/week @ 2025-02-11

116 downloads per month

MIT license

36KB
645 lines

Document

Alibaba Trade SDK for Rust

Usage

let iop_client = IopClient::new(appid, app_secret);
let redirect_url = iop_client.get_redirect_url(redirect_uri, state); // state is optional
println!("{}", redirect_url);

Dependencies

~11–23MB
~327K SLoC