python-lapidary / lapidary

Write Web API clients using annotations in python
https://lapidary.dev
MIT License
11 stars 0 forks source link

Allow query and path parameters to omit Path and Query annotation #51

Open rafalkrupinski opened 7 months ago

rafalkrupinski commented 7 months ago

Following FastAPI, only headers and cookies would need to be annotated. Path and query parameters could work without annotations, as determined by their name being present, or not, in the URL template.

rafalkrupinski commented 2 months ago

Reconsider; does it still make sense with param models?