mirror of
https://github.com/marmelab/awesome-rest.git
synced 2026-01-27 05:38:02 -08:00
Compare commits
7 Commits
e25201c699
...
e4b3f8b92b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4b3f8b92b | ||
|
|
e1864bff86 | ||
|
|
6fe603112e | ||
|
|
747b772bfb | ||
|
|
7cceb1b856 | ||
|
|
5bea06846f | ||
|
|
69cc0d71a3 |
@@ -84,6 +84,7 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
|
||||
* [restful.js](https://github.com/marmelab/restful.js) - JS client for interacting with server-side RESTful resources.
|
||||
* [traverson](https://github.com/basti1302/traverson) - A Hypermedia API/HATEOAS Client for Node.js and the Browser
|
||||
* [raml-client-generator](https://github.com/mulesoft/raml-client-generator) - Generates static client libs for js.
|
||||
* [Remult](https://github.com/remult/remult) - Type-safe frontend REST API client for TypeScript.
|
||||
|
||||
### Node.js Clients
|
||||
|
||||
@@ -131,13 +132,14 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
|
||||
* [node-restify](https://github.com/restify/node-restify) - Framework specifically meant for REST API.
|
||||
* [Sails.js](https://sailsjs.org/) - Node.js Web framework embedding a command to generate automatically a REST API.
|
||||
* [mers](https://github.com/jspears/mers) - Express service exposing Mongoose finders as RESTful API.
|
||||
* [Baucis](https://github.com/wprl/baucis) - Build scalable REST API based on your Mongoose entities.
|
||||
* [Baucis](https://git.kun.io/wprl/baucis) - Build scalable REST API based on your Mongoose entities.
|
||||
* [flatiron/resourceful](https://github.com/flatiron/resourceful) - Isomorphic Resource engine for JavaScript.
|
||||
* [loopback](https://loopback.io/) - Powerful Node.js framework for creating APIs and easily connecting to backend data sources.
|
||||
* [Feathers](https://feathersjs.com/) - is a real-time, micro-service web framework that gives you control over your data via RESTful resources, sockets and flexible plug-ins.
|
||||
* [Expressa](https://github.com/thomas4019/expressa) - Express middleware for creating APIs from JSON schemas with a simple admin editor and permissions model.
|
||||
* [rest-hapi](https://github.com/JKHeadley/rest-hapi) - Generate RESTful API based on mongoose models that supports relational data.
|
||||
* [Nestjsx/crud](https://github.com/nestjsx/crud) - Generate CRUD controllers and services for RESTful API with NestJS and TypeORM.
|
||||
* [Remult](https://github.com/remult/remult) - A framework for full-stack TypeScript CRUD over a RESTful API.
|
||||
|
||||
### PHP
|
||||
|
||||
@@ -174,7 +176,6 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
|
||||
* [django-tastypie](http://tastypieapi.org/) - Creating delicious APIs for Django apps.
|
||||
* [flask-restful](https://flask-restful.readthedocs.org/) - Extension for Flask that adds support for quickly building REST APIs.
|
||||
* [flask-restless](https://flask-restless.readthedocs.org/en/latest/) - Flask extension for generating ReSTful APIs for database models defined with SQLAlchemy (or Flask-SQLAlchemy).
|
||||
* [hug](https://www.hug.rest/) - Lightweight and fast API Framework.
|
||||
* [sandman](https://github.com/jeffknupp/sandman) - Automated REST APIs for existing database-driven systems.
|
||||
* [restless](https://restless.readthedocs.org/en/latest/) - Framework agnostic REST framework based on lessons learned from TastyPie.
|
||||
* [Python Eve](https://python-eve.org/) - Eve is an open source Python REST API framework designed for human beings. It allows to effortlessly build and deploy highly customizable, fully featured RESTful Web Services.
|
||||
@@ -254,12 +255,12 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
|
||||
### Public REST APIs To Use In Tests
|
||||
|
||||
* [Deck of Cards API](https://deckofcardsapi.com) - Open API for simulating a deck of cards.
|
||||
* [ProgrammableWeb](https://www.programmableweb.com/apis/directory) - The world's largest API repository.
|
||||
* [Public APIS](https://github.com/public-apis/public-apis) - Explore The Largest API Directory In The Galaxy.
|
||||
* [Marvel Comics API](https://developer.marvel.com/) - Query characters, stories, events about Marvel superheroes.
|
||||
* [JSON Placeholder](https://jsonplaceholder.typicode.com/) - Free online REST service that you can use whenever you need some fake data.
|
||||
* [APIs.guru](https://APIs.guru) - Wikipedia for Web APIs, each API has OpenAPI/Swagger description.
|
||||
* [The Cat API](https://theCatAPI.com) - Public API for Cats Images, Facts and Jokes.
|
||||
* [Mockae](https://mockae.com/) - Fake REST API powered by Lua.
|
||||
|
||||
## Documentation
|
||||
|
||||
|
||||
Reference in New Issue
Block a user