Initial scaffold of gnexus-gauth Python client library
0 parent commit 9e18ccc46b59256ee1e5230827846205955be132
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 17 hours ago
Showing 19 changed files
View
.gitignore 0 → 100644
View
README.md 0 → 100644
View
examples/plain/example.py 0 → 100644
View
pyproject.toml 0 → 100644
View
src/gnexus_gauth/__init__.py 0 → 100644
View
src/gnexus_gauth/client.py 0 → 100644
View
src/gnexus_gauth/config.py 0 → 100644
View
src/gnexus_gauth/contracts.py 0 → 100644
View
src/gnexus_gauth/dto.py 0 → 100644
View
src/gnexus_gauth/exceptions.py 0 → 100644
View
src/gnexus_gauth/oauth.py 0 → 100644
View
src/gnexus_gauth/runtime.py 0 → 100644
View
src/gnexus_gauth/support.py 0 → 100644
View
src/gnexus_gauth/webhook.py 0 → 100644
View
tests/unit/test_client.py 0 → 100644
View
tests/unit/test_config.py 0 → 100644
View
tests/unit/test_oauth.py 0 → 100644
View
tests/unit/test_runtime.py 0 → 100644
View
tests/unit/test_webhook.py 0 → 100644