You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've just discovered Pantry (I haven't had the opportunity to test it yet). I looked at the documentation and there is one thing that seems to be missing: the ability to update a sneaker with new data without returning the full data.
For example, if I have a list of members and I want to add one more, if I understand correctly I have to return the entire new list of members.
I think a way to "insert" a single piece of data like with a UPSERT would just be amazing!
Thanks a lot
The text was updated successfully, but these errors were encountered:
Great Idea! Yes, right now performing a POST will create and update the basket inside your pantry. While I'd like to maintain the current behavior, I believe we can solve this issue by introducing the PUT method?
Essentially, if you were to use PUT vs POST the response could return a confirmation response, instead of the updated basket.
@HelloEdit I agree with the comments above, and it seems that you're not alone with the request to update baskets! Ill work on this tonight, should have something for you to try out soon.
Hi!
I've just discovered Pantry (I haven't had the opportunity to test it yet). I looked at the documentation and there is one thing that seems to be missing: the ability to update a sneaker with new data without returning the full data.
For example, if I have a list of members and I want to add one more, if I understand correctly I have to return the entire new list of members.
I think a way to "insert" a single piece of data like with a UPSERT would just be amazing!
Thanks a lot
The text was updated successfully, but these errors were encountered: