The .net client provides a service generator for the discovery api's, allowing you to quickly integrate it in to your project. Below are some links for referense
Google API .NET Client
Google API .NET Samples
Service Generator
Discovery Service
Discovery Service Check
To build the Directory API Service with the Service generator you can do the following.
Open the Command Prompt
ServiceGenerator.exe -cs url "https://www.googleapis.com/discovery/v1/apis/admin/directory_v1/rest"
This will generate the source, dll library, and xml doc.
Have fun!
No comments:
Post a Comment