bbb_api_wrapper 1.0.2

A wrapper for BuiltByBit'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/rs-bbb-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;