Closed ppanero closed 4 years ago
As discussed IRL with @lnielsen , to be able to wrap up this module today and actually start implementing on it (and in consequence modifying it from real-life usage experience). I'm merging this, but I opened an issue for each one of the discussion points. And passed the context to them.
Changes
create_request_parser
, it was basically a default parser with no fields to parse and no preprocessors... The call to it was basically returning{}
and no value of it was used (obviously, since it does not provide anything)... In short: sort of useless...Terminology
Example
Open Questions
GET@ItemView
) or the item removal (DELETE@ItemView
). Seedata
flag in theload_item_request
. Example: We might want to send a body on aDELETE
for tombstone pages, but someone else might not want to.Closes https://github.com/inveniosoftware/flask-resources/issues/29 Opens https://github.com/inveniosoftware/invenio-resources/issues/9 Closes https://github.com/inveniosoftware/flask-resources/issues/32