mirror of
https://github.com/marmelab/awesome-rest.git
synced 2026-01-24 04:08:05 -08:00
Changing requestb.in URL -> requestbin.com
requestb.in was shut down for abuse, but requestbin.com offers a comparable debugging service.
This commit is contained in:
@@ -197,7 +197,7 @@ 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.
|
||||
* [RequestBin](http://requestbin.com/) - 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.
|
||||
|
||||
Reference in New Issue
Block a user