From bb0f3b642db36403810ae654383efe32e4e20f8a Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 5 Jul 2021 00:54:51 -0700 Subject: [PATCH] :books::construction: working on endpoints --- docs/connected_services/how_to/endpoints.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/connected_services/how_to/endpoints.md b/docs/connected_services/how_to/endpoints.md index e221997..52be997 100644 --- a/docs/connected_services/how_to/endpoints.md +++ b/docs/connected_services/how_to/endpoints.md @@ -19,6 +19,7 @@ | GetBal | retrieving the balance of a given user, `{name}` | `N/A` | `api/v1/user/balance?name={name}` | `GET` | JSON uint32 | the user's balance | :heavy_check_mark: | :heavy_multiplication_x: | :heavy_multiplication_x: | :heavy_multiplication_x: | ### Usage endpoints support +`v` denoting the API version | name | v1 | | :----- | :----------------: | | GetBal | :heavy_check_mark: | \ No newline at end of file