20 lines
		
	
	
		
			409 B
		
	
	
	
		
			Markdown
		
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			409 B
		
	
	
	
		
			Markdown
		
	
	
	
| # getArtist
 | |
| 
 | |
| See the [guide](../../guides/usage/getArtist.html) for information on how to use this.
 | |
| 
 | |
| ## Properties
 | |
| 
 | |
| | Name       | Data Type | Description |
 | |
| | :--------- | :-------- | :---------- |
 | |
| | `artistId` | `string`  | Artist ID   |
 | |
| 
 | |
| ## Returns
 | |
| 
 | |
| `Promise<`[ArtistFull](../interfaces/ArtistFull.html)`>`
 | |
| 
 | |
| ## TypeScript Source Code
 | |
| 
 | |
| ```ts
 | |
| public async getArtist(artistId: string): Promise<ArtistFull>
 | |
| ```
 |