-
Notifications
You must be signed in to change notification settings - Fork 95
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 REST API methods for alphabetical index #976
Conversation
Codecov Report
@@ Coverage Diff @@
## master #976 +/- ##
============================================
+ Coverage 58.97% 59.08% +0.11%
- Complexity 1511 1517 +6
============================================
Files 32 32
Lines 4232 4263 +31
============================================
+ Hits 2496 2519 +23
- Misses 1736 1744 +8
Continue to review full report at Codecov.
|
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I appreciate the thoroughness of the RestController tests.
Fixes #599
This adds two methods to the REST API:
/rest/v1/<vocab>/index/?lang=<language>
-> list of letters available in the vocabulary alphabetical index, in the given language/rest/v1/<vocab>/index/<letter>?lang=<language>
-> list of terms/concepts for that letter in the vocabulary alphabetical indexStill TODO: