mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 08:32:13 +11:00
📚🚧 working on endpoints
This commit is contained in:
parent
53524e8409
commit
bb0f3b642d
1 changed files with 1 additions and 0 deletions
|
|
@ -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: |
|
| 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
|
### Usage endpoints support
|
||||||
|
`v` denoting the API version
|
||||||
| name | v1 |
|
| name | v1 |
|
||||||
| :----- | :----------------: |
|
| :----- | :----------------: |
|
||||||
| GetBal | :heavy_check_mark: |
|
| GetBal | :heavy_check_mark: |
|
||||||
Loading…
Reference in a new issue