📚🚧 working on endpoints

This commit is contained in:
EntireTwix 2021-07-05 00:54:13 -07:00
parent 4976d5bca6
commit 53524e8409

View file

@ -14,6 +14,11 @@
: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 |
| :----- | ------------------------------------------------ | ---------- | --------------------------------- | :---------: | :---------: | :----------------: | :----------------: | :----------------------: | :----------------------: | :----------------------: | :----------------: | | :----- | ------------------------------------------------ | ---------- | --------------------------------- | :---------: | :---------: | :----------------: | :----------------: | :----------------------: | :----------------------: | :----------------------: |
| 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: | | 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
| name | v1 |
| :----- | :----------------: |
| GetBal | :heavy_check_mark: |