miLibris / flask-rest-jsonapi

Flask extension to build REST APIs around JSONAPI 1.0 specification.
http://flask-rest-jsonapi.readthedocs.io
MIT License
597 stars 153 forks source link

convert delete method's response meta to an object #36

Closed nemmons closed 7 years ago

nemmons commented 7 years ago

Per the JSON API specification: "Where specified, a meta member can be used .. The value of each meta member MUST be an object" (http://jsonapi.org/format/#document-meta)

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 95.347% when pulling 50b040bb2849a78fffbf0cf17e7c5e4db21cffac on nemmons:patch-1 into 8179be4e38a24cc346e742f07932c4720730ab6f on miLibris:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 95.347% when pulling 50b040bb2849a78fffbf0cf17e7c5e4db21cffac on nemmons:patch-1 into 8179be4e38a24cc346e742f07932c4720730ab6f on miLibris:master.

akira-dev commented 7 years ago

You're right. Thx