Documentation typos and improvements. Thanks Noel!

This commit is contained in:
Roberto Abdelkader Martínez Pérez
2019-11-20 13:37:20 +01:00
parent c2a62814b5
commit b7efb3f109
3 changed files with 14 additions and 13 deletions
+7 -6
View File
@@ -14,15 +14,16 @@ answered by the User HTTP Interface.
The default entrypoint is /bin/sh; we'll explain this workflow for now.
The spawned entrypoint is run with following variables added to its environment:
- KAPOW_HANDLER_ID
- KAPOW_DATAAPI_URL
- KAPOW_CONTROLAPI_URL
The spawned entrypoint is run with the following variables added to its environment:
- KAPOW_HANDLER_ID
- KAPOW_DATAAPI_URL
- KAPOW_CONTROLAPI_URL
#. During the lifetime of the shell, the request and response resources are available via these commands:
- kapow get /request/...
- kapow set /response/...
- kapow get /request/...
- kapow set /response/...
TODO: link to resource tree