From 25ac0220e4debf7e6f00b25a20db519b48fb5c20 Mon Sep 17 00:00:00 2001 From: NachoCP Date: Thu, 17 Mar 2016 10:45:14 +0100 Subject: [PATCH] Update usage.rst --- docs/usage.rst | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index d922d4a..e947446 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -17,7 +17,7 @@ Or, alternatively: This will create a server with any modules found in the current path. Useful command-line options -================= +=========================== In case you want to load modules that are in different folders under the same path, use the next option. @@ -40,3 +40,10 @@ Also, the host can be changed where senpy is deployed. The default value is `127 For more options, see the `--help` page. Alternatively, you can use the modules included in senpy to build your own application. + +Senpy server +============ + +Once the server is launched, there is a basic endpoint in the server, which provides a playground to use the plugins that have been loaded. + +In case you want to know the different endpoints of the server, there is more information available in the **NIF API setion**.