Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark authored Feb 18, 2024
1 parent 57c0329 commit f3ea9fb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,15 @@ In-game overlay

Routes
---
gosu compatible api
- `/` - List of all counters you have
- `/json` - Example of `/ws` response
- `/json/v2` - Example of `/websocket/v2` response
- `/ws` - [response example]([https://github.com/KotRikD/tosu/releases/latest](https://github.com/KotRikD/tosu/wiki/v1-websocket-api-response))
- `/websocket/v2` - [response example]([https://github.com/KotRikD/tosu/releases/latest](https://github.com/KotRikD/tosu/wiki/v2-websocket-api-response))
- `/Songs/{path}` - Show content of the file, or show list of files for a folder

v2 _**(tosu own api)**_
- `/json/v2` - Example of `/websocket/v2` response
- `/websocket/v2` - [response example]([https://github.com/KotRikD/tosu/releases/latest](https://github.com/KotRikD/tosu/wiki/v2-websocket-api-response))
- `/files/beatmap/{path}` - same as `/Songs/{path}`
- `/files/skin/{path}` - similar as `/files/beatmap/{path}`, but for a skin
---
Expand Down

0 comments on commit f3ea9fb

Please sign in to comment.