On Thu, 2018-12-13 at 09:36 -0500, Randy Barlow wrote:
> * Change how the edit APIs work so that a diff is sent rather than
> the
>   entire set of fields[4].
> 
> 
> [4] https://github.com/fedora-infra/bodhi/issues/2208

I've made this one a little more expansive - the real problem is that
Bodhi's REST API isn't very RESTy - it uses the same URL for creating
and editing objects. I plan to make it so you POST to an object's URL
to change it, rather than posting to the collection URL with a weird
"edited" field in your posted object.

This will certainly break things that edit objects in Bodhi via its
REST API. Does anyone know of anything doing that outside of the Bodhi
Python bindings?

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org

Reply via email to