File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
6171The docs for this project are stored in the ` ./docs ` directory as a set of Markdown files. These are published via
You can’t perform that action at this time.
0 commit comments