-
Notifications
You must be signed in to change notification settings - Fork 359
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
Create /graph/operations/all endpoint #2836
Comments
HI , I am interested in contribution, I have already build the project using mvn clean install -Pquick command , I wanted to know how to run these api end point. |
There are Maven profiles in the The |
Note that as with #2690 this is only for spring-rest. |
* New "/graph/operations/all" endpoint for retrieving sorted operation names. --------- Co-authored-by: GCHQDeveloper314 <[email protected]>
Describe the new feature you'd like
A
/graph/operations/all
endpoint should be added to return all operations on the classpath.Why do you want this feature?
The
/graph/operations/details/all
was added to return the details of all operations on the classpath, but sometimes users don't want details, just the name of the operations.Additional context
It would be nice if the endpoint returned them sorted alphabetically (see #2775).
For implementation, see the
/graph/operations/details/all
endpoint.The text was updated successfully, but these errors were encountered: