We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Only an exact path is set to the ENDPOINT PATH on the debug page.
ENDPOINT PATH
armeria/docs-client/src/containers/MethodPage/DebugPage.tsx
Lines 183 to 191 in b84e3f0
However, since a parameterized path is not an exact endpoint path, it would be better to set it selectively only when the user wants it.
DocService .builder() .endpointPathType(EXACT, PARAMETERIZED, ...)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Only an exact path is set to the
ENDPOINT PATH
on the debug page.armeria/docs-client/src/containers/MethodPage/DebugPage.tsx
Lines 183 to 191 in b84e3f0
I received a suggestion from an internal customer to also fill in
ENDPOINT PATH
with a parameterized path. It will allow developers to type less.However, since a parameterized path is not an exact endpoint path, it would be better to set it selectively only when the user wants it.
The text was updated successfully, but these errors were encountered: