awesome courses – list of awesome university courses for learning Computer Science!

awesome courses – list of awesome university courses for learning Computer Science!

While there were quite a few of these from before, this one is a really good selection.  I’m currently going through the slides of the Cloud Computing course from Cornell University.

HTTP API Design Guide

HTTP API Design Guide

This guide describes a set of HTTP+JSON API design practices, originally extracted from work on the Heroku Platform API.

This guide informs additions to that API and also guides new internal APIs at Heroku. We hope it’s also of interest to API designers outside of Heroku.

Our goals here are consistency and focusing on business logic while avoiding design bikeshedding. We’re looking for a good, consistent, well-documented way to design APIs, not necessarily the only/ideal way.

We assume you’re familiar with the basics of HTTP+JSON APIs and won’t cover all of the fundamentals of those in this guide.