api.webmaker.org
api.webmaker.org copied to clipboard
'status' key in JSON response
would like more info on what the motivation was for adding a status
attribute to the JSON response! it adds complication to building clients on top of the API. it also strikes me as redundant as HTTP
should be enough information? potentially i am missing something. thanks.
It doesn't need to be there. we could provide a v2.0 handler function that doesn't provide it.
hapi-version is already included in the server for us to make use of
Do we have a way of tracking wants for non-backwards-compatible changes in the API? We can force an update of the app, though it isn't a pretty user experience. If there are enough things that pile up, it may be worth doing at some point. -- especially while we have few users.
I just added a "breaking change" label we can use to track, well, breaking changes.
error from ember:
WARNING: Encountered "status" in payload, but no model was found for model name "status" (resolved model name using webmaker-moderator@serializer:application:.modelNameFromPayloadKey("status"))