Developer! Developer! Developer! East Anglia

DDD East Anglia

Cambridge, UK
Saturday 22 September 2018

HTTP API patterns

I GET how to DELETE but the real question is "To PUT or to POST?" or is it PATCH? What there's more?!

After doing the standard HTTP CRUD, sometimes you need to do more, become a little more sophisticated in your manipulation of resources and add some depth to your HTTP API.

This talk will take you through some common HTTP API patterns, provide you with names for these patterns so we can talk about them, describe what the patterns are and when they are generally used, and go through working examples.

Hopefully this information will help people create richer HTTP APIs, make you REST easy and everything 200 OK.