#client #api-client #themes #wiki #parks

themeparks

Rust Theme Parks Wiki V1 API client

1 unstable release

0.1.1 Oct 5, 2022
0.1.0 Oct 5, 2022

#21 in #theme

32 downloads per month

Custom license

11KB
247 lines

Theme Parks Wiki Rust Client

A Rust client for the Theme Parks Wiki V1 API.

Documentation

Usage

use themeparks::themeparks::Client;

let client = Client::new();
let destinations = client.destinations().list_destinations().unwrap().data.unwrap();

Contributing

Contibutions are welcomed. Please open an issue to discuss the changes before opening a PR.

License

This is Free Software distributed under the MIT license.

Dependencies

~7MB
~222K SLoC