kjspkg-api 0.2.0

A simple and ergonomic API client for KJSPKG.
Documentation
1
2
3
4
5
6
7
8
9
// TODO for the entire crate: Don't use anyhow's Error type, use a more descriptive one.

#[macro_use]
extern crate serde;

pub mod apis;
pub mod models;

pub use apis::ApiClient;