2 stable releases
new 1.0.1 | Jan 7, 2025 |
---|---|
1.0.0 | Jan 6, 2025 |
#4 in #trade
32 downloads per month
9KB
164 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–22MB
~318K SLoC