-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding docs for api endpoints (#532)
- Loading branch information
1 parent
ad11827
commit d496c71
Showing
3 changed files
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
``` |