From 5622da4acbc0da150afef0b866270fc0a8ac8425 Mon Sep 17 00:00:00 2001 From: naz Date: Sun, 6 Nov 2022 15:42:28 +0800 Subject: [PATCH] Fixed an outdated link to BandsInTown API (#63) - There has been a new version released and previous one was resulting in 404 page --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dac9c2..3cea8bc 100644 --- a/README.md +++ b/README.md @@ -674,7 +674,7 @@ For information on contributing to this project, please see the [contributing gu | API | Description | Auth | HTTPS | CORS | | :--------------------------------------------------------------------------------------------------------------: | --------------------------------------------------------------------------------- | :------: | :---: | :-----: | | [AI Mastering](https://aimastering.com/api_docs/) | Automated Music Mastering | `apiKey` | Yes | Yes | -| [Bandsintown](https://app.swaggerhub.com/apis/Bandsintown/PublicAPI/3.0.0) | Music Events | No | Yes | Unknown | +| [Bandsintown](https://app.swaggerhub.com/apis/Bandsintown/PublicAPI/3.0.1) | Music Events | No | Yes | Unknown | | [Deezer](https://developers.deezer.com/api) | Music | `OAuth` | Yes | Unknown | | [Discogs](https://www.discogs.com/developers/) | Music | `OAuth` | Yes | Unknown | | [Freesound](https://freesound.org/docs/api/) | Music Samples | `apiKey` | Yes | Unknown |