Skip to content

hurcane/google-api-dotnet-client

This branch is 4038 commits behind googleapis/google-api-dotnet-client:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

76702c8 · Mar 21, 2016
Mar 7, 2016
Mar 14, 2016
Dec 11, 2015
Jan 11, 2016
Mar 21, 2016
Jan 11, 2016
Jan 11, 2016
Jan 25, 2016
Jan 14, 2016
Feb 29, 2016
Sep 23, 2013
Jan 27, 2016
Dec 18, 2015
Jan 11, 2016
Jan 25, 2016
Jun 11, 2015
Jan 11, 2016
Mar 13, 2016

Repository files navigation

Build Status

Google APIs client Library for .NET

Description

The Google APIs client library for .NET provides simple, flexible, and powerful access to Google APIs such as Drive, YouTube, Calendar, Storage and Analytics.

The library supports OAuth2.0 authentication, and is able to generate strongly typed client libraries for Discovery-based services.

Requirements

Supported Platforms

  • Windows Store apps
  • Windows Phone 8 and 8.1
  • Portable Class Libraries

Developer Documentation

NuGet Packages

To make it easer for you to develop with the Google APIs using the Google API client Library for .NET we have released a number of NuGet packages. A full list of all the avaliable packages can be found at the Google.APIs NuGet page.

Source for APIs

The source code for the individual Google APIs is programmatically generated using the Discovery API.
Using the following formula, you can find the source for any of the API dlls:
https://developers.google.com/resources/api-libraries/download/API_NAME/API_VERSION/csharp

Replace API_NAME with the name of the API.
Replace API_VERSION with the version of the API.

Examples:

Tip: If you are unsure of the name and/or the version of the API, you can check it using the Discovery API at the bottom of the Discovery list page.

Support Forums

If you find an issue with in the client library we would appricate you adding an issue in the issue tracker. Questions regarding usage of the client library should be posted to stackoverflow.com using the tag #google-api-dotnet-client

Packages

No packages published

Languages

  • C# 100.0%