From ce16d5f5aeba452c6432cffc659ea4d3d48761a9 Mon Sep 17 00:00:00 2001 From: Luke Bennett Date: Sun, 13 Jun 2021 21:55:00 +0100 Subject: [PATCH] docs: format help.md with prettier --- help.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/help.md b/help.md index 8db4393..d91ee74 100644 --- a/help.md +++ b/help.md @@ -16,12 +16,12 @@ # Usage -| Name | Path | Method | A | Description | -| :------------: | :------------------------------------- | :----: | :---: | -------------------------------------------------------------------------------------------------- | -| GetBal | BankF/{name}/bal | GET | false | returns the balance of a given user `{name}` | +| Name | Path | Method | A | Description | +| :------------: | :------------------------------------- | :----: | :---: | ------------------------------------------------------------------------------------------------------------ | +| 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}` | -| 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 | +| 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 | # Meta Usage