Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 711 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 711 Bytes

members-assoc-sdk-rust

Rust SDK for approvers/members-assoc.

Status of support

  • 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 メンバー情報登録.

Installation

Run cargo add or add it to Cargo.toml.

cargo add members-assoc-sdk-rust
[dependencies]
members-assoc-sdk-rust = "0.1.0"

Usage

fn main() {
    // TODO:
}