mirror of
https://github.com/Expand-sys/CCash
synced 2025-12-18 09:02:14 +11:00
updated docs
This commit is contained in:
parent
a219842b5a
commit
0b39b2bc9e
2 changed files with 2 additions and 2 deletions
2
help.md
2
help.md
|
|
@ -19,7 +19,7 @@
|
||||||
| :------------: | :-------------------------------- | :----: | :---: | --------------------------------------------------------------------------------------------------------------------------- |
|
| :------------: | :-------------------------------- | :----: | :---: | --------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| GetBal | /{name}/bal | GET | false | returns the balance of a given user `{name}` |
|
| GetBal | /{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 | /{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 | false | sends `{amount}` from user `{name}` to user `{to}` |
|
| SendFunds | /{name}/send/{to}/amount={amount} | POST | true | sends `{amount}` from user `{name}` to user `{to}` |
|
||||||
| VerifyPassword | /{name}/pass/verify | GET | true | returns `true` or `false` depending on if the supplied user `{name}`'s password matches the password supplied in the header |
|
| VerifyPassword | /{name}/pass/verify | GET | true | returns `true` or `false` depending on if the supplied user `{name}`'s password matches the password supplied in the header |
|
||||||
|
|
||||||
# Meta Usage
|
# Meta Usage
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue