From 66028c8f16dc05785a38538ffaafbbb4821ecd5c Mon Sep 17 00:00:00 2001 From: "Dylan J. Sather" Date: Thu, 14 Feb 2019 22:02:22 -0800 Subject: [PATCH 1/2] Adding RequestBin.com I noticed you had requestb.in listed here a while back. That bin service was taken down but this is an equivalent one. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3d3bcb05..61396bbb 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ Table of Contents * [Colaboratory](https://colab.research.google.com) — Free web-based Python notebook environment with Nvidia Tesla K80 GPU. * [tamber](https://tamber.com) — Put deep-learning powered recommendations in your app. Free 5k monthly active users. * [Ipgeolocation](https://ipgeolocation.io/) — IP Geolocation API - Forever free plan for developers with 50k requests per month limit. + * [RequestBin.com] - Create a free endpoint to which you can send HTTP requests. Any HTTP requests sent to that endpoint will be recorded with the associated payload and headers so you can observe requests from webhooks and other services. ## Artifact Repos From 7807ded3671aeaaf129619c956fc399fbd92273f Mon Sep 17 00:00:00 2001 From: "Dylan J. Sather" Date: Thu, 14 Feb 2019 22:04:41 -0800 Subject: [PATCH 2/2] Adding requestbin.com --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61396bbb..57902f17 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Table of Contents * [Colaboratory](https://colab.research.google.com) — Free web-based Python notebook environment with Nvidia Tesla K80 GPU. * [tamber](https://tamber.com) — Put deep-learning powered recommendations in your app. Free 5k monthly active users. * [Ipgeolocation](https://ipgeolocation.io/) — IP Geolocation API - Forever free plan for developers with 50k requests per month limit. - * [RequestBin.com] - Create a free endpoint to which you can send HTTP requests. Any HTTP requests sent to that endpoint will be recorded with the associated payload and headers so you can observe requests from webhooks and other services. + * [RequestBin.com](https://requestbin.com) - Create a free endpoint to which you can send HTTP requests. Any HTTP requests sent to that endpoint will be recorded with the associated payload and headers so you can observe requests from webhooks and other services. ## Artifact Repos