Beautiful REST+JSON APIs with Ion
Creating a really clean and intuitive REST + JSON API is no easy task. You have to worry
about resources, collections of resources, pagination, query parameters, links to other
resources, search, which HTTP Methods to use, HTTP Caching, security, and more! And you
have to make sure it lasts and doesn't break clients as you add features over time.