Browse Source

Change WordNik API auth status to apiKey (#668)

WordNik apparently requires an API key: 
https://developer.wordnik.com/
pull/674/head
Jonathan Reeve 6 years ago
committed by Dave Machado
parent
commit
424af59a01
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@@ -243,7 +243,7 @@ API | Description | Auth | HTTPS | CORS | Link |
API | Description | Auth | HTTPS | CORS | Link |
|---|---|---|---|---|---|
| Oxford | Dictionary Data | `apiKey` | Yes | Unknown | [Go!](https://developer.oxforddictionaries.com/) |
| Wordnik | Dictionary Data | No | No | Unknown | [Go!](http://developer.wordnik.com) |
| Wordnik | Dictionary Data | `apiKey` | No | Unknown | [Go!](http://developer.wordnik.com) |
| Words | Definitions and synonyms for more than 150,000 words | `apiKey` | Yes | Unknown | [Go!](https://www.wordsapi.com/) |

### Documents & Productivity


Loading…
Cancel
Save