From 86846fd01a37436b8b099574d951c6fe1ecf5d8c Mon Sep 17 00:00:00 2001 From: shangkaul Date: Tue, 5 Oct 2021 10:45:51 +0530 Subject: [PATCH] add-databricks-api-development --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 015d6bfe..2aae159c 100644 --- a/README.md +++ b/README.md @@ -384,6 +384,7 @@ API | Description | Auth | HTTPS | CORS | | [Contentful Images](https://www.contentful.com/developers/docs/references/images-api/) | Used to retrieve and apply transformations to images | `apiKey` | Yes | Yes | | [CORS Proxy](https://github.com/burhanuday/cors-proxy) | Get around the dreaded CORS error by using this proxy as a middle man | No | Yes | Yes | | [CountAPI](https://countapi.xyz) | Free and simple counting service. You can use it to track page hits and specific events | No | Yes | Yes | +| [Databricks](https://docs.databricks.com/dev-tools/api/latest/index.html) | Service to manage your databricks account,clusters, notebooks, jobs and workspaces | `apiKey` | Yes | Yes | | [DigitalOcean Status](https://status.digitalocean.com/api) | Status of all DigitalOcean services | No | Yes | Unknown | | [DomainDb Info](https://api.domainsdb.info/) | Domain name search to find all domains containing particular words/phrases/etc | No | Yes | Unknown | | [Duply](https://duply.co/docs#getting-started-api) | Dynamic Image creation API | `apiKey` | Yes | Yes |