Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modularize Query Parameters #224

Merged
merged 5 commits into from
Jan 13, 2024
Merged

Modularize Query Parameters #224

merged 5 commits into from
Jan 13, 2024

Conversation

confused-Techie
Copy link
Member

Requirements

  • Filling out the template is required.

  • All new code requires tests to ensure against regressions.

    • However, if your PR contains zero code changes, feel free to select the checkmark below to indicate so.
  • Have you ran tests against this code?

  • This PR contains zero code changes.

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.

@confused-Techie confused-Techie merged commit 94648cf into main Jan 13, 2024
6 checks passed
@confused-Techie confused-Techie deleted the compact-query branch January 13, 2024 01:11
@confused-Techie confused-Techie mentioned this pull request Jan 20, 2024
2 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant