nadeo-api 0.2.1

An interface for working with the Nadeo API
Documentation
[![Crates.io Version](https://img.shields.io/crates/v/nadeo-api)](https://crates.io/crates/nadeo-api)
[![Crates.io License](https://img.shields.io/crates/l/nadeo-api)](./LICENSE)
[![docs.rs](https://img.shields.io/docsrs/nadeo-api)](https://docs.rs/nadeo-api/)

About
---
This library provides an interface (or whatever you want to call it) for working with the [Nadeo API](https://webservices.openplanet.dev/). It handles **authentication** automatically but API requests have to be build up manually by the user.

⚠️ This project is in early development ⚠️

Installation
---

Run
```sh
cargo install nadeo-api
```

or add this line to your `Cargo.toml` with the desired version:
```toml
nadeo-api = "0.2.1"
```