From df2eca18ad447d73c6345120e46358339f6bbb2b Mon Sep 17 00:00:00 2001 From: patrickkfkan Date: Sun, 29 Oct 2023 02:34:52 +0800 Subject: [PATCH] Update doc --- README.md | 20 ++++++++++ docs/api/README.md | 8 ++-- docs/api/classes/AlbumAPI.md | 12 +++--- docs/api/classes/ArticleAPI.md | 16 ++++---- docs/api/classes/AutocompleteAPI.md | 14 +++---- docs/api/classes/BandAPI.md | 16 ++++---- docs/api/classes/BandcampFetch.md | 32 +++++++-------- docs/api/classes/BaseAPI.md | 8 ++-- docs/api/classes/BaseAPIWithImageSupport.md | 10 ++--- docs/api/classes/Cache.md | 20 +++++----- docs/api/classes/CacheWrapper.md | 8 ++-- docs/api/classes/DiscoveryAPI.md | 16 ++++---- docs/api/classes/FanAPI.md | 20 +++++----- docs/api/classes/FetchError.md | 4 +- docs/api/classes/Fetcher.md | 10 ++--- docs/api/classes/ImageAPI.md | 12 +++--- docs/api/classes/Limiter.md | 6 +-- docs/api/classes/LimiterAlbumAPI.md | 12 +++--- docs/api/classes/LimiterArticleAPI.md | 16 ++++---- docs/api/classes/LimiterAutocompleteAPI.md | 14 +++---- docs/api/classes/LimiterBandAPI.md | 16 ++++---- docs/api/classes/LimiterDiscoveryAPI.md | 16 ++++---- docs/api/classes/LimiterFanAPI.md | 20 +++++----- docs/api/classes/LimiterImageAPI.md | 12 +++--- docs/api/classes/LimiterSearchAPI.md | 28 ++++++------- docs/api/classes/LimiterShowAPI.md | 14 +++---- docs/api/classes/LimiterTagAPI.md | 20 +++++----- docs/api/classes/LimiterTrackAPI.md | 12 +++--- docs/api/classes/SearchAPI.md | 28 ++++++------- docs/api/classes/ShowAPI.md | 14 +++---- docs/api/classes/TagAPI.md | 20 +++++----- docs/api/classes/TrackAPI.md | 12 +++--- docs/api/enums/AutocompleteItemType.md | 4 +- docs/api/enums/CacheDataType.md | 4 +- docs/api/enums/FetchMethod.md | 4 +- docs/api/enums/ImageFormatFilter.md | 4 +- docs/api/enums/SearchItemType.md | 10 ++--- docs/api/interfaces/Album.md | 34 ++++++++-------- docs/api/interfaces/AlbumAPIGetInfoParams.md | 8 ++-- docs/api/interfaces/AlbumHighlightsByTag.md | 6 +-- docs/api/interfaces/AlbumRelease.md | 10 ++--- docs/api/interfaces/Article.md | 22 +++++------ .../interfaces/ArticleAPIGetArticleParams.md | 8 ++-- docs/api/interfaces/ArticleAPIListParams.md | 6 +-- docs/api/interfaces/ArticleCategory.md | 4 +- docs/api/interfaces/ArticleCategorySection.md | 8 ++-- docs/api/interfaces/ArticleList.md | 8 ++-- docs/api/interfaces/ArticleListItem.md | 10 ++--- docs/api/interfaces/ArticleSection.md | 8 ++-- docs/api/interfaces/Artist.md | 16 ++++---- docs/api/interfaces/AutoCompleteTag.md | 8 ++-- .../AutocompleteAPIGetSuggestionsParams.md | 6 +-- docs/api/interfaces/AutocompleteItem.md | 4 +- docs/api/interfaces/AutocompleteLocation.md | 8 ++-- .../interfaces/BandAPIGetDiscographyParams.md | 4 +- docs/api/interfaces/BandAPIGetInfoParams.md | 6 +-- .../BandAPIGetLabelArtistsParams.md | 4 +- docs/api/interfaces/BandcampFetchParams.md | 2 +- docs/api/interfaces/BaseAPIParams.md | 4 +- .../BaseAPIWithImageSupportParams.md | 6 +-- docs/api/interfaces/DiscoverOptions.md | 14 +++---- docs/api/interfaces/DiscoverParams.md | 20 +++++----- docs/api/interfaces/DiscoverResult.md | 6 +-- docs/api/interfaces/Fan.md | 24 ++++++------ docs/api/interfaces/FanAPIGetInfoParams.md | 6 +-- docs/api/interfaces/FanAPIGetItemsParams.md | 6 +-- .../interfaces/FanContinuationItemsResult.md | 4 +- docs/api/interfaces/FanItemsContinuation.md | 4 +- docs/api/interfaces/FanPageItemsResult.md | 6 +-- docs/api/interfaces/FetcherParams.md | 4 +- docs/api/interfaces/ImageConstants.md | 4 +- docs/api/interfaces/ImageFormat.md | 10 ++--- docs/api/interfaces/Label.md | 14 +++---- docs/api/interfaces/MediaKind.md | 16 ++++---- docs/api/interfaces/NameValuePair.md | 4 +- docs/api/interfaces/ReleasesByTag-1.md | 6 +-- docs/api/interfaces/ReleasesByTag.Filter.md | 4 +- .../interfaces/ReleasesByTag.FilterOption.md | 8 ++-- docs/api/interfaces/SearchAPISearchParams.md | 8 ++-- docs/api/interfaces/SearchResultAlbum.md | 18 ++++----- docs/api/interfaces/SearchResultArtist.md | 14 +++---- docs/api/interfaces/SearchResultFan.md | 10 ++--- docs/api/interfaces/SearchResultItem.md | 8 ++-- docs/api/interfaces/SearchResultLabel.md | 10 ++--- docs/api/interfaces/SearchResultTrack.md | 16 ++++---- docs/api/interfaces/SearchResults.md | 4 +- docs/api/interfaces/Show.md | 26 ++++++------- docs/api/interfaces/ShowAPIGetShowParams.md | 8 ++-- docs/api/interfaces/ShowAPIListParams.md | 2 +- docs/api/interfaces/Tag.md | 14 +++---- .../TagAPIGetAlbumHighlightsParams.md | 4 +- .../api/interfaces/TagAPIGetReleasesParams.md | 10 ++--- docs/api/interfaces/TagList.md | 4 +- docs/api/interfaces/Track.md | 39 ++++++++++++------- docs/api/interfaces/TrackAPIGetInfoParams.md | 8 ++-- docs/api/interfaces/UserKind.md | 10 ++--- 96 files changed, 558 insertions(+), 527 deletions(-) diff --git a/README.md b/README.md index 21eee79..0ebbfa8 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,26 @@ import bcfetch from 'bandcamp-fetch'; const results = await bcfetch.discovery.discover(...); ``` +### User Sessions + +When you login to Bandcamp through a desktop browser, the session gets assigned a "Cookie". You can pass the value of this cookie to the library and gain access to your private collection as well as high-quality MP3 streams of purchased media: + +``` +bcfetch.setCookie('xxxx'); + +const album = +``` + + +The library exports a `BandcampFetch` instance mainly for backward compatibility with previous versions. You can also create separate instances. This is useful when you want to support multiple authenticated user sessions. + +``` +import { BandcampFetch } from 'bandcamp-fetch'; +const bcfetch = new BandcampFetch(); +``` + +### + # API ## Discovery API diff --git a/docs/api/README.md b/docs/api/README.md index 5cd42de..f0c632c 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -127,7 +127,7 @@ bandcamp-fetch #### Defined in -[lib/types/Article.ts:51](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L51) +[lib/types/Article.ts:51](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L51) ___ @@ -137,7 +137,7 @@ ___ #### Defined in -[lib/types/Label.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Label.ts#L9) +[lib/types/Label.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Label.ts#L9) ___ @@ -147,7 +147,7 @@ ___ #### Defined in -[lib/types/Search.ts:47](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L47) +[lib/types/Search.ts:47](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L47) ## Variables @@ -157,4 +157,4 @@ ___ #### Defined in -[index.ts:68](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/index.ts#L68) +[index.ts:68](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/index.ts#L68) diff --git a/docs/api/classes/AlbumAPI.md b/docs/api/classes/AlbumAPI.md index 143b05a..923350b 100644 --- a/docs/api/classes/AlbumAPI.md +++ b/docs/api/classes/AlbumAPI.md @@ -44,7 +44,7 @@ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L12) +[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L12) ## Accessors @@ -62,7 +62,7 @@ BaseAPIWithImageSupport.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -80,7 +80,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -107,7 +107,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -130,7 +130,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -150,4 +150,4 @@ ___ #### Defined in -[lib/album/AlbumAPI.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/album/AlbumAPI.ts#L16) +[lib/album/AlbumAPI.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/album/AlbumAPI.ts#L16) diff --git a/docs/api/classes/ArticleAPI.md b/docs/api/classes/ArticleAPI.md index f1ff10d..a0555cd 100644 --- a/docs/api/classes/ArticleAPI.md +++ b/docs/api/classes/ArticleAPI.md @@ -46,7 +46,7 @@ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L12) +[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L12) ## Accessors @@ -64,7 +64,7 @@ BaseAPIWithImageSupport.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -82,7 +82,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -109,7 +109,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -132,7 +132,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[lib/article/ArticleAPI.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L31) +[lib/article/ArticleAPI.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L31) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[lib/article/ArticleAPI.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L26) +[lib/article/ArticleAPI.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L26) ___ @@ -186,4 +186,4 @@ ___ #### Defined in -[lib/article/ArticleAPI.ts:43](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L43) +[lib/article/ArticleAPI.ts:43](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L43) diff --git a/docs/api/classes/AutocompleteAPI.md b/docs/api/classes/AutocompleteAPI.md index 05f05c4..b81521a 100644 --- a/docs/api/classes/AutocompleteAPI.md +++ b/docs/api/classes/AutocompleteAPI.md @@ -43,7 +43,7 @@ #### Defined in -[lib/common/BaseAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L14) +[lib/common/BaseAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L14) ## Accessors @@ -61,7 +61,7 @@ BaseAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ## Methods @@ -88,7 +88,7 @@ BaseAPI.cache #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -111,7 +111,7 @@ BaseAPI.cache #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L21) +[lib/autocomplete/AutocompleteAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L21) ▸ **getSuggestions**(`params`): `Promise`<[`AutoCompleteTag`](../interfaces/AutoCompleteTag.md)[]\> @@ -147,7 +147,7 @@ ___ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L22) +[lib/autocomplete/AutocompleteAPI.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L22) ▸ **getSuggestions**(`params`): `Promise`<[`AutoCompleteTag`](../interfaces/AutoCompleteTag.md)[] \| [`AutocompleteLocation`](../interfaces/AutocompleteLocation.md)[]\> @@ -163,4 +163,4 @@ ___ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:23](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L23) +[lib/autocomplete/AutocompleteAPI.ts:23](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L23) diff --git a/docs/api/classes/BandAPI.md b/docs/api/classes/BandAPI.md index e75e621..14b0c7c 100644 --- a/docs/api/classes/BandAPI.md +++ b/docs/api/classes/BandAPI.md @@ -46,7 +46,7 @@ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L12) +[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L12) ## Accessors @@ -64,7 +64,7 @@ BaseAPIWithImageSupport.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -82,7 +82,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -109,7 +109,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -132,7 +132,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -152,7 +152,7 @@ ___ #### Defined in -[lib/band/BandAPI.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L31) +[lib/band/BandAPI.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L31) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[lib/band/BandAPI.ts:42](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L42) +[lib/band/BandAPI.ts:42](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L42) ___ @@ -192,4 +192,4 @@ ___ #### Defined in -[lib/band/BandAPI.ts:85](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L85) +[lib/band/BandAPI.ts:85](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L85) diff --git a/docs/api/classes/BandcampFetch.md b/docs/api/classes/BandcampFetch.md index c47832c..39373d4 100644 --- a/docs/api/classes/BandcampFetch.md +++ b/docs/api/classes/BandcampFetch.md @@ -46,7 +46,7 @@ #### Defined in -[lib/BandcampFetch.ts:56](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L56) +[lib/BandcampFetch.ts:56](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L56) ## Properties @@ -56,7 +56,7 @@ #### Defined in -[lib/BandcampFetch.ts:29](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L29) +[lib/BandcampFetch.ts:29](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L29) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L35) +[lib/BandcampFetch.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L35) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:39](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L39) +[lib/BandcampFetch.ts:39](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L39) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L33) +[lib/BandcampFetch.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L33) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L31) +[lib/BandcampFetch.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L31) ___ @@ -106,7 +106,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L37) +[lib/BandcampFetch.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L37) ___ @@ -116,7 +116,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:32](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L32) +[lib/BandcampFetch.ts:32](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L32) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:41](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L41) +[lib/BandcampFetch.ts:41](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L41) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L38) +[lib/BandcampFetch.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L38) ___ @@ -163,7 +163,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:36](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L36) +[lib/BandcampFetch.ts:36](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L36) ___ @@ -173,7 +173,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:34](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L34) +[lib/BandcampFetch.ts:34](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L34) ___ @@ -183,7 +183,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L30) +[lib/BandcampFetch.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L30) ## Accessors @@ -197,7 +197,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:118](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L118) +[lib/BandcampFetch.ts:118](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L118) ___ @@ -211,7 +211,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:114](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L114) +[lib/BandcampFetch.ts:114](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L114) ## Methods @@ -231,4 +231,4 @@ ___ #### Defined in -[lib/BandcampFetch.ts:109](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L109) +[lib/BandcampFetch.ts:109](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L109) diff --git a/docs/api/classes/BaseAPI.md b/docs/api/classes/BaseAPI.md index 537e440..0747a5c 100644 --- a/docs/api/classes/BaseAPI.md +++ b/docs/api/classes/BaseAPI.md @@ -40,7 +40,7 @@ #### Defined in -[lib/common/BaseAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L14) +[lib/common/BaseAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L14) ## Accessors @@ -54,7 +54,7 @@ #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ## Methods @@ -77,7 +77,7 @@ #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -96,4 +96,4 @@ #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) diff --git a/docs/api/classes/BaseAPIWithImageSupport.md b/docs/api/classes/BaseAPIWithImageSupport.md index 2951557..7a845cf 100644 --- a/docs/api/classes/BaseAPIWithImageSupport.md +++ b/docs/api/classes/BaseAPIWithImageSupport.md @@ -59,7 +59,7 @@ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L12) +[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L12) ## Accessors @@ -77,7 +77,7 @@ BaseAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -118,7 +118,7 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -141,4 +141,4 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) diff --git a/docs/api/classes/Cache.md b/docs/api/classes/Cache.md index f6fa467..52e7001 100644 --- a/docs/api/classes/Cache.md +++ b/docs/api/classes/Cache.md @@ -35,7 +35,7 @@ #### Defined in -[lib/utils/Cache.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L13) +[lib/utils/Cache.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L13) ## Methods @@ -55,7 +55,7 @@ #### Defined in -[lib/utils/Cache.ts:74](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L74) +[lib/utils/Cache.ts:74](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L74) ___ @@ -82,7 +82,7 @@ ___ #### Defined in -[lib/utils/Cache.ts:39](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L39) +[lib/utils/Cache.ts:39](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L39) ___ @@ -102,7 +102,7 @@ ___ #### Defined in -[lib/utils/Cache.ts:70](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L70) +[lib/utils/Cache.ts:70](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L70) ___ @@ -122,7 +122,7 @@ ___ #### Defined in -[lib/utils/Cache.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L35) +[lib/utils/Cache.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L35) ___ @@ -150,7 +150,7 @@ ___ #### Defined in -[lib/utils/Cache.ts:85](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L85) +[lib/utils/Cache.ts:85](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L85) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[lib/utils/Cache.ts:43](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L43) +[lib/utils/Cache.ts:43](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L43) ___ @@ -199,7 +199,7 @@ ___ #### Defined in -[lib/utils/Cache.ts:58](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L58) +[lib/utils/Cache.ts:58](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L58) ___ @@ -220,7 +220,7 @@ ___ #### Defined in -[lib/utils/Cache.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L30) +[lib/utils/Cache.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L30) ___ @@ -241,4 +241,4 @@ ___ #### Defined in -[lib/utils/Cache.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L21) +[lib/utils/Cache.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L21) diff --git a/docs/api/classes/CacheWrapper.md b/docs/api/classes/CacheWrapper.md index ce3ee53..ce30d6e 100644 --- a/docs/api/classes/CacheWrapper.md +++ b/docs/api/classes/CacheWrapper.md @@ -28,7 +28,7 @@ #### Defined in -[lib/BandcampFetch.ts:127](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L127) +[lib/BandcampFetch.ts:127](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L127) ## Methods @@ -48,7 +48,7 @@ #### Defined in -[lib/BandcampFetch.ts:131](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L131) +[lib/BandcampFetch.ts:131](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L131) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[lib/BandcampFetch.ts:139](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L139) +[lib/BandcampFetch.ts:139](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L139) ___ @@ -89,4 +89,4 @@ ___ #### Defined in -[lib/BandcampFetch.ts:135](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L135) +[lib/BandcampFetch.ts:135](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L135) diff --git a/docs/api/classes/DiscoveryAPI.md b/docs/api/classes/DiscoveryAPI.md index b08cd29..a6d9d80 100644 --- a/docs/api/classes/DiscoveryAPI.md +++ b/docs/api/classes/DiscoveryAPI.md @@ -46,7 +46,7 @@ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L12) +[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L12) ## Accessors @@ -64,7 +64,7 @@ BaseAPIWithImageSupport.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -82,7 +82,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -102,7 +102,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/discovery/DiscoveryAPI.ts:76](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/discovery/DiscoveryAPI.ts#L76) +[lib/discovery/DiscoveryAPI.ts:76](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/discovery/DiscoveryAPI.ts#L76) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -152,7 +152,7 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -166,7 +166,7 @@ ___ #### Defined in -[lib/discovery/DiscoveryAPI.ts:24](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/discovery/DiscoveryAPI.ts#L24) +[lib/discovery/DiscoveryAPI.ts:24](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/discovery/DiscoveryAPI.ts#L24) ___ @@ -186,4 +186,4 @@ ___ #### Defined in -[lib/discovery/DiscoveryAPI.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/discovery/DiscoveryAPI.ts#L31) +[lib/discovery/DiscoveryAPI.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/discovery/DiscoveryAPI.ts#L31) diff --git a/docs/api/classes/FanAPI.md b/docs/api/classes/FanAPI.md index a454941..6050a6f 100644 --- a/docs/api/classes/FanAPI.md +++ b/docs/api/classes/FanAPI.md @@ -48,7 +48,7 @@ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L12) +[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L12) ## Accessors @@ -66,7 +66,7 @@ BaseAPIWithImageSupport.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -84,7 +84,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -111,7 +111,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -134,7 +134,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[lib/fan/FanAPI.ts:52](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L52) +[lib/fan/FanAPI.ts:59](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L59) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[lib/fan/FanAPI.ts:72](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L72) +[lib/fan/FanAPI.ts:79](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L79) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[lib/fan/FanAPI.ts:82](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L82) +[lib/fan/FanAPI.ts:89](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L89) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[lib/fan/FanAPI.ts:41](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L41) +[lib/fan/FanAPI.ts:41](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L41) ___ @@ -234,4 +234,4 @@ ___ #### Defined in -[lib/fan/FanAPI.ts:62](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L62) +[lib/fan/FanAPI.ts:69](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L69) diff --git a/docs/api/classes/FetchError.md b/docs/api/classes/FetchError.md index b8f6caa..583e3a7 100644 --- a/docs/api/classes/FetchError.md +++ b/docs/api/classes/FetchError.md @@ -36,7 +36,7 @@ Error.constructor #### Defined in -[lib/utils/Fetcher.ts:106](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L106) +[lib/utils/Fetcher.ts:106](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L106) ## Properties @@ -46,4 +46,4 @@ Error.constructor #### Defined in -[lib/utils/Fetcher.ts:104](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L104) +[lib/utils/Fetcher.ts:104](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L104) diff --git a/docs/api/classes/Fetcher.md b/docs/api/classes/Fetcher.md index 5638af4..ff2d3a2 100644 --- a/docs/api/classes/Fetcher.md +++ b/docs/api/classes/Fetcher.md @@ -31,7 +31,7 @@ #### Defined in -[lib/utils/Fetcher.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L20) +[lib/utils/Fetcher.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L20) ## Accessors @@ -45,7 +45,7 @@ #### Defined in -[lib/utils/Fetcher.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L33) +[lib/utils/Fetcher.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L33) ## Methods @@ -68,7 +68,7 @@ #### Defined in -[lib/utils/Fetcher.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L37) +[lib/utils/Fetcher.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L37) ▸ **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -87,7 +87,7 @@ #### Defined in -[lib/utils/Fetcher.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L38) +[lib/utils/Fetcher.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L38) ___ @@ -107,4 +107,4 @@ ___ #### Defined in -[lib/utils/Fetcher.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L25) +[lib/utils/Fetcher.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L25) diff --git a/docs/api/classes/ImageAPI.md b/docs/api/classes/ImageAPI.md index 0240835..3f4a2ad 100644 --- a/docs/api/classes/ImageAPI.md +++ b/docs/api/classes/ImageAPI.md @@ -44,7 +44,7 @@ #### Defined in -[lib/common/BaseAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L14) +[lib/common/BaseAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L14) ## Accessors @@ -62,7 +62,7 @@ BaseAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ## Methods @@ -89,7 +89,7 @@ BaseAPI.cache #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -112,7 +112,7 @@ BaseAPI.cache #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[lib/image/ImageAPI.ts:27](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/image/ImageAPI.ts#L27) +[lib/image/ImageAPI.ts:27](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/image/ImageAPI.ts#L27) ___ @@ -153,4 +153,4 @@ ___ #### Defined in -[lib/image/ImageAPI.ts:47](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/image/ImageAPI.ts#L47) +[lib/image/ImageAPI.ts:47](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/image/ImageAPI.ts#L47) diff --git a/docs/api/classes/Limiter.md b/docs/api/classes/Limiter.md index f58f217..dc03155 100644 --- a/docs/api/classes/Limiter.md +++ b/docs/api/classes/Limiter.md @@ -21,7 +21,7 @@ #### Defined in -[lib/utils/Limiter.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Limiter.ts#L7) +[lib/utils/Limiter.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Limiter.ts#L7) ## Methods @@ -47,7 +47,7 @@ #### Defined in -[lib/utils/Limiter.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Limiter.ts#L18) +[lib/utils/Limiter.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Limiter.ts#L18) ___ @@ -67,4 +67,4 @@ ___ #### Defined in -[lib/utils/Limiter.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Limiter.ts#L14) +[lib/utils/Limiter.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Limiter.ts#L14) diff --git a/docs/api/classes/LimiterAlbumAPI.md b/docs/api/classes/LimiterAlbumAPI.md index b7b0cff..6c67fe6 100644 --- a/docs/api/classes/LimiterAlbumAPI.md +++ b/docs/api/classes/LimiterAlbumAPI.md @@ -42,7 +42,7 @@ #### Defined in -[lib/album/AlbumAPI.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/album/AlbumAPI.ts#L33) +[lib/album/AlbumAPI.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/album/AlbumAPI.ts#L33) ## Accessors @@ -60,7 +60,7 @@ AlbumAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -78,7 +78,7 @@ AlbumAPI.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -105,7 +105,7 @@ AlbumAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -128,7 +128,7 @@ AlbumAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -152,4 +152,4 @@ ___ #### Defined in -[lib/album/AlbumAPI.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/album/AlbumAPI.ts#L38) +[lib/album/AlbumAPI.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/album/AlbumAPI.ts#L38) diff --git a/docs/api/classes/LimiterArticleAPI.md b/docs/api/classes/LimiterArticleAPI.md index 789d7a6..fe85790 100644 --- a/docs/api/classes/LimiterArticleAPI.md +++ b/docs/api/classes/LimiterArticleAPI.md @@ -44,7 +44,7 @@ #### Defined in -[lib/article/ArticleAPI.ts:60](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L60) +[lib/article/ArticleAPI.ts:60](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L60) ## Accessors @@ -62,7 +62,7 @@ ArticleAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -80,7 +80,7 @@ ArticleAPI.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -107,7 +107,7 @@ ArticleAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -130,7 +130,7 @@ ArticleAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[lib/article/ArticleAPI.ts:69](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L69) +[lib/article/ArticleAPI.ts:69](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L69) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[lib/article/ArticleAPI.ts:65](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L65) +[lib/article/ArticleAPI.ts:65](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L65) ___ @@ -196,4 +196,4 @@ ___ #### Defined in -[lib/article/ArticleAPI.ts:43](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L43) +[lib/article/ArticleAPI.ts:43](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L43) diff --git a/docs/api/classes/LimiterAutocompleteAPI.md b/docs/api/classes/LimiterAutocompleteAPI.md index b03717c..945f472 100644 --- a/docs/api/classes/LimiterAutocompleteAPI.md +++ b/docs/api/classes/LimiterAutocompleteAPI.md @@ -41,7 +41,7 @@ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:64](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L64) +[lib/autocomplete/AutocompleteAPI.ts:64](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L64) ## Accessors @@ -59,7 +59,7 @@ AutocompleteAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ## Methods @@ -86,7 +86,7 @@ AutocompleteAPI.cache #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -109,7 +109,7 @@ AutocompleteAPI.cache #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:69](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L69) +[lib/autocomplete/AutocompleteAPI.ts:69](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L69) ▸ **getSuggestions**(`params`): `Promise`<[`AutoCompleteTag`](../interfaces/AutoCompleteTag.md)[]\> @@ -153,7 +153,7 @@ ___ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:70](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L70) +[lib/autocomplete/AutocompleteAPI.ts:70](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L70) ▸ **getSuggestions**(`params`): `Promise`<[`AutoCompleteTag`](../interfaces/AutoCompleteTag.md)[] \| [`AutocompleteLocation`](../interfaces/AutocompleteLocation.md)[]\> @@ -173,4 +173,4 @@ ___ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:71](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L71) +[lib/autocomplete/AutocompleteAPI.ts:71](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L71) diff --git a/docs/api/classes/LimiterBandAPI.md b/docs/api/classes/LimiterBandAPI.md index eb5f246..1226cf1 100644 --- a/docs/api/classes/LimiterBandAPI.md +++ b/docs/api/classes/LimiterBandAPI.md @@ -44,7 +44,7 @@ #### Defined in -[lib/band/BandAPI.ts:136](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L136) +[lib/band/BandAPI.ts:136](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L136) ## Accessors @@ -62,7 +62,7 @@ BandAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -80,7 +80,7 @@ BandAPI.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -107,7 +107,7 @@ BandAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -130,7 +130,7 @@ BandAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[lib/band/BandAPI.ts:141](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L141) +[lib/band/BandAPI.ts:141](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L141) ___ @@ -178,7 +178,7 @@ ___ #### Defined in -[lib/band/BandAPI.ts:145](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L145) +[lib/band/BandAPI.ts:145](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L145) ___ @@ -202,4 +202,4 @@ ___ #### Defined in -[lib/band/BandAPI.ts:149](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L149) +[lib/band/BandAPI.ts:149](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L149) diff --git a/docs/api/classes/LimiterDiscoveryAPI.md b/docs/api/classes/LimiterDiscoveryAPI.md index 78e052a..da2ac8a 100644 --- a/docs/api/classes/LimiterDiscoveryAPI.md +++ b/docs/api/classes/LimiterDiscoveryAPI.md @@ -44,7 +44,7 @@ #### Defined in -[lib/discovery/DiscoveryAPI.ts:136](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/discovery/DiscoveryAPI.ts#L136) +[lib/discovery/DiscoveryAPI.ts:136](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/discovery/DiscoveryAPI.ts#L136) ## Accessors @@ -62,7 +62,7 @@ DiscoveryAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -80,7 +80,7 @@ DiscoveryAPI.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -104,7 +104,7 @@ DiscoveryAPI.imageAPI #### Defined in -[lib/discovery/DiscoveryAPI.ts:149](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/discovery/DiscoveryAPI.ts#L149) +[lib/discovery/DiscoveryAPI.ts:149](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/discovery/DiscoveryAPI.ts#L149) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -154,7 +154,7 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -172,7 +172,7 @@ ___ #### Defined in -[lib/discovery/DiscoveryAPI.ts:141](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/discovery/DiscoveryAPI.ts#L141) +[lib/discovery/DiscoveryAPI.ts:141](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/discovery/DiscoveryAPI.ts#L141) ___ @@ -196,4 +196,4 @@ ___ #### Defined in -[lib/discovery/DiscoveryAPI.ts:145](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/discovery/DiscoveryAPI.ts#L145) +[lib/discovery/DiscoveryAPI.ts:145](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/discovery/DiscoveryAPI.ts#L145) diff --git a/docs/api/classes/LimiterFanAPI.md b/docs/api/classes/LimiterFanAPI.md index c8ce5ae..49bbb34 100644 --- a/docs/api/classes/LimiterFanAPI.md +++ b/docs/api/classes/LimiterFanAPI.md @@ -46,7 +46,7 @@ #### Defined in -[lib/fan/FanAPI.ts:143](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L143) +[lib/fan/FanAPI.ts:166](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L166) ## Accessors @@ -64,7 +64,7 @@ FanAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -82,7 +82,7 @@ FanAPI.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -109,7 +109,7 @@ FanAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -132,7 +132,7 @@ FanAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[lib/fan/FanAPI.ts:152](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L152) +[lib/fan/FanAPI.ts:175](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L175) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[lib/fan/FanAPI.ts:160](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L160) +[lib/fan/FanAPI.ts:183](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L183) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[lib/fan/FanAPI.ts:164](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L164) +[lib/fan/FanAPI.ts:187](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L187) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[lib/fan/FanAPI.ts:148](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L148) +[lib/fan/FanAPI.ts:171](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L171) ___ @@ -252,4 +252,4 @@ ___ #### Defined in -[lib/fan/FanAPI.ts:156](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L156) +[lib/fan/FanAPI.ts:179](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L179) diff --git a/docs/api/classes/LimiterImageAPI.md b/docs/api/classes/LimiterImageAPI.md index 7255b91..29822dd 100644 --- a/docs/api/classes/LimiterImageAPI.md +++ b/docs/api/classes/LimiterImageAPI.md @@ -42,7 +42,7 @@ #### Defined in -[lib/image/ImageAPI.ts:64](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/image/ImageAPI.ts#L64) +[lib/image/ImageAPI.ts:64](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/image/ImageAPI.ts#L64) ## Accessors @@ -60,7 +60,7 @@ ImageAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ## Methods @@ -87,7 +87,7 @@ ImageAPI.cache #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -110,7 +110,7 @@ ImageAPI.cache #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[lib/image/ImageAPI.ts:73](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/image/ImageAPI.ts#L73) +[lib/image/ImageAPI.ts:73](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/image/ImageAPI.ts#L73) ___ @@ -159,4 +159,4 @@ ___ #### Defined in -[lib/image/ImageAPI.ts:69](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/image/ImageAPI.ts#L69) +[lib/image/ImageAPI.ts:69](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/image/ImageAPI.ts#L69) diff --git a/docs/api/classes/LimiterSearchAPI.md b/docs/api/classes/LimiterSearchAPI.md index f1849b2..f183318 100644 --- a/docs/api/classes/LimiterSearchAPI.md +++ b/docs/api/classes/LimiterSearchAPI.md @@ -47,7 +47,7 @@ #### Defined in -[lib/search/SearchAPI.ts:94](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L94) +[lib/search/SearchAPI.ts:94](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L94) ## Accessors @@ -65,7 +65,7 @@ SearchAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -83,7 +83,7 @@ SearchAPI.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -107,7 +107,7 @@ SearchAPI.imageAPI #### Defined in -[lib/search/SearchAPI.ts:107](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L107) +[lib/search/SearchAPI.ts:107](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L107) ___ @@ -131,7 +131,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:99](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L99) +[lib/search/SearchAPI.ts:99](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L99) ___ @@ -155,7 +155,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:103](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L103) +[lib/search/SearchAPI.ts:103](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L103) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:115](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L115) +[lib/search/SearchAPI.ts:115](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L115) ___ @@ -206,7 +206,7 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -229,7 +229,7 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -253,7 +253,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:50](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L50) +[lib/search/SearchAPI.ts:50](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L50) ▸ `Protected` **search**(`params`): `Promise`<[`SearchResults`](../interfaces/SearchResults.md)<[`SearchResultTrack`](../interfaces/SearchResultTrack.md)\>\> @@ -273,7 +273,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:51](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L51) +[lib/search/SearchAPI.ts:51](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L51) ▸ `Protected` **search**(`params`): `Promise`<[`SearchResults`](../interfaces/SearchResults.md)<[`SearchResultFan`](../interfaces/SearchResultFan.md)\>\> @@ -293,7 +293,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:52](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L52) +[lib/search/SearchAPI.ts:52](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L52) ▸ `Protected` **search**(`params`): `Promise`<[`SearchResults`](../interfaces/SearchResults.md)<[`SearchResultAny`](../README.md#searchresultany)\>\> @@ -313,7 +313,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:53](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L53) +[lib/search/SearchAPI.ts:53](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L53) ___ @@ -337,4 +337,4 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:111](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L111) +[lib/search/SearchAPI.ts:111](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L111) diff --git a/docs/api/classes/LimiterShowAPI.md b/docs/api/classes/LimiterShowAPI.md index 94b17ba..985758a 100644 --- a/docs/api/classes/LimiterShowAPI.md +++ b/docs/api/classes/LimiterShowAPI.md @@ -43,7 +43,7 @@ #### Defined in -[lib/show/ShowAPI.ts:50](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/show/ShowAPI.ts#L50) +[lib/show/ShowAPI.ts:50](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L50) ## Accessors @@ -61,7 +61,7 @@ ShowAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -79,7 +79,7 @@ ShowAPI.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -106,7 +106,7 @@ ShowAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -129,7 +129,7 @@ ShowAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[lib/show/ShowAPI.ts:55](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/show/ShowAPI.ts#L55) +[lib/show/ShowAPI.ts:55](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L55) ___ @@ -177,4 +177,4 @@ ___ #### Defined in -[lib/show/ShowAPI.ts:59](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/show/ShowAPI.ts#L59) +[lib/show/ShowAPI.ts:59](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L59) diff --git a/docs/api/classes/LimiterTagAPI.md b/docs/api/classes/LimiterTagAPI.md index f37fa4a..39aaa79 100644 --- a/docs/api/classes/LimiterTagAPI.md +++ b/docs/api/classes/LimiterTagAPI.md @@ -46,7 +46,7 @@ #### Defined in -[lib/tag/TagAPI.ts:148](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L148) +[lib/tag/TagAPI.ts:148](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L148) ## Accessors @@ -64,7 +64,7 @@ TagAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -82,7 +82,7 @@ TagAPI.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -109,7 +109,7 @@ TagAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -132,7 +132,7 @@ TagAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -156,7 +156,7 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:161](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L161) +[lib/tag/TagAPI.ts:161](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L161) ___ @@ -180,7 +180,7 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:157](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L157) +[lib/tag/TagAPI.ts:157](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L157) ___ @@ -204,7 +204,7 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:169](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L169) +[lib/tag/TagAPI.ts:169](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L169) ___ @@ -228,7 +228,7 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:165](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L165) +[lib/tag/TagAPI.ts:165](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L165) ___ @@ -246,4 +246,4 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:153](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L153) +[lib/tag/TagAPI.ts:153](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L153) diff --git a/docs/api/classes/LimiterTrackAPI.md b/docs/api/classes/LimiterTrackAPI.md index 68c240c..c693206 100644 --- a/docs/api/classes/LimiterTrackAPI.md +++ b/docs/api/classes/LimiterTrackAPI.md @@ -42,7 +42,7 @@ #### Defined in -[lib/track/TrackAPI.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/track/TrackAPI.ts#L33) +[lib/track/TrackAPI.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/track/TrackAPI.ts#L33) ## Accessors @@ -60,7 +60,7 @@ TrackAPI.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -78,7 +78,7 @@ TrackAPI.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -105,7 +105,7 @@ TrackAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -128,7 +128,7 @@ TrackAPI.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -152,4 +152,4 @@ ___ #### Defined in -[lib/track/TrackAPI.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/track/TrackAPI.ts#L37) +[lib/track/TrackAPI.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/track/TrackAPI.ts#L37) diff --git a/docs/api/classes/SearchAPI.md b/docs/api/classes/SearchAPI.md index 2888645..829d645 100644 --- a/docs/api/classes/SearchAPI.md +++ b/docs/api/classes/SearchAPI.md @@ -49,7 +49,7 @@ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L12) +[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L12) ## Accessors @@ -67,7 +67,7 @@ BaseAPIWithImageSupport.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -85,7 +85,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -105,7 +105,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/search/SearchAPI.ts:34](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L34) +[lib/search/SearchAPI.ts:34](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L34) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L26) +[lib/search/SearchAPI.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L26) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L30) +[lib/search/SearchAPI.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L30) ___ @@ -165,7 +165,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:42](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L42) +[lib/search/SearchAPI.ts:42](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L42) ___ @@ -192,7 +192,7 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -215,7 +215,7 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -235,7 +235,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:50](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L50) +[lib/search/SearchAPI.ts:50](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L50) ▸ `Protected` **search**(`params`): `Promise`<[`SearchResults`](../interfaces/SearchResults.md)<[`SearchResultTrack`](../interfaces/SearchResultTrack.md)\>\> @@ -251,7 +251,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:51](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L51) +[lib/search/SearchAPI.ts:51](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L51) ▸ `Protected` **search**(`params`): `Promise`<[`SearchResults`](../interfaces/SearchResults.md)<[`SearchResultFan`](../interfaces/SearchResultFan.md)\>\> @@ -267,7 +267,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:52](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L52) +[lib/search/SearchAPI.ts:52](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L52) ▸ `Protected` **search**(`params`): `Promise`<[`SearchResults`](../interfaces/SearchResults.md)<[`SearchResultAny`](../README.md#searchresultany)\>\> @@ -283,7 +283,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:53](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L53) +[lib/search/SearchAPI.ts:53](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L53) ___ @@ -303,4 +303,4 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L38) +[lib/search/SearchAPI.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L38) diff --git a/docs/api/classes/ShowAPI.md b/docs/api/classes/ShowAPI.md index de60613..7c56cf7 100644 --- a/docs/api/classes/ShowAPI.md +++ b/docs/api/classes/ShowAPI.md @@ -45,7 +45,7 @@ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L12) +[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L12) ## Accessors @@ -63,7 +63,7 @@ BaseAPIWithImageSupport.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -81,7 +81,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -108,7 +108,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -131,7 +131,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -151,7 +151,7 @@ ___ #### Defined in -[lib/show/ShowAPI.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/show/ShowAPI.ts#L22) +[lib/show/ShowAPI.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L22) ___ @@ -171,4 +171,4 @@ ___ #### Defined in -[lib/show/ShowAPI.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/show/ShowAPI.ts#L35) +[lib/show/ShowAPI.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L35) diff --git a/docs/api/classes/TagAPI.md b/docs/api/classes/TagAPI.md index 05d146a..4b27079 100644 --- a/docs/api/classes/TagAPI.md +++ b/docs/api/classes/TagAPI.md @@ -48,7 +48,7 @@ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L12) +[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L12) ## Accessors @@ -66,7 +66,7 @@ BaseAPIWithImageSupport.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -84,7 +84,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -111,7 +111,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -134,7 +134,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -154,7 +154,7 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L38) +[lib/tag/TagAPI.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L38) ___ @@ -174,7 +174,7 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L33) +[lib/tag/TagAPI.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L33) ___ @@ -194,7 +194,7 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:55](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L55) +[lib/tag/TagAPI.ts:55](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L55) ___ @@ -214,7 +214,7 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:49](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L49) +[lib/tag/TagAPI.ts:49](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L49) ___ @@ -228,4 +228,4 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:28](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L28) +[lib/tag/TagAPI.ts:28](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L28) diff --git a/docs/api/classes/TrackAPI.md b/docs/api/classes/TrackAPI.md index 7732d27..7eb0908 100644 --- a/docs/api/classes/TrackAPI.md +++ b/docs/api/classes/TrackAPI.md @@ -44,7 +44,7 @@ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L12) +[lib/common/BaseAPIWithImageSupport.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L12) ## Accessors @@ -62,7 +62,7 @@ BaseAPIWithImageSupport.cache #### Defined in -[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L25) +[lib/common/BaseAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L25) ___ @@ -80,7 +80,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L17) +[lib/common/BaseAPIWithImageSupport.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L17) ## Methods @@ -107,7 +107,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L19) +[lib/common/BaseAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L19) ▸ `Protected` **fetch**(`url`, `jsonResponse?`, `method?`, `payload?`): `Promise`<`string`\> @@ -130,7 +130,7 @@ BaseAPIWithImageSupport.imageAPI #### Defined in -[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L20) +[lib/common/BaseAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L20) ___ @@ -150,4 +150,4 @@ ___ #### Defined in -[lib/track/TrackAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/track/TrackAPI.ts#L15) +[lib/track/TrackAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/track/TrackAPI.ts#L15) diff --git a/docs/api/enums/AutocompleteItemType.md b/docs/api/enums/AutocompleteItemType.md index b07b551..2151872 100644 --- a/docs/api/enums/AutocompleteItemType.md +++ b/docs/api/enums/AutocompleteItemType.md @@ -17,7 +17,7 @@ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L10) +[lib/autocomplete/AutocompleteAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L10) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L9) +[lib/autocomplete/AutocompleteAPI.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L9) diff --git a/docs/api/enums/CacheDataType.md b/docs/api/enums/CacheDataType.md index a27b173..bdaae9a 100644 --- a/docs/api/enums/CacheDataType.md +++ b/docs/api/enums/CacheDataType.md @@ -17,7 +17,7 @@ #### Defined in -[lib/utils/Cache.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L5) +[lib/utils/Cache.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L5) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/utils/Cache.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Cache.ts#L4) +[lib/utils/Cache.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Cache.ts#L4) diff --git a/docs/api/enums/FetchMethod.md b/docs/api/enums/FetchMethod.md index 1c2aa32..4594db8 100644 --- a/docs/api/enums/FetchMethod.md +++ b/docs/api/enums/FetchMethod.md @@ -17,7 +17,7 @@ #### Defined in -[lib/utils/Fetcher.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L6) +[lib/utils/Fetcher.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L6) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/utils/Fetcher.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L7) +[lib/utils/Fetcher.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L7) diff --git a/docs/api/enums/ImageFormatFilter.md b/docs/api/enums/ImageFormatFilter.md index a8d717f..3d69d31 100644 --- a/docs/api/enums/ImageFormatFilter.md +++ b/docs/api/enums/ImageFormatFilter.md @@ -19,7 +19,7 @@ Album image formats #### Defined in -[lib/image/ImageAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/image/ImageAPI.ts#L10) +[lib/image/ImageAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/image/ImageAPI.ts#L10) ___ @@ -31,4 +31,4 @@ Artist / Profile image formats #### Defined in -[lib/image/ImageAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/image/ImageAPI.ts#L12) +[lib/image/ImageAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/image/ImageAPI.ts#L12) diff --git a/docs/api/enums/SearchItemType.md b/docs/api/enums/SearchItemType.md index 29d18f5..827925e 100644 --- a/docs/api/enums/SearchItemType.md +++ b/docs/api/enums/SearchItemType.md @@ -20,7 +20,7 @@ #### Defined in -[lib/search/SearchAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L12) +[lib/search/SearchAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L12) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L10) +[lib/search/SearchAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L10) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L11) +[lib/search/SearchAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L11) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L14) +[lib/search/SearchAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L14) ___ @@ -60,4 +60,4 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L13) +[lib/search/SearchAPI.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L13) diff --git a/docs/api/interfaces/Album.md b/docs/api/interfaces/Album.md index e8a7562..399f3b7 100644 --- a/docs/api/interfaces/Album.md +++ b/docs/api/interfaces/Album.md @@ -42,7 +42,7 @@ #### Defined in -[lib/types/MediaKind.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L10) +[lib/types/MediaKind.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L10) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[lib/types/Album.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L8) +[lib/types/Album.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L8) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[lib/types/Album.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L11) +[lib/types/Album.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L11) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[lib/types/Album.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L9) +[lib/types/Album.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L9) ___ @@ -86,7 +86,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L8) +[lib/types/MediaKind.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L8) ___ @@ -96,7 +96,7 @@ ___ #### Defined in -[lib/types/Album.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L7) +[lib/types/Album.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L7) ___ @@ -110,7 +110,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L11) +[lib/types/MediaKind.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L11) ___ @@ -120,7 +120,7 @@ ___ #### Defined in -[lib/types/Album.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L10) +[lib/types/Album.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L10) ___ @@ -134,7 +134,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L6) +[lib/types/MediaKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L6) ___ @@ -144,7 +144,7 @@ ___ #### Defined in -[lib/types/Album.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L6) +[lib/types/Album.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L6) ___ @@ -158,7 +158,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L12) +[lib/types/MediaKind.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L12) ___ @@ -179,7 +179,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L13) +[lib/types/MediaKind.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L13) ___ @@ -193,7 +193,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L9) +[lib/types/MediaKind.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L9) ___ @@ -203,7 +203,7 @@ ___ #### Defined in -[lib/types/Album.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L12) +[lib/types/Album.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L12) ___ @@ -213,7 +213,7 @@ ___ #### Defined in -[lib/types/Album.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L13) +[lib/types/Album.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L13) ___ @@ -223,7 +223,7 @@ ___ #### Defined in -[lib/types/Album.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L5) +[lib/types/Album.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L5) ___ @@ -237,4 +237,4 @@ ___ #### Defined in -[lib/types/MediaKind.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L7) +[lib/types/MediaKind.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L7) diff --git a/docs/api/interfaces/AlbumAPIGetInfoParams.md b/docs/api/interfaces/AlbumAPIGetInfoParams.md index ea71c9a..722bb05 100644 --- a/docs/api/interfaces/AlbumAPIGetInfoParams.md +++ b/docs/api/interfaces/AlbumAPIGetInfoParams.md @@ -19,7 +19,7 @@ #### Defined in -[lib/album/AlbumAPI.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/album/AlbumAPI.ts#L9) +[lib/album/AlbumAPI.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/album/AlbumAPI.ts#L9) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[lib/album/AlbumAPI.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/album/AlbumAPI.ts#L8) +[lib/album/AlbumAPI.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/album/AlbumAPI.ts#L8) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[lib/album/AlbumAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/album/AlbumAPI.ts#L10) +[lib/album/AlbumAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/album/AlbumAPI.ts#L10) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[lib/album/AlbumAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/album/AlbumAPI.ts#L11) +[lib/album/AlbumAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/album/AlbumAPI.ts#L11) diff --git a/docs/api/interfaces/AlbumHighlightsByTag.md b/docs/api/interfaces/AlbumHighlightsByTag.md index 7d1b0c4..0a9d079 100644 --- a/docs/api/interfaces/AlbumHighlightsByTag.md +++ b/docs/api/interfaces/AlbumHighlightsByTag.md @@ -18,7 +18,7 @@ #### Defined in -[lib/types/Tag.ts:23](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L23) +[lib/types/Tag.ts:23](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L23) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[lib/types/Tag.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L21) +[lib/types/Tag.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L21) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[lib/types/Tag.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L22) +[lib/types/Tag.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L22) diff --git a/docs/api/interfaces/AlbumRelease.md b/docs/api/interfaces/AlbumRelease.md index fad71bf..d34d321 100644 --- a/docs/api/interfaces/AlbumRelease.md +++ b/docs/api/interfaces/AlbumRelease.md @@ -20,7 +20,7 @@ #### Defined in -[lib/types/Album.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L21) +[lib/types/Album.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L21) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[lib/types/Album.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L18) +[lib/types/Album.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L18) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[lib/types/Album.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L20) +[lib/types/Album.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L20) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[lib/types/Album.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L17) +[lib/types/Album.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L17) ___ @@ -60,4 +60,4 @@ ___ #### Defined in -[lib/types/Album.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Album.ts#L19) +[lib/types/Album.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Album.ts#L19) diff --git a/docs/api/interfaces/Article.md b/docs/api/interfaces/Article.md index 395f1b3..65f157c 100644 --- a/docs/api/interfaces/Article.md +++ b/docs/api/interfaces/Article.md @@ -33,7 +33,7 @@ #### Defined in -[lib/types/Article.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L16) +[lib/types/Article.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L16) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[lib/types/Article.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L10) +[lib/types/Article.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L10) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[lib/types/Article.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L9) +[lib/types/Article.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L9) ___ @@ -63,7 +63,7 @@ ___ #### Defined in -[lib/types/Article.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L6) +[lib/types/Article.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L6) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[lib/types/Article.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L11) +[lib/types/Article.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L11) ___ @@ -91,7 +91,7 @@ ___ #### Defined in -[lib/types/Article.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L8) +[lib/types/Article.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L8) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[lib/types/Article.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L20) +[lib/types/Article.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L20) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[lib/types/Article.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L22) +[lib/types/Article.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L22) ___ @@ -129,7 +129,7 @@ ___ #### Defined in -[lib/types/Article.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L21) +[lib/types/Article.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L21) ___ @@ -139,7 +139,7 @@ ___ #### Defined in -[lib/types/Article.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L5) +[lib/types/Article.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L5) ___ @@ -149,4 +149,4 @@ ___ #### Defined in -[lib/types/Article.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L7) +[lib/types/Article.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L7) diff --git a/docs/api/interfaces/ArticleAPIGetArticleParams.md b/docs/api/interfaces/ArticleAPIGetArticleParams.md index 193ccd1..c883240 100644 --- a/docs/api/interfaces/ArticleAPIGetArticleParams.md +++ b/docs/api/interfaces/ArticleAPIGetArticleParams.md @@ -19,7 +19,7 @@ #### Defined in -[lib/article/ArticleAPI.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L13) +[lib/article/ArticleAPI.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L13) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[lib/article/ArticleAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L12) +[lib/article/ArticleAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L12) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[lib/article/ArticleAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L14) +[lib/article/ArticleAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L14) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[lib/article/ArticleAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L15) +[lib/article/ArticleAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L15) diff --git a/docs/api/interfaces/ArticleAPIListParams.md b/docs/api/interfaces/ArticleAPIListParams.md index 17e0a1c..6ef349e 100644 --- a/docs/api/interfaces/ArticleAPIListParams.md +++ b/docs/api/interfaces/ArticleAPIListParams.md @@ -18,7 +18,7 @@ #### Defined in -[lib/article/ArticleAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L19) +[lib/article/ArticleAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L19) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[lib/article/ArticleAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L20) +[lib/article/ArticleAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L20) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[lib/article/ArticleAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/article/ArticleAPI.ts#L21) +[lib/article/ArticleAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/article/ArticleAPI.ts#L21) diff --git a/docs/api/interfaces/ArticleCategory.md b/docs/api/interfaces/ArticleCategory.md index 2c3047f..987ba0f 100644 --- a/docs/api/interfaces/ArticleCategory.md +++ b/docs/api/interfaces/ArticleCategory.md @@ -17,7 +17,7 @@ #### Defined in -[lib/types/Article.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L30) +[lib/types/Article.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L30) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/types/Article.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L31) +[lib/types/Article.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L31) diff --git a/docs/api/interfaces/ArticleCategorySection.md b/docs/api/interfaces/ArticleCategorySection.md index 9912f39..56e93ea 100644 --- a/docs/api/interfaces/ArticleCategorySection.md +++ b/docs/api/interfaces/ArticleCategorySection.md @@ -19,7 +19,7 @@ #### Defined in -[lib/types/Article.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L38) +[lib/types/Article.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L38) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[lib/types/Article.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L35) +[lib/types/Article.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L35) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[lib/types/Article.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L37) +[lib/types/Article.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L37) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[lib/types/Article.ts:36](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L36) +[lib/types/Article.ts:36](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L36) diff --git a/docs/api/interfaces/ArticleList.md b/docs/api/interfaces/ArticleList.md index 97003e3..b9bd0c0 100644 --- a/docs/api/interfaces/ArticleList.md +++ b/docs/api/interfaces/ArticleList.md @@ -19,7 +19,7 @@ #### Defined in -[lib/types/Article.ts:57](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L57) +[lib/types/Article.ts:57](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L57) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[lib/types/Article.ts:60](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L60) +[lib/types/Article.ts:60](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L60) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[lib/types/Article.ts:59](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L59) +[lib/types/Article.ts:59](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L59) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[lib/types/Article.ts:58](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L58) +[lib/types/Article.ts:58](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L58) diff --git a/docs/api/interfaces/ArticleListItem.md b/docs/api/interfaces/ArticleListItem.md index 1c80376..6c72948 100644 --- a/docs/api/interfaces/ArticleListItem.md +++ b/docs/api/interfaces/ArticleListItem.md @@ -20,7 +20,7 @@ #### Defined in -[lib/types/Article.ts:67](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L67) +[lib/types/Article.ts:67](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L67) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[lib/types/Article.ts:66](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L66) +[lib/types/Article.ts:66](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L66) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[lib/types/Article.ts:68](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L68) +[lib/types/Article.ts:68](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L68) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[lib/types/Article.ts:65](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L65) +[lib/types/Article.ts:65](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L65) ___ @@ -60,4 +60,4 @@ ___ #### Defined in -[lib/types/Article.ts:64](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L64) +[lib/types/Article.ts:64](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L64) diff --git a/docs/api/interfaces/ArticleSection.md b/docs/api/interfaces/ArticleSection.md index bee7823..6961b93 100644 --- a/docs/api/interfaces/ArticleSection.md +++ b/docs/api/interfaces/ArticleSection.md @@ -26,7 +26,7 @@ #### Defined in -[lib/types/Article.ts:42](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L42) +[lib/types/Article.ts:42](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L42) ___ @@ -36,7 +36,7 @@ ___ #### Defined in -[lib/types/Article.ts:46](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L46) +[lib/types/Article.ts:46](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L46) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[lib/types/Article.ts:48](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L48) +[lib/types/Article.ts:48](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L48) ___ @@ -56,4 +56,4 @@ ___ #### Defined in -[lib/types/Article.ts:47](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Article.ts#L47) +[lib/types/Article.ts:47](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Article.ts#L47) diff --git a/docs/api/interfaces/Artist.md b/docs/api/interfaces/Artist.md index 76acf0f..61e5b71 100644 --- a/docs/api/interfaces/Artist.md +++ b/docs/api/interfaces/Artist.md @@ -33,7 +33,7 @@ #### Defined in -[lib/types/UserKind.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L3) +[lib/types/UserKind.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L3) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[lib/types/Artist.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Artist.ts#L7) +[lib/types/Artist.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Artist.ts#L7) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L5) +[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L5) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[lib/types/Artist.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Artist.ts#L6) +[lib/types/Artist.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Artist.ts#L6) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L6) +[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L6) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L2) +[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L2) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[lib/types/Artist.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Artist.ts#L5) +[lib/types/Artist.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Artist.ts#L5) ___ @@ -119,4 +119,4 @@ ___ #### Defined in -[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L4) +[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L4) diff --git a/docs/api/interfaces/AutoCompleteTag.md b/docs/api/interfaces/AutoCompleteTag.md index c9d6e87..e5561e4 100644 --- a/docs/api/interfaces/AutoCompleteTag.md +++ b/docs/api/interfaces/AutoCompleteTag.md @@ -25,7 +25,7 @@ #### Defined in -[lib/types/Autocomplete.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Autocomplete.ts#L8) +[lib/types/Autocomplete.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Autocomplete.ts#L8) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[lib/types/Autocomplete.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Autocomplete.ts#L3) +[lib/types/Autocomplete.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Autocomplete.ts#L3) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[lib/types/Autocomplete.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Autocomplete.ts#L7) +[lib/types/Autocomplete.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Autocomplete.ts#L7) ___ @@ -63,4 +63,4 @@ ___ #### Defined in -[lib/types/Autocomplete.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Autocomplete.ts#L9) +[lib/types/Autocomplete.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Autocomplete.ts#L9) diff --git a/docs/api/interfaces/AutocompleteAPIGetSuggestionsParams.md b/docs/api/interfaces/AutocompleteAPIGetSuggestionsParams.md index b49e528..4bf603c 100644 --- a/docs/api/interfaces/AutocompleteAPIGetSuggestionsParams.md +++ b/docs/api/interfaces/AutocompleteAPIGetSuggestionsParams.md @@ -18,7 +18,7 @@ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L15) +[lib/autocomplete/AutocompleteAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L15) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L16) +[lib/autocomplete/AutocompleteAPI.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L16) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[lib/autocomplete/AutocompleteAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/autocomplete/AutocompleteAPI.ts#L14) +[lib/autocomplete/AutocompleteAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/autocomplete/AutocompleteAPI.ts#L14) diff --git a/docs/api/interfaces/AutocompleteItem.md b/docs/api/interfaces/AutocompleteItem.md index cb94fdb..e183b29 100644 --- a/docs/api/interfaces/AutocompleteItem.md +++ b/docs/api/interfaces/AutocompleteItem.md @@ -25,7 +25,7 @@ #### Defined in -[lib/types/Autocomplete.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Autocomplete.ts#L3) +[lib/types/Autocomplete.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Autocomplete.ts#L3) ___ @@ -35,4 +35,4 @@ ___ #### Defined in -[lib/types/Autocomplete.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Autocomplete.ts#L2) +[lib/types/Autocomplete.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Autocomplete.ts#L2) diff --git a/docs/api/interfaces/AutocompleteLocation.md b/docs/api/interfaces/AutocompleteLocation.md index 6bbbe42..3c46d2b 100644 --- a/docs/api/interfaces/AutocompleteLocation.md +++ b/docs/api/interfaces/AutocompleteLocation.md @@ -25,7 +25,7 @@ #### Defined in -[lib/types/Autocomplete.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Autocomplete.ts#L14) +[lib/types/Autocomplete.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Autocomplete.ts#L14) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[lib/types/Autocomplete.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Autocomplete.ts#L3) +[lib/types/Autocomplete.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Autocomplete.ts#L3) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[lib/types/Autocomplete.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Autocomplete.ts#L13) +[lib/types/Autocomplete.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Autocomplete.ts#L13) ___ @@ -63,4 +63,4 @@ ___ #### Defined in -[lib/types/Autocomplete.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Autocomplete.ts#L15) +[lib/types/Autocomplete.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Autocomplete.ts#L15) diff --git a/docs/api/interfaces/BandAPIGetDiscographyParams.md b/docs/api/interfaces/BandAPIGetDiscographyParams.md index 0c550a3..c1a5415 100644 --- a/docs/api/interfaces/BandAPIGetDiscographyParams.md +++ b/docs/api/interfaces/BandAPIGetDiscographyParams.md @@ -17,7 +17,7 @@ #### Defined in -[lib/band/BandAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L14) +[lib/band/BandAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L14) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/band/BandAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L15) +[lib/band/BandAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L15) diff --git a/docs/api/interfaces/BandAPIGetInfoParams.md b/docs/api/interfaces/BandAPIGetInfoParams.md index 1c2c67c..eed026f 100644 --- a/docs/api/interfaces/BandAPIGetInfoParams.md +++ b/docs/api/interfaces/BandAPIGetInfoParams.md @@ -18,7 +18,7 @@ #### Defined in -[lib/band/BandAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L19) +[lib/band/BandAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L19) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[lib/band/BandAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L20) +[lib/band/BandAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L20) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[lib/band/BandAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L21) +[lib/band/BandAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L21) diff --git a/docs/api/interfaces/BandAPIGetLabelArtistsParams.md b/docs/api/interfaces/BandAPIGetLabelArtistsParams.md index f60edd6..eb0a09b 100644 --- a/docs/api/interfaces/BandAPIGetLabelArtistsParams.md +++ b/docs/api/interfaces/BandAPIGetLabelArtistsParams.md @@ -17,7 +17,7 @@ #### Defined in -[lib/band/BandAPI.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L26) +[lib/band/BandAPI.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L26) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/band/BandAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/band/BandAPI.ts#L25) +[lib/band/BandAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/band/BandAPI.ts#L25) diff --git a/docs/api/interfaces/BandcampFetchParams.md b/docs/api/interfaces/BandcampFetchParams.md index 1c30f0d..f868ddd 100644 --- a/docs/api/interfaces/BandcampFetchParams.md +++ b/docs/api/interfaces/BandcampFetchParams.md @@ -16,4 +16,4 @@ #### Defined in -[lib/BandcampFetch.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/BandcampFetch.ts#L18) +[lib/BandcampFetch.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/BandcampFetch.ts#L18) diff --git a/docs/api/interfaces/BaseAPIParams.md b/docs/api/interfaces/BaseAPIParams.md index f29605a..8a2ae0c 100644 --- a/docs/api/interfaces/BaseAPIParams.md +++ b/docs/api/interfaces/BaseAPIParams.md @@ -23,7 +23,7 @@ #### Defined in -[lib/common/BaseAPI.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L6) +[lib/common/BaseAPI.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L6) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L5) +[lib/common/BaseAPI.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L5) diff --git a/docs/api/interfaces/BaseAPIWithImageSupportParams.md b/docs/api/interfaces/BaseAPIWithImageSupportParams.md index 39d0d67..b9bb019 100644 --- a/docs/api/interfaces/BaseAPIWithImageSupportParams.md +++ b/docs/api/interfaces/BaseAPIWithImageSupportParams.md @@ -28,7 +28,7 @@ #### Defined in -[lib/common/BaseAPI.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L6) +[lib/common/BaseAPI.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L6) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[lib/common/BaseAPI.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPI.ts#L5) +[lib/common/BaseAPI.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPI.ts#L5) ___ @@ -52,4 +52,4 @@ ___ #### Defined in -[lib/common/BaseAPIWithImageSupport.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/common/BaseAPIWithImageSupport.ts#L5) +[lib/common/BaseAPIWithImageSupport.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/common/BaseAPIWithImageSupport.ts#L5) diff --git a/docs/api/interfaces/DiscoverOptions.md b/docs/api/interfaces/DiscoverOptions.md index cfc0d4d..a7306cb 100644 --- a/docs/api/interfaces/DiscoverOptions.md +++ b/docs/api/interfaces/DiscoverOptions.md @@ -28,7 +28,7 @@ DiscoveryAPI.getAvailableOptions #### Defined in -[lib/types/Discovery.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L17) +[lib/types/Discovery.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L17) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L16) +[lib/types/Discovery.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L16) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L11) +[lib/types/Discovery.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L11) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L15) +[lib/types/Discovery.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L15) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L12) +[lib/types/Discovery.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L12) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L14) +[lib/types/Discovery.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L14) ___ @@ -88,4 +88,4 @@ ___ #### Defined in -[lib/types/Discovery.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L13) +[lib/types/Discovery.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L13) diff --git a/docs/api/interfaces/DiscoverParams.md b/docs/api/interfaces/DiscoverParams.md index 023be07..804c9a4 100644 --- a/docs/api/interfaces/DiscoverParams.md +++ b/docs/api/interfaces/DiscoverParams.md @@ -33,7 +33,7 @@ Value indicating the image format to adopt when constructing image URLs of disco #### Defined in -[lib/types/Discovery.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L37) +[lib/types/Discovery.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L37) ___ @@ -45,7 +45,7 @@ Value indicating the image format to adopt when constructing image URLs of album #### Defined in -[lib/types/Discovery.ts:41](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L41) +[lib/types/Discovery.ts:41](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L41) ___ @@ -55,7 +55,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L33) +[lib/types/Discovery.ts:33](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L33) ___ @@ -65,7 +65,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:32](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L32) +[lib/types/Discovery.ts:32](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L32) ___ @@ -75,7 +75,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L26) +[lib/types/Discovery.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L26) ___ @@ -85,7 +85,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L31) +[lib/types/Discovery.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L31) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:28](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L28) +[lib/types/Discovery.ts:28](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L28) ___ @@ -105,7 +105,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:27](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L27) +[lib/types/Discovery.ts:27](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L27) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[lib/types/Discovery.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L30) +[lib/types/Discovery.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L30) ___ @@ -125,4 +125,4 @@ ___ #### Defined in -[lib/types/Discovery.ts:29](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L29) +[lib/types/Discovery.ts:29](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L29) diff --git a/docs/api/interfaces/DiscoverResult.md b/docs/api/interfaces/DiscoverResult.md index 86910fe..a13a5e2 100644 --- a/docs/api/interfaces/DiscoverResult.md +++ b/docs/api/interfaces/DiscoverResult.md @@ -22,7 +22,7 @@ List of discovered albums. #### Defined in -[lib/types/Discovery.ts:51](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L51) +[lib/types/Discovery.ts:51](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L51) ___ @@ -34,7 +34,7 @@ Sanitized params used in the discovery request. #### Defined in -[lib/types/Discovery.ts:59](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L59) +[lib/types/Discovery.ts:59](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L59) ___ @@ -46,4 +46,4 @@ Total number of albums discovered. #### Defined in -[lib/types/Discovery.ts:55](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Discovery.ts#L55) +[lib/types/Discovery.ts:55](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Discovery.ts#L55) diff --git a/docs/api/interfaces/Fan.md b/docs/api/interfaces/Fan.md index 645f707..fc4eeb2 100644 --- a/docs/api/interfaces/Fan.md +++ b/docs/api/interfaces/Fan.md @@ -33,7 +33,7 @@ #### Defined in -[lib/types/Fan.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Fan.ts#L10) +[lib/types/Fan.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Fan.ts#L10) ___ @@ -47,7 +47,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L3) +[lib/types/UserKind.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L3) ___ @@ -57,7 +57,7 @@ ___ #### Defined in -[lib/types/Fan.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Fan.ts#L8) +[lib/types/Fan.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Fan.ts#L8) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[lib/types/Fan.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Fan.ts#L7) +[lib/types/Fan.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Fan.ts#L7) ___ @@ -81,7 +81,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L5) +[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L5) ___ @@ -95,7 +95,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L6) +[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L6) ___ @@ -109,7 +109,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L2) +[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L2) ___ @@ -119,7 +119,7 @@ ___ #### Defined in -[lib/types/Fan.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Fan.ts#L4) +[lib/types/Fan.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Fan.ts#L4) ___ @@ -133,7 +133,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L4) +[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L4) ___ @@ -143,7 +143,7 @@ ___ #### Defined in -[lib/types/Fan.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Fan.ts#L5) +[lib/types/Fan.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Fan.ts#L5) ___ @@ -153,7 +153,7 @@ ___ #### Defined in -[lib/types/Fan.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Fan.ts#L6) +[lib/types/Fan.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Fan.ts#L6) ___ @@ -163,4 +163,4 @@ ___ #### Defined in -[lib/types/Fan.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Fan.ts#L9) +[lib/types/Fan.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Fan.ts#L9) diff --git a/docs/api/interfaces/FanAPIGetInfoParams.md b/docs/api/interfaces/FanAPIGetInfoParams.md index 40352a9..baea19e 100644 --- a/docs/api/interfaces/FanAPIGetInfoParams.md +++ b/docs/api/interfaces/FanAPIGetInfoParams.md @@ -17,14 +17,14 @@ #### Defined in -[lib/fan/FanAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L21) +[lib/fan/FanAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L21) ___ ### username -• **username**: `string` +• `Optional` **username**: `string` #### Defined in -[lib/fan/FanAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L20) +[lib/fan/FanAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L20) diff --git a/docs/api/interfaces/FanAPIGetItemsParams.md b/docs/api/interfaces/FanAPIGetItemsParams.md index 85a5d4c..0ec7a35 100644 --- a/docs/api/interfaces/FanAPIGetItemsParams.md +++ b/docs/api/interfaces/FanAPIGetItemsParams.md @@ -17,14 +17,14 @@ #### Defined in -[lib/fan/FanAPI.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L26) +[lib/fan/FanAPI.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L26) ___ ### target -• **target**: `string` \| [`FanItemsContinuation`](FanItemsContinuation.md) +• `Optional` **target**: `string` \| [`FanItemsContinuation`](FanItemsContinuation.md) #### Defined in -[lib/fan/FanAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanAPI.ts#L25) +[lib/fan/FanAPI.ts:25](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanAPI.ts#L25) diff --git a/docs/api/interfaces/FanContinuationItemsResult.md b/docs/api/interfaces/FanContinuationItemsResult.md index 7d3c69e..c2d89cd 100644 --- a/docs/api/interfaces/FanContinuationItemsResult.md +++ b/docs/api/interfaces/FanContinuationItemsResult.md @@ -23,7 +23,7 @@ #### Defined in -[lib/fan/FanItemsBaseParser.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanItemsBaseParser.ts#L22) +[lib/fan/FanItemsBaseParser.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanItemsBaseParser.ts#L22) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[lib/fan/FanItemsBaseParser.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanItemsBaseParser.ts#L21) +[lib/fan/FanItemsBaseParser.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanItemsBaseParser.ts#L21) diff --git a/docs/api/interfaces/FanItemsContinuation.md b/docs/api/interfaces/FanItemsContinuation.md index 49f0814..1416c77 100644 --- a/docs/api/interfaces/FanItemsContinuation.md +++ b/docs/api/interfaces/FanItemsContinuation.md @@ -17,7 +17,7 @@ #### Defined in -[lib/types/Fan.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Fan.ts#L14) +[lib/types/Fan.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Fan.ts#L14) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/types/Fan.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Fan.ts#L15) +[lib/types/Fan.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Fan.ts#L15) diff --git a/docs/api/interfaces/FanPageItemsResult.md b/docs/api/interfaces/FanPageItemsResult.md index b312435..067f27d 100644 --- a/docs/api/interfaces/FanPageItemsResult.md +++ b/docs/api/interfaces/FanPageItemsResult.md @@ -24,7 +24,7 @@ #### Defined in -[lib/fan/FanItemsBaseParser.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanItemsBaseParser.ts#L17) +[lib/fan/FanItemsBaseParser.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanItemsBaseParser.ts#L17) ___ @@ -34,7 +34,7 @@ ___ #### Defined in -[lib/fan/FanItemsBaseParser.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanItemsBaseParser.ts#L15) +[lib/fan/FanItemsBaseParser.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanItemsBaseParser.ts#L15) ___ @@ -44,4 +44,4 @@ ___ #### Defined in -[lib/fan/FanItemsBaseParser.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/fan/FanItemsBaseParser.ts#L16) +[lib/fan/FanItemsBaseParser.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/fan/FanItemsBaseParser.ts#L16) diff --git a/docs/api/interfaces/FetcherParams.md b/docs/api/interfaces/FetcherParams.md index cc2dcc8..c9542db 100644 --- a/docs/api/interfaces/FetcherParams.md +++ b/docs/api/interfaces/FetcherParams.md @@ -17,7 +17,7 @@ #### Defined in -[lib/utils/Fetcher.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L12) +[lib/utils/Fetcher.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L12) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/utils/Fetcher.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/Fetcher.ts#L11) +[lib/utils/Fetcher.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/Fetcher.ts#L11) diff --git a/docs/api/interfaces/ImageConstants.md b/docs/api/interfaces/ImageConstants.md index e2bed12..5120e6e 100644 --- a/docs/api/interfaces/ImageConstants.md +++ b/docs/api/interfaces/ImageConstants.md @@ -17,7 +17,7 @@ #### Defined in -[lib/types/Image.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Image.ts#L10) +[lib/types/Image.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Image.ts#L10) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/types/Image.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Image.ts#L11) +[lib/types/Image.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Image.ts#L11) diff --git a/docs/api/interfaces/ImageFormat.md b/docs/api/interfaces/ImageFormat.md index e79c079..21273d9 100644 --- a/docs/api/interfaces/ImageFormat.md +++ b/docs/api/interfaces/ImageFormat.md @@ -20,7 +20,7 @@ #### Defined in -[lib/types/Image.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Image.ts#L6) +[lib/types/Image.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Image.ts#L6) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[lib/types/Image.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Image.ts#L5) +[lib/types/Image.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Image.ts#L5) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[lib/types/Image.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Image.ts#L2) +[lib/types/Image.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Image.ts#L2) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[lib/types/Image.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Image.ts#L3) +[lib/types/Image.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Image.ts#L3) ___ @@ -60,4 +60,4 @@ ___ #### Defined in -[lib/types/Image.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Image.ts#L4) +[lib/types/Image.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Image.ts#L4) diff --git a/docs/api/interfaces/Label.md b/docs/api/interfaces/Label.md index bd06f50..2ebf914 100644 --- a/docs/api/interfaces/Label.md +++ b/docs/api/interfaces/Label.md @@ -32,7 +32,7 @@ #### Defined in -[lib/types/UserKind.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L3) +[lib/types/UserKind.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L3) ___ @@ -46,7 +46,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L5) +[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L5) ___ @@ -56,7 +56,7 @@ ___ #### Defined in -[lib/types/Label.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Label.ts#L6) +[lib/types/Label.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Label.ts#L6) ___ @@ -70,7 +70,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L6) +[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L6) ___ @@ -84,7 +84,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L2) +[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L2) ___ @@ -94,7 +94,7 @@ ___ #### Defined in -[lib/types/Label.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Label.ts#L5) +[lib/types/Label.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Label.ts#L5) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L4) +[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L4) diff --git a/docs/api/interfaces/MediaKind.md b/docs/api/interfaces/MediaKind.md index dd816ee..2e10803 100644 --- a/docs/api/interfaces/MediaKind.md +++ b/docs/api/interfaces/MediaKind.md @@ -31,7 +31,7 @@ #### Defined in -[lib/types/MediaKind.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L10) +[lib/types/MediaKind.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L10) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L8) +[lib/types/MediaKind.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L8) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L11) +[lib/types/MediaKind.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L11) ___ @@ -61,7 +61,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L6) +[lib/types/MediaKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L6) ___ @@ -71,7 +71,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L12) +[lib/types/MediaKind.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L12) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L13) +[lib/types/MediaKind.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L13) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L9) +[lib/types/MediaKind.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L9) ___ @@ -108,4 +108,4 @@ ___ #### Defined in -[lib/types/MediaKind.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L7) +[lib/types/MediaKind.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L7) diff --git a/docs/api/interfaces/NameValuePair.md b/docs/api/interfaces/NameValuePair.md index 44388b2..27d28bd 100644 --- a/docs/api/interfaces/NameValuePair.md +++ b/docs/api/interfaces/NameValuePair.md @@ -29,7 +29,7 @@ #### Defined in -[lib/utils/NameValuePair.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/NameValuePair.ts#L2) +[lib/utils/NameValuePair.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/NameValuePair.ts#L2) ___ @@ -39,4 +39,4 @@ ___ #### Defined in -[lib/utils/NameValuePair.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/NameValuePair.ts#L3) +[lib/utils/NameValuePair.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/NameValuePair.ts#L3) diff --git a/docs/api/interfaces/ReleasesByTag-1.md b/docs/api/interfaces/ReleasesByTag-1.md index 439dafb..c51a4cc 100644 --- a/docs/api/interfaces/ReleasesByTag-1.md +++ b/docs/api/interfaces/ReleasesByTag-1.md @@ -18,7 +18,7 @@ #### Defined in -[lib/types/Tag.ts:47](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L47) +[lib/types/Tag.ts:47](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L47) ___ @@ -28,7 +28,7 @@ ___ #### Defined in -[lib/types/Tag.ts:46](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L46) +[lib/types/Tag.ts:46](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L46) ___ @@ -38,4 +38,4 @@ ___ #### Defined in -[lib/types/Tag.ts:45](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L45) +[lib/types/Tag.ts:45](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L45) diff --git a/docs/api/interfaces/ReleasesByTag.Filter.md b/docs/api/interfaces/ReleasesByTag.Filter.md index 9393dac..bf1679a 100644 --- a/docs/api/interfaces/ReleasesByTag.Filter.md +++ b/docs/api/interfaces/ReleasesByTag.Filter.md @@ -19,7 +19,7 @@ #### Defined in -[lib/types/Tag.ts:39](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L39) +[lib/types/Tag.ts:39](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L39) ___ @@ -29,4 +29,4 @@ ___ #### Defined in -[lib/types/Tag.ts:40](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L40) +[lib/types/Tag.ts:40](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L40) diff --git a/docs/api/interfaces/ReleasesByTag.FilterOption.md b/docs/api/interfaces/ReleasesByTag.FilterOption.md index e3c8c09..912c436 100644 --- a/docs/api/interfaces/ReleasesByTag.FilterOption.md +++ b/docs/api/interfaces/ReleasesByTag.FilterOption.md @@ -27,7 +27,7 @@ #### Defined in -[lib/types/Tag.ts:34](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L34) +[lib/types/Tag.ts:34](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L34) ___ @@ -41,7 +41,7 @@ ___ #### Defined in -[lib/utils/NameValuePair.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/NameValuePair.ts#L2) +[lib/utils/NameValuePair.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/NameValuePair.ts#L2) ___ @@ -51,7 +51,7 @@ ___ #### Defined in -[lib/types/Tag.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L35) +[lib/types/Tag.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L35) ___ @@ -65,4 +65,4 @@ ___ #### Defined in -[lib/utils/NameValuePair.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/utils/NameValuePair.ts#L3) +[lib/utils/NameValuePair.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/utils/NameValuePair.ts#L3) diff --git a/docs/api/interfaces/SearchAPISearchParams.md b/docs/api/interfaces/SearchAPISearchParams.md index 8b76494..8b1b1a8 100644 --- a/docs/api/interfaces/SearchAPISearchParams.md +++ b/docs/api/interfaces/SearchAPISearchParams.md @@ -19,7 +19,7 @@ #### Defined in -[lib/search/SearchAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L20) +[lib/search/SearchAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L20) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L21) +[lib/search/SearchAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L21) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L19) +[lib/search/SearchAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L19) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[lib/search/SearchAPI.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/search/SearchAPI.ts#L18) +[lib/search/SearchAPI.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/search/SearchAPI.ts#L18) diff --git a/docs/api/interfaces/SearchResultAlbum.md b/docs/api/interfaces/SearchResultAlbum.md index 9d55ec3..b6b7bfe 100644 --- a/docs/api/interfaces/SearchResultAlbum.md +++ b/docs/api/interfaces/SearchResultAlbum.md @@ -30,7 +30,7 @@ #### Defined in -[lib/types/Search.ts:27](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L27) +[lib/types/Search.ts:27](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L27) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[lib/types/Search.ts:29](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L29) +[lib/types/Search.ts:29](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L29) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L10) +[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L10) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L8) +[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L8) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[lib/types/Search.ts:28](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L28) +[lib/types/Search.ts:28](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L28) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[lib/types/Search.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L30) +[lib/types/Search.ts:30](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L30) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[lib/types/Search.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L31) +[lib/types/Search.ts:31](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L31) ___ @@ -112,7 +112,7 @@ ___ #### Defined in -[lib/types/Search.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L26) +[lib/types/Search.ts:26](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L26) ___ @@ -126,4 +126,4 @@ ___ #### Defined in -[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L9) +[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L9) diff --git a/docs/api/interfaces/SearchResultArtist.md b/docs/api/interfaces/SearchResultArtist.md index 41451c5..31379b2 100644 --- a/docs/api/interfaces/SearchResultArtist.md +++ b/docs/api/interfaces/SearchResultArtist.md @@ -28,7 +28,7 @@ #### Defined in -[lib/types/Search.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L16) +[lib/types/Search.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L16) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L10) +[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L10) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[lib/types/Search.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L15) +[lib/types/Search.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L15) ___ @@ -66,7 +66,7 @@ ___ #### Defined in -[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L8) +[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L8) ___ @@ -76,7 +76,7 @@ ___ #### Defined in -[lib/types/Search.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L17) +[lib/types/Search.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L17) ___ @@ -90,7 +90,7 @@ ___ #### Defined in -[lib/types/Search.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L14) +[lib/types/Search.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L14) ___ @@ -104,4 +104,4 @@ ___ #### Defined in -[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L9) +[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L9) diff --git a/docs/api/interfaces/SearchResultFan.md b/docs/api/interfaces/SearchResultFan.md index 161f6bd..679106d 100644 --- a/docs/api/interfaces/SearchResultFan.md +++ b/docs/api/interfaces/SearchResultFan.md @@ -26,7 +26,7 @@ #### Defined in -[lib/types/Search.ts:44](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L44) +[lib/types/Search.ts:44](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L44) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L10) +[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L10) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L8) +[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L8) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[lib/types/Search.ts:43](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L43) +[lib/types/Search.ts:43](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L43) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L9) +[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L9) diff --git a/docs/api/interfaces/SearchResultItem.md b/docs/api/interfaces/SearchResultItem.md index 3493608..9ecb3c4 100644 --- a/docs/api/interfaces/SearchResultItem.md +++ b/docs/api/interfaces/SearchResultItem.md @@ -33,7 +33,7 @@ #### Defined in -[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L10) +[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L10) ___ @@ -43,7 +43,7 @@ ___ #### Defined in -[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L8) +[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L8) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[lib/types/Search.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L7) +[lib/types/Search.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L7) ___ @@ -63,4 +63,4 @@ ___ #### Defined in -[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L9) +[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L9) diff --git a/docs/api/interfaces/SearchResultLabel.md b/docs/api/interfaces/SearchResultLabel.md index 33f1d04..b02adb9 100644 --- a/docs/api/interfaces/SearchResultLabel.md +++ b/docs/api/interfaces/SearchResultLabel.md @@ -30,7 +30,7 @@ #### Defined in -[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L10) +[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L10) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[lib/types/Search.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L22) +[lib/types/Search.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L22) ___ @@ -54,7 +54,7 @@ ___ #### Defined in -[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L8) +[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L8) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[lib/types/Search.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L21) +[lib/types/Search.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L21) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L9) +[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L9) diff --git a/docs/api/interfaces/SearchResultTrack.md b/docs/api/interfaces/SearchResultTrack.md index 1732562..4d2afaf 100644 --- a/docs/api/interfaces/SearchResultTrack.md +++ b/docs/api/interfaces/SearchResultTrack.md @@ -29,7 +29,7 @@ #### Defined in -[lib/types/Search.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L37) +[lib/types/Search.ts:37](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L37) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[lib/types/Search.ts:36](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L36) +[lib/types/Search.ts:36](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L36) ___ @@ -53,7 +53,7 @@ ___ #### Defined in -[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L10) +[lib/types/Search.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L10) ___ @@ -67,7 +67,7 @@ ___ #### Defined in -[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L8) +[lib/types/Search.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L8) ___ @@ -77,7 +77,7 @@ ___ #### Defined in -[lib/types/Search.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L38) +[lib/types/Search.ts:38](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L38) ___ @@ -87,7 +87,7 @@ ___ #### Defined in -[lib/types/Search.ts:39](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L39) +[lib/types/Search.ts:39](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L39) ___ @@ -101,7 +101,7 @@ ___ #### Defined in -[lib/types/Search.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L35) +[lib/types/Search.ts:35](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L35) ___ @@ -115,4 +115,4 @@ ___ #### Defined in -[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L9) +[lib/types/Search.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L9) diff --git a/docs/api/interfaces/SearchResults.md b/docs/api/interfaces/SearchResults.md index ba3463b..faaf0d0 100644 --- a/docs/api/interfaces/SearchResults.md +++ b/docs/api/interfaces/SearchResults.md @@ -23,7 +23,7 @@ #### Defined in -[lib/types/Search.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L2) +[lib/types/Search.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L2) ___ @@ -33,4 +33,4 @@ ___ #### Defined in -[lib/types/Search.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Search.ts#L3) +[lib/types/Search.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Search.ts#L3) diff --git a/docs/api/interfaces/Show.md b/docs/api/interfaces/Show.md index 6f65868..b7da25f 100644 --- a/docs/api/interfaces/Show.md +++ b/docs/api/interfaces/Show.md @@ -28,7 +28,7 @@ #### Defined in -[lib/types/Show.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L8) +[lib/types/Show.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L8) ___ @@ -38,7 +38,7 @@ ___ #### Defined in -[lib/types/Show.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L10) +[lib/types/Show.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L10) ___ @@ -48,7 +48,7 @@ ___ #### Defined in -[lib/types/Show.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L16) +[lib/types/Show.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L16) ___ @@ -58,7 +58,7 @@ ___ #### Defined in -[lib/types/Show.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L18) +[lib/types/Show.ts:18](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L18) ___ @@ -68,7 +68,7 @@ ___ #### Defined in -[lib/types/Show.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L5) +[lib/types/Show.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L5) ___ @@ -78,7 +78,7 @@ ___ #### Defined in -[lib/types/Show.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L7) +[lib/types/Show.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L7) ___ @@ -88,7 +88,7 @@ ___ #### Defined in -[lib/types/Show.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L19) +[lib/types/Show.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L19) ___ @@ -98,7 +98,7 @@ ___ #### Defined in -[lib/types/Show.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L9) +[lib/types/Show.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L9) ___ @@ -115,7 +115,7 @@ ___ #### Defined in -[lib/types/Show.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L11) +[lib/types/Show.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L11) ___ @@ -125,7 +125,7 @@ ___ #### Defined in -[lib/types/Show.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L17) +[lib/types/Show.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L17) ___ @@ -135,7 +135,7 @@ ___ #### Defined in -[lib/types/Show.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L15) +[lib/types/Show.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L15) ___ @@ -145,7 +145,7 @@ ___ #### Defined in -[lib/types/Show.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L4) +[lib/types/Show.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L4) ___ @@ -155,4 +155,4 @@ ___ #### Defined in -[lib/types/Show.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Show.ts#L6) +[lib/types/Show.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Show.ts#L6) diff --git a/docs/api/interfaces/ShowAPIGetShowParams.md b/docs/api/interfaces/ShowAPIGetShowParams.md index 71cf641..4761812 100644 --- a/docs/api/interfaces/ShowAPIGetShowParams.md +++ b/docs/api/interfaces/ShowAPIGetShowParams.md @@ -19,7 +19,7 @@ #### Defined in -[lib/show/ShowAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/show/ShowAPI.ts#L11) +[lib/show/ShowAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L11) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[lib/show/ShowAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/show/ShowAPI.ts#L12) +[lib/show/ShowAPI.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L12) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[lib/show/ShowAPI.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/show/ShowAPI.ts#L13) +[lib/show/ShowAPI.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L13) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[lib/show/ShowAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/show/ShowAPI.ts#L10) +[lib/show/ShowAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L10) diff --git a/docs/api/interfaces/ShowAPIListParams.md b/docs/api/interfaces/ShowAPIListParams.md index bbfc776..01da60e 100644 --- a/docs/api/interfaces/ShowAPIListParams.md +++ b/docs/api/interfaces/ShowAPIListParams.md @@ -16,4 +16,4 @@ #### Defined in -[lib/show/ShowAPI.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/show/ShowAPI.ts#L17) +[lib/show/ShowAPI.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/show/ShowAPI.ts#L17) diff --git a/docs/api/interfaces/Tag.md b/docs/api/interfaces/Tag.md index e8ea334..a8074a0 100644 --- a/docs/api/interfaces/Tag.md +++ b/docs/api/interfaces/Tag.md @@ -22,7 +22,7 @@ #### Defined in -[lib/types/Tag.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L12) +[lib/types/Tag.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L12) ___ @@ -32,7 +32,7 @@ ___ #### Defined in -[lib/types/Tag.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L11) +[lib/types/Tag.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L11) ___ @@ -42,7 +42,7 @@ ___ #### Defined in -[lib/types/Tag.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L7) +[lib/types/Tag.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L7) ___ @@ -52,7 +52,7 @@ ___ #### Defined in -[lib/types/Tag.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L10) +[lib/types/Tag.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L10) ___ @@ -62,7 +62,7 @@ ___ #### Defined in -[lib/types/Tag.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L6) +[lib/types/Tag.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L6) ___ @@ -72,7 +72,7 @@ ___ #### Defined in -[lib/types/Tag.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L8) +[lib/types/Tag.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L8) ___ @@ -82,4 +82,4 @@ ___ #### Defined in -[lib/types/Tag.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L9) +[lib/types/Tag.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L9) diff --git a/docs/api/interfaces/TagAPIGetAlbumHighlightsParams.md b/docs/api/interfaces/TagAPIGetAlbumHighlightsParams.md index 8df49d8..68b6495 100644 --- a/docs/api/interfaces/TagAPIGetAlbumHighlightsParams.md +++ b/docs/api/interfaces/TagAPIGetAlbumHighlightsParams.md @@ -17,7 +17,7 @@ #### Defined in -[lib/tag/TagAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L15) +[lib/tag/TagAPI.ts:15](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L15) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L14) +[lib/tag/TagAPI.ts:14](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L14) diff --git a/docs/api/interfaces/TagAPIGetReleasesParams.md b/docs/api/interfaces/TagAPIGetReleasesParams.md index 9f1c245..e8d458d 100644 --- a/docs/api/interfaces/TagAPIGetReleasesParams.md +++ b/docs/api/interfaces/TagAPIGetReleasesParams.md @@ -20,7 +20,7 @@ #### Defined in -[lib/tag/TagAPI.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L22) +[lib/tag/TagAPI.ts:22](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L22) ___ @@ -30,7 +30,7 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L20) +[lib/tag/TagAPI.ts:20](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L20) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:23](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L23) +[lib/tag/TagAPI.ts:23](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L23) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L19) +[lib/tag/TagAPI.ts:19](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L19) ___ @@ -60,4 +60,4 @@ ___ #### Defined in -[lib/tag/TagAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/tag/TagAPI.ts#L21) +[lib/tag/TagAPI.ts:21](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/tag/TagAPI.ts#L21) diff --git a/docs/api/interfaces/TagList.md b/docs/api/interfaces/TagList.md index c08aed0..a70f9c1 100644 --- a/docs/api/interfaces/TagList.md +++ b/docs/api/interfaces/TagList.md @@ -17,7 +17,7 @@ #### Defined in -[lib/types/Tag.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L17) +[lib/types/Tag.ts:17](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L17) ___ @@ -27,4 +27,4 @@ ___ #### Defined in -[lib/types/Tag.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Tag.ts#L16) +[lib/types/Tag.ts:16](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Tag.ts#L16) diff --git a/docs/api/interfaces/Track.md b/docs/api/interfaces/Track.md index c58d6b4..0d09f00 100644 --- a/docs/api/interfaces/Track.md +++ b/docs/api/interfaces/Track.md @@ -24,6 +24,7 @@ - [releaseDate](Track.md#releasedate) - [seekPosition](Track.md#seekposition) - [streamUrl](Track.md#streamurl) +- [streamUrlHQ](Track.md#streamurlhq) - [type](Track.md#type) - [url](Track.md#url) @@ -35,7 +36,7 @@ #### Defined in -[lib/types/Track.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Track.ts#L9) +[lib/types/Track.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Track.ts#L10) ___ @@ -49,7 +50,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L10) +[lib/types/MediaKind.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L10) ___ @@ -59,7 +60,7 @@ ___ #### Defined in -[lib/types/Track.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Track.ts#L6) +[lib/types/Track.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Track.ts#L6) ___ @@ -73,7 +74,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L8) +[lib/types/MediaKind.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L8) ___ @@ -87,7 +88,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L11) +[lib/types/MediaKind.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L11) ___ @@ -101,7 +102,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L6) +[lib/types/MediaKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L6) ___ @@ -111,7 +112,7 @@ ___ #### Defined in -[lib/types/Track.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Track.ts#L10) +[lib/types/Track.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Track.ts#L11) ___ @@ -125,7 +126,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L12) +[lib/types/MediaKind.ts:12](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L12) ___ @@ -146,7 +147,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L13) +[lib/types/MediaKind.ts:13](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L13) ___ @@ -160,7 +161,7 @@ ___ #### Defined in -[lib/types/MediaKind.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L9) +[lib/types/MediaKind.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L9) ___ @@ -170,7 +171,7 @@ ___ #### Defined in -[lib/types/Track.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Track.ts#L7) +[lib/types/Track.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Track.ts#L7) ___ @@ -180,7 +181,17 @@ ___ #### Defined in -[lib/types/Track.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Track.ts#L8) +[lib/types/Track.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Track.ts#L8) + +___ + +### streamUrlHQ + +• `Optional` **streamUrlHQ**: `string` + +#### Defined in + +[lib/types/Track.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Track.ts#L9) ___ @@ -190,7 +201,7 @@ ___ #### Defined in -[lib/types/Track.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/Track.ts#L5) +[lib/types/Track.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/Track.ts#L5) ___ @@ -204,4 +215,4 @@ ___ #### Defined in -[lib/types/MediaKind.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/MediaKind.ts#L7) +[lib/types/MediaKind.ts:7](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/MediaKind.ts#L7) diff --git a/docs/api/interfaces/TrackAPIGetInfoParams.md b/docs/api/interfaces/TrackAPIGetInfoParams.md index 8ddf512..c60042c 100644 --- a/docs/api/interfaces/TrackAPIGetInfoParams.md +++ b/docs/api/interfaces/TrackAPIGetInfoParams.md @@ -19,7 +19,7 @@ #### Defined in -[lib/track/TrackAPI.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/track/TrackAPI.ts#L9) +[lib/track/TrackAPI.ts:9](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/track/TrackAPI.ts#L9) ___ @@ -29,7 +29,7 @@ ___ #### Defined in -[lib/track/TrackAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/track/TrackAPI.ts#L10) +[lib/track/TrackAPI.ts:10](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/track/TrackAPI.ts#L10) ___ @@ -39,7 +39,7 @@ ___ #### Defined in -[lib/track/TrackAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/track/TrackAPI.ts#L11) +[lib/track/TrackAPI.ts:11](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/track/TrackAPI.ts#L11) ___ @@ -49,4 +49,4 @@ ___ #### Defined in -[lib/track/TrackAPI.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/track/TrackAPI.ts#L8) +[lib/track/TrackAPI.ts:8](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/track/TrackAPI.ts#L8) diff --git a/docs/api/interfaces/UserKind.md b/docs/api/interfaces/UserKind.md index 26f9535..2659fd0 100644 --- a/docs/api/interfaces/UserKind.md +++ b/docs/api/interfaces/UserKind.md @@ -30,7 +30,7 @@ #### Defined in -[lib/types/UserKind.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L3) +[lib/types/UserKind.ts:3](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L3) ___ @@ -40,7 +40,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L5) +[lib/types/UserKind.ts:5](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L5) ___ @@ -50,7 +50,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L6) +[lib/types/UserKind.ts:6](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L6) ___ @@ -60,7 +60,7 @@ ___ #### Defined in -[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L2) +[lib/types/UserKind.ts:2](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L2) ___ @@ -70,4 +70,4 @@ ___ #### Defined in -[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/19ec315/src/lib/types/UserKind.ts#L4) +[lib/types/UserKind.ts:4](https://github.com/patrickkfkan/bandcamp-fetch/blob/7815c68/src/lib/types/UserKind.ts#L4)