From dee88f1f6d4571355090c589e6d480451422b2c1 Mon Sep 17 00:00:00 2001 From: Dmitriy Akulov Date: Fri, 19 May 2023 13:25:54 +0200 Subject: [PATCH] Add Globalping API Add Globalping API to Development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f7348891..b36c2411 100644 --- a/README.md +++ b/README.md @@ -533,6 +533,7 @@ API | Description | Auth | HTTPS | CORS | | [Gitlab](https://docs.gitlab.com/ee/api/) | Automate GitLab interaction programmatically | `OAuth` | Yes | Unknown | | [Gitter](https://developer.gitter.im/docs/welcome) | Chat for Developers | `OAuth` | Yes | Unknown | | [Glitterly](https://developers.glitterly.app) | Image generation API | `apiKey` | Yes | Yes | +| [Globalping](https://www.jsdelivr.com/globalping) | Run network tests and latency checks from a global network of probes | No | Yes | Yes | | [Google Docs](https://developers.google.com/docs/api/reference/rest) | API to read, write, and format Google Docs documents | `OAuth` | Yes | Unknown | | [Google Firebase](https://firebase.google.com/docs) | Google's mobile application development platform that helps build, improve, and grow app | `apiKey` | Yes | Yes | | [Google Fonts](https://developers.google.com/fonts/docs/developer_api) | Metadata for all families served by Google Fonts | `apiKey` | Yes | Unknown |