Commit Graph

14 Commits

Author SHA1 Message Date
738f9c947b Add utils crates 2025-06-04 11:30:22 -03:00
23af141e2d Generate api client with openapi-generator (#3)
* Generate api client with openapi-generator

* Add wrapper struct

* Add basic example
2025-06-03 19:47:49 -03:00
d9c4c40749 Update lib.rs 2024-01-12 16:26:46 -03:00
9861f51733 Update lib.rs 2024-01-12 15:55:52 -03:00
890c899a8b Create servers.rs 2024-01-12 15:55:50 -03:00
0168cd14e7 Update users.rs 2024-01-12 15:55:49 -03:00
d29a5f6216 Update readme and license 2023-12-31 16:22:35 -03:00
b583d26e44 Fix readme 2023-12-31 15:32:36 -03:00
8947084800 Update Cargo.toml 2023-12-31 15:31:11 -03:00
ddca33b5ee Bump versions to 0.1.0 2023-12-31 15:29:57 -03:00
f1219f0fa3 Update lib.rs 2023-12-31 15:28:35 -03:00
a7d4bc3fe3 Update lib.rs 2023-12-31 15:28:34 -03:00
f63f64103c Create initial api wrapper (#2)
* Api v0.1?

* Split crates

* Update api
2023-12-31 15:26:24 -03:00
21daa668f8 Prototype API (#1)
* Add oauth2 client

* Update LICENSE.txt

* Create .env.example

* Add dotenv to example

* Add oauth2 types

* Update lib.rs

* Update Cargo.toml

* Update lib.rs

* Add games routes
2023-12-24 08:23:10 -03:00