22 lines
360 B
ReStructuredText
22 lines
360 B
ReStructuredText
|
API Documentation
|
||
|
=================
|
||
|
|
||
|
.. module:: bthlabs_jsonrpc_django
|
||
|
|
||
|
This section provides the API documentation for BTHLabs JSONRPC - Core.
|
||
|
|
||
|
Auth checks
|
||
|
-----------
|
||
|
|
||
|
.. autofunction:: has_perms
|
||
|
|
||
|
.. autofunction:: is_authenticated
|
||
|
|
||
|
.. autofunction:: is_staff
|
||
|
|
||
|
Views
|
||
|
-----
|
||
|
|
||
|
.. autoclass:: JSONRPCView
|
||
|
:members: as_view, auth_checks, can_call, namespace
|