You've already forked bthlabs-jsonrpc
v1.1.0b1
This commit is contained in:
@@ -3,7 +3,7 @@ API Documentation
|
||||
|
||||
.. module:: bthlabs_jsonrpc_django
|
||||
|
||||
This section provides the API documentation for BTHLabs JSONRPC - Core.
|
||||
This section provides the API documentation for BTHLabs JSONRPC - Django.
|
||||
|
||||
Auth checks
|
||||
-----------
|
||||
@@ -14,8 +14,26 @@ Auth checks
|
||||
|
||||
.. autofunction:: is_staff
|
||||
|
||||
Codecs
|
||||
------
|
||||
|
||||
.. autoclass:: DjangoJSONCodec
|
||||
:members:
|
||||
|
||||
Executors
|
||||
---------
|
||||
|
||||
.. autoclass:: DjangoExecutor
|
||||
:members:
|
||||
|
||||
Serializers
|
||||
-----------
|
||||
|
||||
.. autoclass:: DjangoJSONRPCSerializer
|
||||
:members:
|
||||
|
||||
Views
|
||||
-----
|
||||
|
||||
.. autoclass:: JSONRPCView
|
||||
:members: as_view, auth_checks, can_call, namespace
|
||||
:members:
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# type: ignore
|
||||
# Configuration file for the Sphinx documentation builder.
|
||||
#
|
||||
# This file only contains a selection of the most common options. For a full
|
||||
@@ -20,10 +21,10 @@ sys.path.insert(0, os.path.abspath('../../'))
|
||||
project = 'BTHLabs JSONRPC - Django'
|
||||
copyright = '2022-present Tomek Wójcik'
|
||||
author = 'Tomek Wójcik'
|
||||
version = '1.0.0'
|
||||
version = '1.1.0'
|
||||
|
||||
# The full version, including alpha/beta/rc tags
|
||||
release = '1.0.0'
|
||||
release = '1.1.0b1'
|
||||
|
||||
|
||||
# -- General configuration ---------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user