From 08b8b456a0fcb7c270643e7ae72e57b92e7bfa0a Mon Sep 17 00:00:00 2001 From: deepshekhardas Date: Sat, 12 Sep 2026 13:45:40 +0530 Subject: [PATCH] feat: Add Hex API Add Hex package manager API to Development, alphabetically between Heroku and host-t.com. Auth: No, HTTPS: Yes, CORS: Unknown. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b32de659..36a648bd 100644 --- a/README.md +++ b/README.md @@ -606,6 +606,7 @@ API | Description | Auth | HTTPS | CORS | | [Gorest](https://gorest.co.in/) | Online REST API for Testing and Prototyping | `OAuth` | Yes | Unknown | | [Hasura](https://hasura.io/opensource/) | GraphQL and REST API Engine with built in Authorization | `apiKey` | Yes | Yes | | [Heroku](https://devcenter.heroku.com/articles/platform-api-reference/) | REST API to programmatically create apps, provision add-ons and perform other task on Heroku | `OAuth` | Yes | Yes | +| [Hex](https://github.com/hexpm/specifications) | Elixir and Erlang package versions and docs | No | Yes | Unknown | | [host-t.com](https://host-t.com) | Basic DNS query via HTTP GET request | No | Yes | No | | [Host.io](https://host.io) | Domains Data API for Developers | `apiKey` | Yes | Yes | | [HTTP2.Pro](https://http2.pro/doc/api) | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown |