update lists
This commit is contained in:
@@ -243,8 +243,6 @@ Framework specifically meant for REST API.</li>
|
||||
embedding a command to generate automatically a REST API.</li>
|
||||
<li><a href="https://github.com/jspears/mers">mers</a> - Express service
|
||||
exposing Mongoose finders as RESTful API.</li>
|
||||
<li><a href="https://github.com/wprl/baucis">Baucis</a> - Build scalable
|
||||
REST API based on your Mongoose entities.</li>
|
||||
<li><a
|
||||
href="https://github.com/flatiron/resourceful">flatiron/resourceful</a>
|
||||
- Isomorphic Resource engine for JavaScript.</li>
|
||||
@@ -346,8 +344,6 @@ APIs.</li>
|
||||
href="https://flask-restless.readthedocs.org/en/latest/">flask-restless</a>
|
||||
- Flask extension for generating ReSTful APIs for database models
|
||||
defined with SQLAlchemy (or Flask-SQLAlchemy).</li>
|
||||
<li><a href="https://www.hug.rest/">hug</a> - Lightweight and fast API
|
||||
Framework.</li>
|
||||
<li><a href="https://github.com/jeffknupp/sandman">sandman</a> -
|
||||
Automated REST APIs for existing database-driven systems.</li>
|
||||
<li><a href="https://restless.readthedocs.org/en/latest/">restless</a> -
|
||||
@@ -374,6 +370,8 @@ is a modern, fast (high-performance), web framework for building APIs
|
||||
with Python 3.6+ based on standard Python type hints. With automatic API
|
||||
documentation using Swagger UI and ReDoc, based on OpenAPI and JSON
|
||||
Schema.</li>
|
||||
<li><a href="https://zato.io">Zato</a> - Platform for building
|
||||
server-side integrations, automations and API backends in Python.</li>
|
||||
</ul>
|
||||
<h3 id="ruby">Ruby</h3>
|
||||
<ul>
|
||||
@@ -480,8 +478,8 @@ testing.</li>
|
||||
webhook requests sent by your clients or third-party APIs.</li>
|
||||
<li><a href="https://httpbin.org">httpbin</a> - HTTP request and
|
||||
response service - a/k/a Swiss Army Knife for HTTP.</li>
|
||||
<li><a href="https://github.com/marmelab/FakeRest">FakeRest</a> - Patch
|
||||
XMLHttpRequest to fake a REST API client-side.</li>
|
||||
<li><a href="https://github.com/marmelab/FakeRest">FakeRest</a> -
|
||||
Redirect fetch() calls to a client-side fake REST API.</li>
|
||||
<li><a href="https://github.com/typicode/json-server">json-server</a> -
|
||||
Serve a REST API from fixture files using quick prototyping.</li>
|
||||
<li><a href="https://www.mocky.io/">Mocky.io</a> - Free online service
|
||||
@@ -509,9 +507,6 @@ Tests</h3>
|
||||
<ul>
|
||||
<li><a href="https://deckofcardsapi.com">Deck of Cards API</a> - Open
|
||||
API for simulating a deck of cards.</li>
|
||||
<li><a
|
||||
href="https://www.programmableweb.com/apis/directory">ProgrammableWeb</a>
|
||||
- The world’s largest API repository.</li>
|
||||
<li><a href="https://github.com/public-apis/public-apis">Public APIS</a>
|
||||
- Explore The Largest API Directory In The Galaxy.</li>
|
||||
<li><a href="https://developer.marvel.com/">Marvel Comics API</a> -
|
||||
@@ -523,6 +518,8 @@ data.</li>
|
||||
each API has OpenAPI/Swagger description.</li>
|
||||
<li><a href="https://theCatAPI.com">The Cat API</a> - Public API for
|
||||
Cats Images, Facts and Jokes.</li>
|
||||
<li><a href="https://mockae.com/">Mockae</a> - Fake REST API powered by
|
||||
Lua.</li>
|
||||
</ul>
|
||||
<h2 id="documentation">Documentation</h2>
|
||||
<ul>
|
||||
@@ -589,6 +586,9 @@ Debugging, Monitoring, and Usage Tracking for RESTful and GraphQL.</li>
|
||||
<li><a href="https://beeceptor.com/">Beeceptor</a> - An HTTP inspecting,
|
||||
mocking and proxing service. Gives named endpoints for creating mock API
|
||||
endpoints and simulate responses.</li>
|
||||
<li><a href="https://apitally.io">Apitally</a> - Analytics, request
|
||||
logging and monitoring for REST APIs with a focus on simplicity and data
|
||||
privacy.</li>
|
||||
</ul>
|
||||
<h2 id="miscellaneous">Miscellaneous</h2>
|
||||
<ul>
|
||||
@@ -612,3 +612,5 @@ alt="Creative Commons License" /></a></p>
|
||||
<p>This work is licensed under a <a
|
||||
href="https://creativecommons.org/licenses/by/4.0/">Creative Commons
|
||||
Attribution 4.0 International License</a>.</p>
|
||||
<p><a href="https://github.com/marmelab/awesome-rest">rest.md
|
||||
Github</a></p>
|
||||
|
||||
Reference in New Issue
Block a user