Files
awesome-rest/README.md
2015-05-07 10:22:20 +02:00

2.2 KiB

Awesome REST

This is a link repository centralizing resources, tools and frameworks about REST architecture. Feel free to contribute to this ongoing list.

REST normalization

  • RAML: a simple and succinct way to describe RESTful API
  • Haters gonna HATEOAS: a clear explanation on what HATEOAS is, and why you should use it.

Design

Building a REST API

Node.js

  • json-server: serve a REST API from fixture files using quick prototyping

PHP

  • phprest: specialized REST microframework for PHP
  • Hateoas: a PHP library to support implementing representations for HATEOAS REST web services

Symfony2

Go

  • go-json-rest: a thin layer on top of net/http that helps building RESTful API easily

REST based-tools

  • postgrest: serve a fully RESTful API directly from an existing PSQL database
  • ng-admin: add an AngularJS admin GUI to any RESTful API