OpenStack RESTful GAS Library

“OpenStack is a cloud operating system that controls large pools of compute, storage, and networking resources throughout a datacenter, all managed through a dashboard that gives administrators control while empowering their users to provision resources through a web interface.”

OpenStack provides a RESTful API for third-parties to connect to a providers could storage. This library allows you to use this API from a Google Apps Script.

The library can be used via the ID Mo6MqgzKidu5VYzZ7NzIM-tnfWGfgtIUb.

The library’s API is described in more detail here. Only the ‘connect’ and a general ‘get’ are implemented to date.

Here’s an example of using it:

And here is the source code:

Share