hybris/go-cfclient

Name: go-cfclient

Owner: hybris GmbH

Description: null

Created: 2016-07-22 18:17:07.0

Updated: 2016-07-22 18:17:08.0

Pushed: 2016-09-29 18:47:35.0

Homepage: null

Size: 92

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

go-cfclient

Overview

Build Status GoDoc

cfclient is a package to assist you in writing apps that need information out of Cloud Foundry. It provides functions and structures to retrieve

Usage
et github.com/cloudfoundry-community/go-cfclient

Some example code:

age main

rt (
"github.com/cloudfoundry-community/go-cfclient"


 main() {
:= &Config{
ApiAddress:   "https://api.10.244.0.34.xip.io",
Username:     "admin",
Password:     "admin",

ient, _ := NewClient(c)
ps, _ := client.ListApps()
t.Println(apps)

Developing & Contributing

You can use Godep to restor the dependency Tested with go1.5.3

p go build

Pull requests welcomed. Please ensure you make your changes in a branch off of the develop branch, not the master branch.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.