1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 16:12:29 +00:00

Update usage.rst

This commit is contained in:
NachoCP 2016-03-17 10:45:14 +01:00
parent c22f825fef
commit 25ac0220e4

View File

@ -17,7 +17,7 @@ Or, alternatively:
This will create a server with any modules found in the current path. This will create a server with any modules found in the current path.
Useful command-line options Useful command-line options
================= ===========================
In case you want to load modules that are in different folders under the same path, use the next option. 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. For more options, see the `--help` page.
Alternatively, you can use the modules included in senpy to build your own application. 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**.