weg_li_api 0.1.4

Making working with the weg.li API more convenient
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#![cfg_attr(not(doctest), doc = include_str!("../README.md"))]

pub mod api;
pub mod types;

pub use api::WegLiApiClient;
pub use types::charge::{Charge, ChargeJson};
pub use types::district::{District, DistrictJson};
pub use types::export::{
    Export, ExportDownload, ExportJson, ExportNotice, ExportNoticeCsv, ExportType,
};
pub use types::notice::{Notice, NoticeJson, NoticePhotosJson, NoticeStatus};