freedom-models 2.4.1

Models for the Freedom API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Freedom Models

[![Crates.io](https://img.shields.io/crates/v/freedom-models.svg)](https://crates.io/crates/freedom-models)
[![Documentation](https://docs.rs/freedom-models/badge.svg)](https://docs.rs/freedom-models/)

Contains data structures which map to Freedom resources to simplify usage
of the [Freedom API](https://github.com/ATLAS-Space-Operations/rust-freedom-api)

## HATEOAS Trait

In addition, the library exposes a single trait `Hateoas`. This is
useful for navigating the
[HATEOAS](https://en.wikipedia.org/wiki/HATEOAS) structure of the API.