Skip to content

Commit 42722bc

Browse files
committed
Updated CONTRIBUTING file
1 parent cd8eca2 commit 42722bc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ And you can then start sending requests with the client - for example:
5656
r = client.get("/v1/search?format=json&pageLength=2")
5757
r.json()
5858

59+
You can also use the scripts in the `./shell` directory to initialize a client. The following initializes a client
60+
that connects to this project's test application:
61+
62+
python -i shell/test_app.py
63+
64+
And this initializes a client that connects to the OOTB App-Services app server, which is used for examples in this
65+
project's documentation:
66+
67+
python -i shell/docs.py
68+
5969
## Testing the documentation locally
6070

6171
The docs for this project are stored in the `./docs` directory as a set of Markdown files. These are published via

0 commit comments

Comments
 (0)