public GetAlbumsAsync ( string username = "me", int page = null ) : Task |
||
username | string | The user account. Default: me |
page | int | Allows you to set the page number so you don't have to retrieve all the data at once. Default: null |
return | Task |