Skip to content

Commit

Permalink
Fix get album docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedmcse committed Feb 2, 2025
1 parent cc3d5f4 commit 50958c9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -295,14 +295,13 @@ print(resp)
```

### Get Album<a id="get-album"></a>
To get the contents of an album, you use the `get_album` function and supply the album token. The token can be either the private token
or the public token.
To get the contents of an album, you use the `get_album` function and supply the album token. The token must be the private token.

The function takes the following parameters:

| Option | Type | Description | Required | Extra info |
|----------|----------|------------------------|----------|--------------------------------|
| `token` | `string` | The token of the album | true | Can be private or public token |
| Option | Type | Description | Required | Extra info |
|---------|----------|--------------------------------|----------|------------|
| `token` | `string` | The private token of the album | true | |

This will respond with the album object containing the album information and files contained within the album.

Expand Down

0 comments on commit 50958c9

Please sign in to comment.