pkrs 0.4.0

A simple wrapper around the PluralKit API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# pkrs

> **Warning**   
> This crate is primarily a hobby project of mine in order to learn the basics of Rust, and probably doesn't follow sensible best-practices.
> 
> If you're looking for something stable and well-written, look elsewhere!  
> (You have been warned)

A very simple wrapper around the [PluralKit](https://pluralkit.me/) api using [reqwest](https://docs.rs/reqwest/latest/reqwest/) and [serde](https://crates.io/crates/serde).
It closely follows the structure of the API itself, and as such the official [API documentation](https://pluralkit.me/api/) is likely the best resource for now.

If you have any suggestions or run into any issues please let me know on [GitHub](https://github.com/lynxize/pkrs/), and contributions are definitely welcome!