From 50d139fbe30b1e946d5405a3146ecfa610c322ed Mon Sep 17 00:00:00 2001 From: Tatham Oddie Date: Tue, 31 Jan 2017 15:43:37 +1100 Subject: [PATCH] Mark Adorable Avatars as HTTPS capable While their main website returns the wrong certificate, the actual API does support HTTPS --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51ab994..7c3932f2 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | Link | |---|---|---|---|---| -| Adorable Avatars | Generate random cartoon avatars | No | No | [Go!](http://avatars.adorable.io) | +| Adorable Avatars | Generate random cartoon avatars | No | Yes | [Go!](http://avatars.adorable.io) | | APIs.guru | Wikipedia for Web APIs, OpenAPI/Swagger specs for public APIs | No | Yes | [Go!](https://apis.guru/api-doc/) | | CDNJS | Library info on CDNJS | No | Yes | [Go!](https://api.cdnjs.com/libraries/jquery) | | Faceplusplus | A tool to detect face | `oAuth` | No | [Go!](http://www.faceplusplus.com/uc_home/) |