fedora-infra / fedora-tagger

Small tagger app for Fedora Community
https://apps.fedoraproject.org/tagger/
15 stars 23 forks source link

Expand API to query for more than one rating at a time #112

Closed ralphbean closed 11 years ago

ralphbean commented 11 years ago

Here's some stuff copy/pasted from an email:

  • I need to be able to request more than one rating at a time, e.g. gcalctool,gimp,xchat -- guess i can just use /dump and filter the results so it's no biggie if this isn't possible.

At the moment this is not implemented, I guess we could add it. URL might look like: http://.../api/v1/ratings/calctool,gimp,xchat

Same for the tags then: http://.../api/v1/tags/calctool,gimp,xchat

They would be on 'retrieve' URLs though (ie: only GET, no PUT).

What do you think?

Let's do it this way. :)

pypingou commented 11 years ago

Taking this one

ralphbean commented 11 years ago

Done!