Hello julia-users,

We have tagged and released v0.0.1 of GoogleCloud.jl 
<https://github.com/joshbode/GoogleCloud.jl> - a general wrapper for Google 
Cloud Platform JSON RESTful APIs (Storage, Compute, etc).

A quick-start tutorial is available at: 
https://joshbode.github.io/GoogleCloud.jl/latest/

Currently, the Storage API 
<https://cloud.google.com/storage/docs/json_api/v1/> has been implemented 
in GoogleCloud.jl, with other APIs planned to be added (a process which 
requires little more than to list the HTTP resources/methods for the API).

GoogleCloud.jl includes an OAuth 2.0 component using Google Cloud IAM 
<https://cloud.google.com/iam/docs/quickstart> service-account credentials 
to authenticate (via JWT 
<https://developers.google.com/identity/protocols/OAuth2ServiceAccount#creatingjwt>
)
This functionality could potentially be spun off as a part of a more 
general OAuth 2.0 package in the future.

GoogleCloud.jl is available via:


  julia> Pkg.update()
  julia> Pkg.add("GoogleCloud")


If you have any feedback on the package, we'd love to hear from you!

Cheers,
Josh and Jock

Reply via email to