This PR is broken into two commits. The first commit adds an API to get a group's information, and the second commit moves the "list groups" API to pagure.api.group.
rebased
1 new commit added
I don't think we expose (nor should expose) email addresses to non-authenticated requests
Cf: https://pagure.io/api/0/pagure/pull-request/2231
This is where the decorator about optional login in the API is helpful :)
@pingou, thanks for the review! My latest commit should address your comment.
pretty please pagure-ci rebuild
There are a few issues with jenkins currently:
30440f0
Ok let's merge your PR first and then hopefully tests will be back on working with #2233 :)
Pull-Request has been merged by pingou
This PR is broken into two commits. The first commit adds an API to get a group's information, and the second commit moves the "list groups" API to pagure.api.group.