The primary library for this repository is
Google.Api.Gax
, which provides support for gRPC-based APIs.
However, there are many older Google APIs based on
REST/JSON/HTTP1.1. These have their own support
library.
However, that support library does not provide functionality
required by some of the wrapper client
libraries.
The Google.Api.Gax.Rest
library fills in these blanks, providing
some similar APIs to those in Google.Api.Gax
.
We are initially targeting support for .NET 4.5. We hope to support .NET Core in the future, when all the dependencies do.
Contributions to this library are always welcome and highly encouraged.
See the CONTRIBUTING documentation for more information on how to get started.
This library follows semantic versioning.
It is currently in major version zero (0.y.z
), which means that anything
may change at any time and the public API should not be considered
stable.
BSD - See LICENSE for more information.