#rewritten #access #meant #api-access #ttr #information #toontown

ttr_api

Easily get data from Toontown Rewritten APIs with this Rust crate!

5 stable releases

1.3.0 Sep 9, 2022
1.2.1 Aug 3, 2022
1.2.0 May 15, 2022
1.1.0 May 14, 2022
1.0.0 May 14, 2022

#7 in #rewritten

MIT license

18KB
290 lines

ttr_api-rs

A library meant to make it easier to access Toontown Rewritten's APIs through Rust. For information about Toontown Rewritten's APIs, check out their documentations at this repository.

installation

If you want the latest stable version from crates.io, put this in your Cargo.toml:

[dependencies]
ttr_api = "1.3.0"

Alternatively, if you want the latest version from the Github repository, put this in your Cargo.toml:

[dependencies]
ttr_api = { git = "https://github.com/Vhou-Atroph/ttr_api-rs" }

usage

Please read the latest documentation at docs.rs.


lib.rs:

A library specialized for contacting Toontown Rewritten APIs. See an example usage of this crate at https://github.com/Vhou-Atroph/ttr_pop_webserver.

Dependencies

~6–20MB
~296K SLoC