An open API service indexing awesome lists of open source software.

https://github.com/abjerner/skybrud.social.google

Authentication and service implementation for the Google API.
https://github.com/abjerner/skybrud.social.google

api api-wrapper authentication csharp dotnet google google-api limbo oauth oauth2 package skybrud skybrud-integrations skybrud-social

Last synced: 10 months ago
JSON representation

Authentication and service implementation for the Google API.

Awesome Lists containing this project

README

          

# Skybrud.Social.Google

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/abjerner/Skybrud.Social.Google/blob/v1/main/LICENSE.md)
[![NuGet](https://img.shields.io/nuget/v/Skybrud.Social.Google.svg)](https://www.nuget.org/packages/Skybrud.Social.Google)
[![NuGet](https://img.shields.io/nuget/dt/Skybrud.Social.Google.svg)](https://www.nuget.org/packages/Skybrud.Social.Google)
[![Skybrud.Social.Google at packages.limbo.works](https://img.shields.io/badge/limbo-packages-blue)](https://packages.limbo.works/skybrud.social.google/)

**Skybrud.Social.Google** is an authentication and service implementation for the Google API - targeting both .NET Framework and .NET Standard.



## Target Frameworks

.NET 4.5, .NET 4.6, .NET 4.7 and .NET Standard 2.0 ([read more](https://www.nuget.org/packages/Skybrud.Social.Google#supportedframeworks-body-tab)).



## Installation

Install the package via [**NuGet**](https://www.nuget.org/packages/Skybrud.Social.Google) - either via the .NET CLI:

```
dotnet add package Skybrud.Social.Google
```

or the NuGet Package Manager:

```
Install-Package Skybrud.Social.Google
```



## Google APIs

**Skybrud.Social.Google** primarily handles authentication with the Google API, and also serves as a base implementation for the the long list of underlying APIs.

Through individual packages (building on top of *Skybrud.Social.Google*), I've also implemented packages for the following APIs:

- [**Analytics**](https://github.com/abjerner/Skybrud.Social.Google.Analytics)
- [**Geocoding**](https://github.com/abjerner/Skybrud.Social.Google.Geocoding)
- [**Places**](https://github.com/abjerner/Skybrud.Social.Google.Places)
- [**YouTube**](https://github.com/abjerner/Skybrud.Social.Google.YouTube)




### Getting started?
You can find documentation and examples on how to use this package at the [**Skybrud.Social website**][Website].




## Found a bug? Have a question?
Please feel free to [**create an issue**][Issues], and I will get back to you ;)




### Changelog
The [**releases page**][Releases] lists all releases, and each there will be some information for each release on the most significant changes.

[Website]: https://packages.limbo.works/skybrud.social.google/
[NuGetPackage]: https://www.nuget.org/packages/Skybrud.Social.Google
[GitHubRelease]: https://github.com/abjerner/Skybrud.Social.Google/releases/latest
[Releases]: https://github.com/abjerner/Skybrud.Social.Google/releases
[Issues]: https://github.com/abjerner/Skybrud.Social.Google/issues