From 3f9b4f28e3e401265e5995c54292f7ad9492f085 Mon Sep 17 00:00:00 2001 From: sh-himanshu <88159798+sh-himanshu@users.noreply.github.com> Date: Thu, 7 Oct 2021 12:43:08 +0530 Subject: [PATCH] add Docker Hub API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d07082bc..964d1e29 100644 --- a/README.md +++ b/README.md @@ -392,6 +392,7 @@ API | Description | Auth | HTTPS | CORS | | [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 | | [DigitalOcean Status](https://status.digitalocean.com/api) | Status of all DigitalOcean services | No | Yes | Unknown | +| [Docker Hub](https://docs.docker.com/docker-hub/api/latest/) | Interact with Docker Hub | `apiKey` | Yes | Yes | | [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 | | [ExtendsClass JSON Storage](https://extendsclass.com/json-storage.html) | A simple JSON store API | No | Yes | Yes |