mirror of
https://github.com/tribufu/tribufu-rust
synced 2026-05-06 06:47:28 +00:00
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
This commit is contained in:
parent
92d5adc03b
commit
21daa668f8
14 changed files with 472 additions and 22 deletions
3
.env.example
Normal file
3
.env.example
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
CLIENT_ID=
|
||||
CLIENT_SECRET=
|
||||
TRIBUFU_API_URL=https://api.tribufu.com
|
||||
Loading…
Add table
Add a link
Reference in a new issue