.coveragerc
.gitignore
.isort.cfg
.prettierrc.yaml
.pylintrc
CHANGELOG.md
LICENSE.txt
README.md
dev-requirements.txt
mypy.ini
pytest.ini
ruff.toml
setup.cfg
setup.py
tox.ini
.github/workflows/build.yml
.vscode/env
.vscode/launch.json
.vscode/settings.json
docs/conftest.py
docs/mkdocs.yml
docs/src/CNAME
docs/src/http_auth.md
docs/src/http_engine.md
docs/src/http_replay.md
docs/src/http_request.md
docs/src/http_response.md
docs/src/index.md
docs/src/pagination.md
docs/src/quickstart.md
docs/src/typing.md
docs/src/css/extra.css
src/sdkite/__init__.py
src/sdkite/_version.py
src/sdkite/adapter.py
src/sdkite/client.py
src/sdkite/pagination.py
src/sdkite/py.typed
src/sdkite/utils.py
src/sdkite.egg-info/PKG-INFO
src/sdkite.egg-info/SOURCES.txt
src/sdkite.egg-info/dependency_links.txt
src/sdkite.egg-info/requires.txt
src/sdkite.egg-info/top_level.txt
src/sdkite/http/__init__.py
src/sdkite/http/_stringescape.py
src/sdkite/http/adapter.py
src/sdkite/http/auth.py
src/sdkite/http/engine_replay.py
src/sdkite/http/engine_requests.py
src/sdkite/http/model.py
src/sdkite/http/utils.py
tests/conftest.py
tests/integration/test_adapter_simple.py
tests/integration/test_http.py
tests/integration/recorded/public_version.json
tests/integration/recorded/users_1337.json
tests/integration/recorded/users_all_1.json
tests/integration/recorded/users_all_2.json
tests/integration/recorded/users_all_3.json
tests/unit/test_adapter.py
tests/unit/test_client.py
tests/unit/test_pagination.py
tests/unit/test_pagination_pep570.py
tests/unit/test_utils.py
tests/unit/http/conftest.py
tests/unit/http/test_adapter_adapter.py
tests/unit/http/test_adapter_adapter_spec.py
tests/unit/http/test_auth.py
tests/unit/http/test_engine_replay.py
tests/unit/http/test_engine_replay_recording.py
tests/unit/http/test_engine_requests.py
tests/unit/http/test_model_httpheaderdict.py
tests/unit/http/test_stringescape.py
tests/unit/http/test_utils_encode_request_body.py
tests/unit/http/test_utils_url.py
tests/unit/http/engine_replay/base/get_foo.json
tests/unit/http/engine_replay/base/get_root.json
tests/unit/http/engine_replay/base/post_encoding.json
tests/unit/http/engine_replay/base/wrong_ext.txt
tests/unit/http/engine_replay/base/subfolder/in_subfolder.json
tests/unit/http/engine_replay/extra/get_bar.json
tests/unit/http/engine_replay/extra/get_foo.json