From 7781ddfbd2f39d12a0d74216a90dff1b2d47ae7b Mon Sep 17 00:00:00 2001 From: Alex Perez <5973189+alxpez@users.noreply.github.com> Date: Fri, 30 Mar 2018 11:03:58 +1300 Subject: [PATCH 1/3] Add Gitlab and edit Github APIs --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b02db69..d9590b72 100644 --- a/README.md +++ b/README.md @@ -212,7 +212,8 @@ API | Description | Auth | HTTPS | CORS | Link | | DomainDb Info | Domain name search to find all domains containing particular words/phrases/etc | No | Yes | Unknown | [Go!](https://domainsdb.info/apidomainsdb/index.php) | | Faceplusplus | A tool to detect face | `OAuth` | Yes | Unknown | [Go!](https://www.faceplusplus.com/) | | Genderize.io | Determines a gender from a first name | No | Yes | Unknown | [Go!](https://genderize.io) | -| Github | Information for a user's Github profile | No | Yes | Unknown | [Go!](https://developer.github.com/v3/) | +| Github | GitHub REST API v3 | OAuth | Yes | Unknown | [Go!](https://developer.github.com/v3/) | +| Gitlab | Automate GitLab via a simple and powerful API | OAuth | Yes | Unknown | [Go!](https://docs.gitlab.com/ee/api/) | | Gitter | Chat for GitHub | `OAuth` | Yes | Unknown | [Go!](https://github.com/gitterHQ/docs) | | HTTP2.Pro | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown | [Go!](https://http2.pro/doc/api) | | import.io | Retrieve structured data from a website or RSS feed | `apiKey` | Yes | Unknown | [Go!](http://api.docs.import.io/) | From 4ea8dc81bf8ddfab6dfc20c02146666428839276 Mon Sep 17 00:00:00 2001 From: Alex Perez <5973189+alxpez@users.noreply.github.com> Date: Fri, 30 Mar 2018 11:18:36 +1300 Subject: [PATCH 2/3] Fix backticks on Auth value --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d9590b72..dab052e9 100644 --- a/README.md +++ b/README.md @@ -212,8 +212,8 @@ API | Description | Auth | HTTPS | CORS | Link | | DomainDb Info | Domain name search to find all domains containing particular words/phrases/etc | No | Yes | Unknown | [Go!](https://domainsdb.info/apidomainsdb/index.php) | | Faceplusplus | A tool to detect face | `OAuth` | Yes | Unknown | [Go!](https://www.faceplusplus.com/) | | Genderize.io | Determines a gender from a first name | No | Yes | Unknown | [Go!](https://genderize.io) | -| Github | GitHub REST API v3 | OAuth | Yes | Unknown | [Go!](https://developer.github.com/v3/) | -| Gitlab | Automate GitLab via a simple and powerful API | OAuth | Yes | Unknown | [Go!](https://docs.gitlab.com/ee/api/) | +| Github | GitHub REST API v3 | `OAuth` | Yes | Unknown | [Go!](https://developer.github.com/v3/) | +| Gitlab | Automate GitLab via a simple and powerful API | `OAuth` | Yes | Unknown | [Go!](https://docs.gitlab.com/ee/api/) | | Gitter | Chat for GitHub | `OAuth` | Yes | Unknown | [Go!](https://github.com/gitterHQ/docs) | | HTTP2.Pro | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown | [Go!](https://http2.pro/doc/api) | | import.io | Retrieve structured data from a website or RSS feed | `apiKey` | Yes | Unknown | [Go!](http://api.docs.import.io/) | From 28e36043aae4762a62c0eee6da2b8c9be7253ba2 Mon Sep 17 00:00:00 2001 From: Alex Perez <5973189+alxpez@users.noreply.github.com> Date: Sun, 1 Apr 2018 17:44:55 +1200 Subject: [PATCH 3/3] update descriptions and CORS capabilities --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dab052e9..ac05b3bb 100644 --- a/README.md +++ b/README.md @@ -212,8 +212,8 @@ API | Description | Auth | HTTPS | CORS | Link | | DomainDb Info | Domain name search to find all domains containing particular words/phrases/etc | No | Yes | Unknown | [Go!](https://domainsdb.info/apidomainsdb/index.php) | | Faceplusplus | A tool to detect face | `OAuth` | Yes | Unknown | [Go!](https://www.faceplusplus.com/) | | Genderize.io | Determines a gender from a first name | No | Yes | Unknown | [Go!](https://genderize.io) | -| Github | GitHub REST API v3 | `OAuth` | Yes | Unknown | [Go!](https://developer.github.com/v3/) | -| Gitlab | Automate GitLab via a simple and powerful API | `OAuth` | Yes | Unknown | [Go!](https://docs.gitlab.com/ee/api/) | +| Github | Make use of GitHub repositories, code and user info programmatically | `OAuth` | Yes | Yes | [Go!](https://developer.github.com/v3/) | +| Gitlab | Automate GitLab interaction programmatically | `OAuth` | Yes | Unknown | [Go!](https://docs.gitlab.com/ee/api/) | | Gitter | Chat for GitHub | `OAuth` | Yes | Unknown | [Go!](https://github.com/gitterHQ/docs) | | HTTP2.Pro | Test endpoints for client and server HTTP/2 protocol support | No | Yes | Unknown | [Go!](https://http2.pro/doc/api) | | import.io | Retrieve structured data from a website or RSS feed | `apiKey` | Yes | Unknown | [Go!](http://api.docs.import.io/) |