From d73ade345158e435464a93ff76adcf67b9636821 Mon Sep 17 00:00:00 2001 From: Abhishek Chaudhary Date: Tue, 10 Nov 2020 13:02:04 +0530 Subject: [PATCH] Add is.gd URL shortening API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ca3ccb52..4255e0c0 100644 --- a/README.md +++ b/README.md @@ -877,6 +877,7 @@ API | Description | Auth | HTTPS | CORS | | [Bitly](http://dev.bitly.com/get_started.html) | URL shortener and link management | `OAuth` | Yes | Unknown | | [CleanURI](https://cleanuri.com/docs) | URL shortener service | `No` | Yes | Yes | | [ClickMeter](https://support.clickmeter.com/hc/en-us/categories/201474986) | Monitor, compare and optimize your marketing links | `apiKey` | Yes | Unknown | +| [Is.gd](https://is.gd/developers.php) | URL Shortening API | `No` | Yes | Unknown | | [Rebrandly](https://developers.rebrandly.com/v1/docs) | Custom URL shortener for sharing branded links | `apiKey` | Yes | Unknown | **[⬆ Back to Index](#index)**