Skip to content

Commit

Permalink
adding docs for api endpoints (#532)
Browse files Browse the repository at this point in the history
  • Loading branch information
briancorbin authored Oct 21, 2022
1 parent ad11827 commit d496c71
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* [Welcome!](README.md)

## API Endpoints
* v2
* [v2](v2/README.md)
* Account
* [Account](v2/accounts/account/README.md)
* [Create Account](v2/api-endpoints/create_account.md)
Expand Down Expand Up @@ -60,7 +60,7 @@
* [Get Wallet Status](v2/api-endpoints/get_wallet_status.md)
* [Version](v2/other/version/README.md)
* [Get Version](v2/api-endpoints/version.md)
* v1 (deprecated)
* [v1 (deprecated)](v1/README.md)
* Account
* [Account](v1/accounts//account/README.md)
* [Create Account](v1/api-endpoints/create_account.md)
Expand Down
5 changes: 5 additions & 0 deletions docs/v1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
To target v1 api endpoints, send post requests to the following url with the appropriate host and port (depending on your configuration). The default port is 9090

```bash
$HOST:$PORT/wallet
```
5 changes: 5 additions & 0 deletions docs/v2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
To target v2 api endpoints, send post requests to the following url with the appropriate host and port (depending on your configuration). The default port is 9090

```bash
$HOST:$PORT/wallet/v2
```

0 comments on commit d496c71

Please sign in to comment.