Rust SDK for approvers/members-assoc.
-
GET /members
-
GET /members/{id}
-
GET /members/{id}/associations
-
PUT /members/{id}/associations
-
DELETE /members/{id}/associations
Marginal Development Mackerel members can edit and edit their Discord accounts by logging in with their Discord accounts at Approvers メンバー情報登録.
Run cargo add
or add it to Cargo.toml.
cargo add members-assoc-sdk-rust
[dependencies]
members-assoc-sdk-rust = "0.1.0"
fn main() {
// TODO:
}