Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 2.14 KB

README.rst

File metadata and controls

60 lines (41 loc) · 2.14 KB

ZDS-Client - Generic Common Ground API Client

Build status Coverage status Documentation Status pypi-version

Code quality checks black python-versions

The Common Ground API Client is a generic client for Common Ground APIs built with OpenAPI 3.0 specifications.

Features

  • Driven by OAS 3.0 specification
  • (Pluggable) caching of api specifications
  • Create/mutate resources according to the api specifications
  • Support for multiple authentication schemes

    • ZGW auth (JWT based)
    • API-key via HTTP headers
    • or none, for open APIs
  • Generic approach with some builtins for the "Zaakgericht Werken API's" standard
  • Built on top of battle-proven requests library.

Installation and usage

See the documentation