Follow my #github at: https://t.co/yqzDOXyKK8 I post updates to my repos when I can. I love #opensource but updates to private repos are my current jam. Public stuff will come eventually.
@eddiejaoude I describe my code a bit like a derelict building: it works but you probably don't want to start pulling at random parts in case the whole thing falls down
When you are dealing with a large app where you have to make constant API updates, use PATCH rather than PUT.
PATCH only updates the fields you give it, while PUT updates the entire content.
This means PUT consumes more bandwidth and could slow down performance.