Skip to content

Instantly share code, notes, and snippets.

@ShivamGoyal1899
Created June 12, 2019 10:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShivamGoyal1899/b20f6303399520a318f7a6306a675650 to your computer and use it in GitHub Desktop.
Save ShivamGoyal1899/b20f6303399520a318f7a6306a675650 to your computer and use it in GitHub Desktop.
Future<ListAlbumsResponse> listAlbums() async {
return http
.get(
'https://photoslibrary.googleapis.com/v1/albums?'
'excludeNonAppCreatedData=true&pageSize=50',
headers: await _authHeaders)
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment