Skip to content
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.

Commit

Permalink
feat: #artist
Browse files Browse the repository at this point in the history
  • Loading branch information
fizvlad authored Jan 5, 2021
1 parent f973c68 commit a5ee1b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,14 @@ You can load up to 10 audios attached to some post. Those audios will be returne
audios = client.post(url: "link")
```

### Artist audios

You can get up to 50 top audios of particular artist:

```ruby
audios = client.artist(url: "link")
```

### Getting audio URL

To get audio URL you should go through following chain:
Expand Down

0 comments on commit a5ee1b0

Please sign in to comment.