Re: Cloud Foundry REST API in Golang


Rasheed Abdul-Aziz
 

The best we have to offer is the API package in CLI
https://github.com/cloudfoundry/cli

This is a private API implementation, and as such we wake no promises about
stability. In fact, we promise it will be unstable, but it's a good jumping
in point if you need to get started. Especially as it demonstrates how to
consume the API at the same time.

All the best,
Rasheed Abdul-Aziz
Engineer, CLI Open Source Team

On Thu, Oct 8, 2015 at 6:18 AM, Pravin Mishra <pravinmishra88(a)gmail.com>
wrote:

Hello,

I am developing CF dashboard in Golang that will communicate with the
cloud controller for REST call. I saw there is cfoundry
<https://github.com/cloudfoundry-attic/cfoundry> a ruby gem that provides
a REST client for the Cloud Foundry REST API.

Is there any package written on Golang similar to cfoundry or I need to
implement by myself?

Best Regards,
Pravin Mishra

Join {cf-dev@lists.cloudfoundry.org to automatically receive all group messages.