From 664a405c4004cf8eea0446c8740992f29e95c26f Mon Sep 17 00:00:00 2001 From: Grey Date: Wed, 31 Oct 2018 13:25:13 -0400 Subject: [PATCH] Mixcloud Accepts CORS (#800) * Change Unknown to Yes for Mixcloud CORS column --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd78eb18..bdd6fe96 100644 --- a/README.md +++ b/README.md @@ -499,7 +499,7 @@ API | Description | Auth | HTTPS | CORS | | [Jamendo](https://developer.jamendo.com/v3.0) | Music | `OAuth` | Yes | Unknown | | [LastFm](https://www.last.fm/api) | Music | `apiKey` | Yes | Unknown | | [Lyrics.ovh](http://docs.lyricsovh.apiary.io/) | Simple API to retrieve the lyrics of a song | No | Yes | Unknown | -| [Mixcloud](https://www.mixcloud.com/developers/) | Music | `OAuth` | Yes | Unknown | +| [Mixcloud](https://www.mixcloud.com/developers/) | Music | `OAuth` | Yes | Yes | | [MusicBrainz](https://musicbrainz.org/doc/Development/XML_Web_Service/Version_2) | Music | No | Yes | Unknown | | [Musikki](https://music-api.musikki.com/reference) | Music | `apiKey` | Yes | Unknown | | [Musixmatch](https://developer.musixmatch.com/) | Music | `apiKey` | Yes | Unknown |