Tomek Wójcik
c75ea4ea9d
* `bthlabs-jsonrpc-aiohttp` v1.0.0 * `bthlabs-jsonrpc-core` v1.0.0 * `bthlabs-jsonrpc-django` v1.0.0
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
|