.coveragerc
.gitignore
.pytest.toml
.readthedocs.yaml
.ruff.toml
LICENSE
README.md
_typos.toml
pyproject.toml
requirements_dev.txt
requirements_doc.txt
.github/workflows/new-event.yml
.github/workflows/publish.yml
.github/workflows/setup.yml
docs/auth.rst
docs/conf.py
docs/configuration.rst
docs/index.rst
docs/jsonrpc.rst
docs/migration_from_dcr.rst
docs/quickstart.rst
docs/transports.rst
docs/ext/__init__.py
docs/ext/autodoc_unpack.py
docs/static/descanso.svg
examples/async_example.py
examples/example.py
examples/json_rpc.py
examples/pydantic_model.py
examples/vkapi_example.py
src/descanso/__init__.py
src/descanso/_version.py
src/descanso/bound_method.py
src/descanso/builder_base.py
src/descanso/client.py
src/descanso/exceptions.py
src/descanso/jsonrpc.py
src/descanso/method_descriptor.py
src/descanso/method_spec.py
src/descanso/py.typed
src/descanso/request.py
src/descanso/request_transformers.py
src/descanso/response.py
src/descanso/response_transformers.py
src/descanso/rest_builder.py
src/descanso/signature.py
src/descanso/utils.py
src/descanso.egg-info/PKG-INFO
src/descanso.egg-info/SOURCES.txt
src/descanso.egg-info/dependency_links.txt
src/descanso.egg-info/requires.txt
src/descanso.egg-info/top_level.txt
src/descanso/http/__init__.py
src/descanso/http/aiohttp.py
src/descanso/http/httpx.py
src/descanso/http/requests.py
tests/__init__.py
tests/builders/__init__.py
tests/builders/test_jsonrpc.py
tests/builders/test_rest.py
tests/builders/utils.py
tests/http/__init__.py
tests/http/conftest.py
tests/http/data.py
tests/http/server.py
tests/http/test_aiohttp.py
tests/http/test_httpx.py
tests/http/test_requests.py
tests/request_transformers/__init__.py
tests/request_transformers/test_dumper.py
tests/request_transformers/test_fields.py
tests/request_transformers/test_jsonrpc.py
tests/request_transformers/test_query_formats.py
tests/request_transformers/utills.py
tests/response_transofmers/__init__.py
tests/response_transofmers/test_error_raiser.py
tests/response_transofmers/test_loader.py