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

Add hal explorer for conveniently inspecting rest apis #19

Open
upgradingdave opened this issue Jun 3, 2022 · 0 comments
Open

Add hal explorer for conveniently inspecting rest apis #19

upgradingdave opened this issue Jun 3, 2022 · 0 comments
Assignees
Labels
data-api data api app label enhancement enhancement to existing feature low LOE I've done this before I know how to build, test and document this

Comments

@upgradingdave
Copy link
Contributor

The hal explorer is like swagger for HATEOAS.

https://github.com/toedter/hal-explorer

All that is needed is to add this dependency:

     <dependency>
         <groupId>org.springframework.data</groupId>
         <artifactId>spring-data-rest-hal-explorer</artifactId>
      </dependency>
@upgradingdave upgradingdave added enhancement enhancement to existing feature low LOE I've done this before I know how to build, test and document this labels Jun 3, 2022
@plungu plungu added data-api data api app label maintenance things that must be done to keep the repo healthy and removed maintenance things that must be done to keep the repo healthy labels Aug 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data-api data api app label enhancement enhancement to existing feature low LOE I've done this before I know how to build, test and document this
Projects
None yet
Development

No branches or pull requests

2 participants