From 4dc6512c5c491d2bf4a393a62307101bb51d4b8c Mon Sep 17 00:00:00 2001 From: Adriano Date: Wed, 2 Aug 2017 17:03:23 -0300 Subject: [PATCH 1/2] Add Behance API I would like to contribute by adding the Behance API --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 294b1b2a..5720debc 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,7 @@ API | Description | Auth | HTTPS | Link | | Icons8 | Icons | `OAuth` | Yes | [Go!](http://docs.icons8.apiary.io/#reference/0/meta) | | Noun Project | Icons | `OAuth` | No | [Go!](http://api.thenounproject.com/index.html) | | Rijksmuseum | Art | `apiKey` | Yes | [Go!](https://www.rijksmuseum.nl/en/api) | +| Behance | Design | `apiKey` | Yes | [Go!](https://www.behance.net/dev) | ### Books API | Description | Auth | HTTPS | Link | From dd5640589f7d7dad2ed82ea6092df956e0d182eb Mon Sep 17 00:00:00 2001 From: Adriano Date: Wed, 2 Aug 2017 21:42:24 -0300 Subject: [PATCH 2/2] put in alphabetical order --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5720debc..7daee6f7 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,12 @@ API | Description | Auth | HTTPS | Link | ### Art & Design API | Description | Auth | HTTPS | Link | |---|---|---|---|---| +| Behance | Design | `apiKey` | Yes | [Go!](https://www.behance.net/dev) | | Dribbble | Design | `OAuth` | No | [Go!](http://developer.dribbble.com/v1/) | | Harvard Art Museums | Art | `apiKey` | No | [Go!](https://github.com/harvardartmuseums/api-docs) | | Icons8 | Icons | `OAuth` | Yes | [Go!](http://docs.icons8.apiary.io/#reference/0/meta) | | Noun Project | Icons | `OAuth` | No | [Go!](http://api.thenounproject.com/index.html) | | Rijksmuseum | Art | `apiKey` | Yes | [Go!](https://www.rijksmuseum.nl/en/api) | -| Behance | Design | `apiKey` | Yes | [Go!](https://www.behance.net/dev) | ### Books API | Description | Auth | HTTPS | Link |