mcm_api_wrapper 1.0.1

A wrapper for MC-Market's Ultimate REST API.
Documentation
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2021 Harry [Majored] [hello@majored.pw]
// MIT License (https://github.com/Majored/mcm-rust-api-wrapper/blob/main/LICENSE)

//! A collection of types which contain helping functions that fully cover the API.

pub mod alerts;
pub mod resources;
pub mod threads;
pub mod conversations;
pub mod members;