Thanks for the response Eric.
In this case, google-api-python-client has all the APIs needed to add
additional functionality to libcloud to access Google's cloud. It is open
source code. They are well tested and widely used. I don't see much value
in re-implementing them in libcloud from scratch.
Hi Naveen,
Apologies for the late response. Generally, it's preferred not to pull in
extra deps and especially if it's only useful for a single cloud provider.
Sorry again for the late reply!
Cheers, Eric
On Wed, Jul 13, 2016 at 11:28 AM, Naveen Kalla
wrote:
> Hi libclould maintainers,
>
> I
Hi libclould maintainers,
I would like to enhance libcloud Storage APIs to support JSON APIs
natively. Google's SDK "google-api-python-client" seems to have some APIs
that will make it easier to add new features to libcloud to support Google
Cloud Platform APIs.
Is it Ok to add a dependency on go