-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Feat: Refine and add more options to the CAYW endpoint #13447
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
Conversation
Head branch was pushed to by a user without write access
| public class CAYWEntry { | ||
|
|
||
| private final T value; | ||
| private final BibEntry bibEntry; |
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.
jabsrv/src/main/java/org/jabref/http/server/cayw/format/SimpleJsonFormatter.java
Show resolved
Hide resolved
This comment was marked as resolved.
This comment was marked as resolved.
|
@trag-bot didn't find any issues in the code! ✅✨ |
|
Your code currently does not meet JabRef's code guidelines. We use OpenRewrite to ensure "modern" Java coding practices. You can see which checks are failing by locating the box "Some checks were not successful" on the pull request page. To see the test output, locate "Tests / OpenRewrite (pull_request)" and click on it. The issues found can be automatically fixed. Please execute the gradle task |
Follow up #13185 and #13187 (comment)
Closes palukku#5
Steps to test
You can test the simple-json format by using this command:
curl http://localhost:23119/better-bibtex/cayw?format=simple-jsonfor biblatex (which is the default format) you can use this and change the command (defaults to autocite)
curl http://localhost:23119/better-bibtex/cayw?format=biblatex&command=notautociteMandatory checks
CHANGELOG.mddescribed in a way that is understandable for the average user (if change is visible to the user)