mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-17 00:22:14 +11:00
📚🚧 working on endpoints
This commit is contained in:
parent
f0772ed6f0
commit
4976d5bca6
1 changed files with 3 additions and 3 deletions
|
|
@ -14,6 +14,6 @@
|
||||||
:heavy_multiplication_x:
|
:heavy_multiplication_x:
|
||||||
|
|
||||||
### Usage endpoints
|
### Usage endpoints
|
||||||
| name | purpose | json input | path | HTTP Method | return type | return value | Jresp | Jreq | A | U | v1 |
|
| name | purpose | json input | path | HTTP Method | return type | return value | Jresp | Jreq | A | U | v1 |
|
||||||
| :----- | -------------------------------------- | ---------- | --------------------------------- | :---------: | :---------: | :----------------: | :----------------: | :----------------------: | :----------------------: | :----------------------: | :----------------: |
|
| :----- | ------------------------------------------------ | ---------- | --------------------------------- | :---------: | :---------: | :----------------: | :----------------: | :----------------------: | :----------------------: | :----------------------: | :----------------: |
|
||||||
| GetBal | retrieving the balance of a given user | `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: | :heavy_check_mark: |
|
| 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: | :heavy_check_mark: |
|
||||||
Loading…
Reference in a new issue