kpn / combadge

Generic API clients based on Pydantic and protocols
https://kpn.github.io/combadge
Apache License 2.0
13 stars 2 forks source link

Validate call arguments #5

Closed eigenein closed 1 year ago

eigenein commented 1 year ago

Options

  1. Use parse_obj_as() in order to validate each parameter in the core's build_request()
  2. Use dynamic model creation