Adding GetAlbums with AlbumOptions and default values, and unit tests
Signed-off-by: Kris Nóva <kris@nivenly.com>
This commit is contained in:
parent
6b742a1db4
commit
06fff46e43
8 changed files with 165 additions and 5 deletions
|
@ -21,6 +21,7 @@ const (
|
|||
WellKnownAlbumID = "aqnzih81icziiyae"
|
||||
UnknownAlbumID = "1234567890"
|
||||
WellKnownSampleAppConnectionString = "http://localhost:8080"
|
||||
UnknownCategory = "Furries"
|
||||
)
|
||||
|
||||
// Client is a pre-authenticated client that can be used
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue