46 lines
676 B
Markdown
46 lines
676 B
Markdown
|
[bandcamp-fetch](../README.md) / AlbumAPI
|
||
|
|
||
|
# Class: AlbumAPI
|
||
|
|
||
|
## Hierarchy
|
||
|
|
||
|
- **`AlbumAPI`**
|
||
|
|
||
|
↳ [`LimiterAlbumAPI`](LimiterAlbumAPI.md)
|
||
|
|
||
|
## Table of contents
|
||
|
|
||
|
### Constructors
|
||
|
|
||
|
- [constructor](AlbumAPI.md#constructor)
|
||
|
|
||
|
### Methods
|
||
|
|
||
|
- [getInfo](AlbumAPI.md#getinfo)
|
||
|
|
||
|
## Constructors
|
||
|
|
||
|
### constructor
|
||
|
|
||
|
• **new AlbumAPI**()
|
||
|
|
||
|
## Methods
|
||
|
|
||
|
### getInfo
|
||
|
|
||
|
▸ `Static` **getInfo**(`params`): `Promise`<[`Album`](../interfaces/Album.md)\>
|
||
|
|
||
|
#### Parameters
|
||
|
|
||
|
| Name | Type |
|
||
|
| :------ | :------ |
|
||
|
| `params` | [`AlbumAPIGetInfoParams`](../interfaces/AlbumAPIGetInfoParams.md) |
|
||
|
|
||
|
#### Returns
|
||
|
|
||
|
`Promise`<[`Album`](../interfaces/Album.md)\>
|
||
|
|
||
|
#### Defined in
|
||
|
|
||
|
lib/album/AlbumAPI.ts:16
|