pulsar-edit / package-backend

Pulsar Server Backend for Packages
https://api.pulsar-edit.dev
MIT License
12 stars 11 forks source link

Modularize Query Parameters #224

Closed confused-Techie closed 8 months ago

confused-Techie commented 8 months ago

Requirements

Description of the Change

This PR attempts to follow the example set during #199 by modularizing Query Parameters.

This means each query parameter is now within it's own module. Additionally, much like how the details of each endpoint are declared within the endpoint module, the same is done for query parameters. Which should soon let us built a complete OpenAPI specification automatically on any changes made.

This ensures any details relevant are within the query parameter module itself.