updated paths

This commit is contained in:
EntireTwix 2021-06-12 21:30:13 -07:00
parent c9fedf3228
commit 50d4801074
2 changed files with 7 additions and 7 deletions

10
help.md
View file

@ -15,11 +15,11 @@
# Usage # Usage
| Name | Path | Method | A | Description | | Name | Path | Method | A | Description |
| :------------: | :-------------------------------- | :----: | :---: | -------------------------------------------------------------------------------------------------- | | :------------: | :------------------------------------- | :----: | :---: | -------------------------------------------------------------------------------------------------- |
| GetBal | /{name}/bal | GET | false | returns the balance of a given user `{name}` | | GetBal | BankF/{name}/bal | GET | false | returns the balance of a given user `{name}` |
| GetLog | /{name}/log | GET | true | returns a list of last `n` number of transactions (a configurable amount) of a given user `{name}` | | GetLog | BankF/{name}/log | GET | true | returns a list of last `n` number of transactions (a configurable amount) of a given user `{name}` |
| SendFunds | /{name}/send/{to}/amount={amount} | POST | true | sends `{amount}` from user `{name}` to user `{to}` | | SendFunds | BankF/{name}/send/{to}/amount={amount} | POST | true | sends `{amount}` from user `{name}` to user `{to}` |
| VerifyPassword | /{name}/pass/verify | GET | true | returns `1` if the supplied user `{name}`'s password matches the password supplied in the header | | VerifyPassword | BankF/{name}/pass/verify | GET | true | returns `1` if the supplied user `{name}`'s password matches the password supplied in the header |
# Meta Usage # Meta Usage
| Name | Path | Method | A | Description | | Name | Path | Method | A | Description |

File diff suppressed because one or more lines are too long