mirror of
https://github.com/marmelab/awesome-rest.git
synced 2026-01-24 04:08:05 -08:00
Move httpbin + requestbin to mocks
This commit is contained in:
@@ -162,7 +162,6 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
|
|||||||
### Querying
|
### Querying
|
||||||
|
|
||||||
* [Hurl.it](https://www.hurl.it/) - Make HTTP requests with a simple web-based HTTP client -- like `curl` in the cloud.
|
* [Hurl.it](https://www.hurl.it/) - Make HTTP requests with a simple web-based HTTP client -- like `curl` in the cloud.
|
||||||
* [RequestBin](http://requestb.in/) - Inspect and debug webhook requests sent by your clients or third-party APIs.
|
|
||||||
* [httpie](https://github.com/jkbrzt/httpie) - Command line HTTP client, far more dev-friendly than `curl`.
|
* [httpie](https://github.com/jkbrzt/httpie) - Command line HTTP client, far more dev-friendly than `curl`.
|
||||||
* [Postman REST Client](https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm) - Chrome extension essential to test manually REST API.
|
* [Postman REST Client](https://chrome.google.com/webstore/detail/postman-rest-client/fdmmgilgnpjigdojojpjoooidkmcomcm) - Chrome extension essential to test manually REST API.
|
||||||
* [resty](https://github.com/micha/resty) - Little command line REST client that you can use in pipelines (bash or zsh).
|
* [resty](https://github.com/micha/resty) - Little command line REST client that you can use in pipelines (bash or zsh).
|
||||||
@@ -172,13 +171,14 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie
|
|||||||
|
|
||||||
### Mocking
|
### Mocking
|
||||||
|
|
||||||
|
* [RequestBin](http://requestb.in/) - Inspect and debug webhook requests sent by your clients or third-party APIs.
|
||||||
|
* [httpbin](http://httpbin.org) - HTTP request and response service - a/k/a Swiss Army Knife for HTTP.
|
||||||
* [FakeRest](https://github.com/marmelab/FakeRest) - Patch XMLHttpRequest to fake a REST API client-side.
|
* [FakeRest](https://github.com/marmelab/FakeRest) - Patch XMLHttpRequest to fake a REST API client-side.
|
||||||
* [json-server](https://github.com/typicode/json-server) - Serve a REST API from fixture files using quick prototyping.
|
* [json-server](https://github.com/typicode/json-server) - Serve a REST API from fixture files using quick prototyping.
|
||||||
* [Mocky.io](http://www.mocky.io/) - Free online service to create fake HTTP responses.
|
* [Mocky.io](http://www.mocky.io/) - Free online service to create fake HTTP responses.
|
||||||
* [Swagger API Mock](https://github.com/bulkismaslom/swagger-api-mock) - Mock RESTful API based on swagger schema
|
* [Swagger API Mock](https://github.com/bulkismaslom/swagger-api-mock) - Mock RESTful API based on swagger schema
|
||||||
|
|
||||||
### Public REST APIs To Use In Tests
|
### Public REST APIs To Use In Tests
|
||||||
* [httpbin](http://httpbin.org) - HTTP request and response service - a/k/a Swiss Army Knife for HTTP.
|
|
||||||
* [Deck of Cards API](http://deckofcardsapi.com) - Open API for simulating a deck of cards.
|
* [Deck of Cards API](http://deckofcardsapi.com) - Open API for simulating a deck of cards.
|
||||||
* [ProgrammableWeb](http://www.programmableweb.com/apis/directory) - The world's largest API repository.
|
* [ProgrammableWeb](http://www.programmableweb.com/apis/directory) - The world's largest API repository.
|
||||||
* [Public APIS](https://www.publicapis.com/) - Explore The Largest API Directory In The Galaxy.
|
* [Public APIS](https://www.publicapis.com/) - Explore The Largest API Directory In The Galaxy.
|
||||||
|
|||||||
Reference in New Issue
Block a user