46 lines
769 B
Markdown
46 lines
769 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](https://github.com/patrickkfkan/bandcamp-fetch/blob/eace49c/src/lib/album/AlbumAPI.ts#L16)
|