From cc228111fce8f8a9b740de06cf4c8f62bf26167a Mon Sep 17 00:00:00 2001 From: Neil Mansilla Date: Wed, 27 Jan 2016 10:41:38 -0800 Subject: [PATCH] Move httpbin + requestbin to mocks --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 841d5d9..796c813 100644 --- a/README.md +++ b/README.md @@ -162,7 +162,6 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### Querying * [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`. * [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). @@ -172,13 +171,14 @@ the Design of Network-based Software Architectures](https://www.ics.uci.edu/~fie ### 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. * [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. * [Swagger API Mock](https://github.com/bulkismaslom/swagger-api-mock) - Mock RESTful API based on swagger schema ### 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. * [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.