#sdk #alibaba #trade

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

#8 in #alibaba

32 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
~328K SLoC