Restructured API plugin docs
This commit is contained in:
parent
a0b3741511
commit
cb54ab5568
1 changed files with 2 additions and 1 deletions
|
|
@ -112,7 +112,8 @@ To ease obtaining values from a JSON payload attached to an HTTP POST request, y
|
||||||
new_plugin_string = payload.param('my_string', default='', convert=str)
|
new_plugin_string = payload.param('my_string', default='', convert=str)
|
||||||
...
|
...
|
||||||
|
|
||||||
For more details, see the documentation for :py:class:`openflexure_microscope.api.utilities.JsonPayload`.
|
.. autoclass: openflexure_microscope.api.utilities.JsonPayload
|
||||||
|
:members:
|
||||||
|
|
||||||
|
|
||||||
The MicroscopeViewPlugin class
|
The MicroscopeViewPlugin class
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue