Hacker News new | ask | show | jobs
by jermaustin1 2630 days ago
Microsoft has a decent document regarding REST API design[1]. The main gist is, HTTP Verbs tell the application what to do with the object the URI Path points to.

1: https://docs.microsoft.com/en-us/azure/architecture/best-pra...

1 comments

If you wish to see everything in one single doc page.

https://github.com/Microsoft/api-guidelines/blob/vNext/Guide...

Thanks all, this is probably a very good starting point