{% load rpc_extras %} Jama JSON-RPC service documentation

Jama JSON-RPC service reference

Jama is accessible via a subset of the JSON-RPC 1.0 protocol over HTTP. You may use the reference client library implementation in Python.

{% for name, func_obj in methods.items %}

{{ name }}

Parameters
{{ name|parameters|safe }}
Return type
{{ name|returntype }}
{{ name|doc_string|safe }}

↑ back to available methods

{% endfor %}