From f3ea9fbba3843b4ddee950bb96fb8fbc1824db46 Mon Sep 17 00:00:00 2001 From: cyperdark <21735205+cyperdark@users.noreply.github.com> Date: Sun, 18 Feb 2024 19:07:39 +0300 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index aa2e08f4..f927ff65 100644 --- a/README.md +++ b/README.md @@ -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 ---