Skip to main content

fluxer_api/
lib.rs

1//! # Fluxer API bindings
2//! Auto-generated API bindings and types for the Fluxer API.
3//! Note that though this has been generated by the openapi-generator-cli tool, there are also clippy fixes applied for certain issues.
4
5#![allow(unused_imports)]
6#![allow(clippy::too_many_arguments)]
7
8extern crate reqwest;
9extern crate serde;
10extern crate serde_json;
11extern crate serde_repr;
12extern crate url;
13
14#[cfg(feature = "apis")]
15pub mod apis;
16pub mod models;