mirror of
https://github.com/Expand-sys/CCash
synced 2026-03-22 20:47:10 +11:00
docs: format help.md with prettier
This commit is contained in:
parent
a988dab361
commit
ce16d5f5ae
1 changed files with 5 additions and 5 deletions
10
help.md
10
help.md
|
|
@ -16,12 +16,12 @@
|
||||||
|
|
||||||
# Usage
|
# Usage
|
||||||
|
|
||||||
| Name | Path | Method | A | Description |
|
| Name | Path | Method | A | Description |
|
||||||
| :------------: | :------------------------------------- | :----: | :---: | -------------------------------------------------------------------------------------------------- |
|
| :------------: | :------------------------------------- | :----: | :---: | ------------------------------------------------------------------------------------------------------------ |
|
||||||
| GetBal | BankF/{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 | BankF/{name}/log | GET | true | returns a list of last `n` number of transactions (configurable in CCash webserver) of a given user `{name}` |
|
| GetLog | BankF/{name}/log | GET | true | returns a list of last `n` number of transactions (configurable in CCash webserver) of a given user `{name}` |
|
||||||
| SendFunds | BankF/{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 | BankF/{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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue