Skip to content

Commit

Permalink
Fix get album documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
nakedmcse committed Feb 2, 2025
1 parent f7e17c8 commit eb3f912
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 @@ -342,14 +342,13 @@ Console.WriteLine(resp);
```

### Get Album
To get the contents of an album, you use the `getAlbum` 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 `getAlbum` function and supply the album token. The token must be a 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 eb3f912

Please sign in to comment.