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
11
// 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 representing data returned from the API.

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