Make it possible to specify BR format in query string #97
Reference in New Issue
Block a user
No description provided.
Delete Branch "michals/autogits:main"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
instead of
curl -H 'accept: application/obs+xml' https://br.opensuse.org/status/Java:packages/jameica
curl -H 'accept: application/json' https://br.opensuse.org/status/Java:packages/jameica
this can be used
curl https://br.opensuse.org/status/Java:packages/jameica?format=xml
curl https://br.opensuse.org/status/Java:packages/jameica?format=json
which provides much simpler and easier to understand interface.
Fixes: #94
It builds but not sure how to test.
Did not find tests for the non-svg output.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.