From 53524e8409090f797c723211cbb818b837b7023b Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 5 Jul 2021 00:54:13 -0700 Subject: [PATCH] :books::construction: working on endpoints --- docs/connected_services/how_to/endpoints.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/connected_services/how_to/endpoints.md b/docs/connected_services/how_to/endpoints.md index cb5a9ee..e221997 100644 --- a/docs/connected_services/how_to/endpoints.md +++ b/docs/connected_services/how_to/endpoints.md @@ -14,6 +14,11 @@ :heavy_multiplication_x: ### Usage endpoints -| name | purpose | json input | path | HTTP Method | return type | return value | Jresp | Jreq | A | U | v1 | -| :----- | ------------------------------------------------ | ---------- | --------------------------------- | :---------: | :---------: | :----------------: | :----------------: | :----------------------: | :----------------------: | :----------------------: | :----------------: | -| 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: | \ No newline at end of file +| 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: | + +### Usage endpoints support +| name | v1 | +| :----- | :----------------: | +| GetBal | :heavy_check_mark: | \ No newline at end of file