docs: fix reference to the test client

Signed-off-by:  Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
Eric Callahan 2022-02-27 20:55:03 -05:00
parent f93fed62ae
commit c87d8d2e51
No known key found for this signature in database
GPG Key ID: 7027245FBBDDF59A
1 changed files with 4 additions and 3 deletions

View File

@ -130,9 +130,10 @@ JSON-RPC response:
```
Some errors may not return a request ID, such as an improperly formatted request.
The `test/client` folder includes a basic test interface with example usage for
most of the requests below. It also includes a basic JSON-RPC implementation
that uses promises to return responses and errors (see json-rpc.js).
The [moontest](https://www.github.com/arksine/moontest) repo includes a basic
test interface with example usage for most of the requests below. It also
includes a basic JSON-RPC implementation that uses promises to return responses
and errors (see json-rpc.js).
### Jinja2 Template API Calls