Closed ralphbean closed 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?
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. :)
Taking this one
Done!
Here's some stuff copy/pasted from an email:
Let's do it this way. :)