Re: [dev] Re: Native JSON support for Storage

2016-09-06 Thread Naveen Kalla
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.

Re: [dev] Re: Native JSON support for Storage

2016-08-08 Thread Eric Johnson
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

[dev] Re: Native JSON support for Storage

2016-07-13 Thread Naveen Kalla
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