Info
Version: | 3.0.2 |
Author(s): | Alex Vincent |
Last Update: | Tuesday, August 27, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/f2calv/CasCap.Apis.GooglePhotos |
NuGet Url: | https://www.nuget.org/packages/CasCap.Apis.GooglePhotos |
Install
Install-Package CasCap.Apis.GooglePhotos
dotnet add package CasCap.Apis.GooglePhotos
paket add CasCap.Apis.GooglePhotos
CasCap.Apis.GooglePhotos Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- CasCap.Common.Net(>= 1.0.18)
- Google.Apis.Auth(>= 1.49.0)
- Microsoft.AspNetCore.WebUtilities(>= 2.2.0)
- Microsoft.Extensions.Http.Polly(>= 5.0.1)
- MimeTypeMapOfficial(>= 1.0.14)
- CasCap.Common.Net(>= 1.0.18)
- Google.Apis.Auth(>= 1.49.0)
- Microsoft.AspNetCore.WebUtilities(>= 2.2.0)
- Microsoft.Extensions.Http.Polly(>= 5.0.1)
- MimeTypeMapOfficial(>= 1.0.14)
Tags
This *unofficial* library enables programmatic access to the media items and albums of a Google Photos account.
The library leverages the authentication in the official Google.Apis.Auth library and builds on that
by encapsulating all REST API calls in an efficient wrapper returning strongly-typed objects.
For more details about the underlying API see the official site, https://developers.google.com/photos
For usage examples see the docs on github, https://github.com/f2calv/CasCap.Apis.GooglePhotos.