mm_client 0.9.0

Library for interfacing with PBS Media Manager API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# mm_client

The `mm_client` crate is a very small library for communicating with the PBS Media Manager API
easier. It provides a client for querying against either the production
API or the staging API.

---

### Installation

``
mm_client = "0.9.0"
``

### Optional features

* **"cli"** - Builds a sample cli binary that uses the client