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

Addition of new middleware, RoutesBuilderMiddleware #32

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Westie
Copy link

@Westie Westie commented Jan 16, 2025

I'm working on a project that involves autodocumenting API endpoints, as well as manually documenting endpoints that are not procedurally generated.

The purpose of this PR is to introduce a new middleware - RouteInformationMiddleware - that allows a developer to have a bit more control over the RouteInformation object.

In addition, as part of this PR, I would also like to propose that we can now optionally pass the RouteInformation instance to any operation builder.

Tests and doc changes supplied.

Related to vyuldashev#103

@Westie Westie changed the title Addition of new middleware, RoutesBuilderMiddleware! Addition of new middleware, RoutesBuilderMiddleware Jan 16, 2025
@Westie
Copy link
Author

Westie commented Jan 16, 2025

Note to @TartanLeGrand - please don't merge this yet as I need to ensure that this is still working, but the unit tests I made a year or so ago still work as expected.

@TartanLeGrand TartanLeGrand marked this pull request as draft January 16, 2025 22:55
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