|
|
|
|
|
by frabjoused
646 days ago
|
|
I founded an integration startup, so my entire life right now is figuring out how to connect to and normalize an endless number of APIs. His advice here is spot on. You can’t underestimate how inconsistent the API landscape is, and he’s right that the fancier ones are harder to use. Some notes: - Surprisingly less than 5% of APIs reliably use PATCH. - I’m not sure it’s a good idea to return an Object under data for single resources, and an array when requesting multiple resources. Theoretically it sounds better, but in the end it makes it harder to consume. |
|