Re: CF client library
Vlad Iovanov
There’s also a .NET SDK: https://github.com/cloudfoundry-incubator/cf-dotnet-sdk (available on nuget.org as well).
toggle quoted message
Show quoted text
Cheers, Vlad From: <cf-dev-bounces(a)lists.cloudfoundry.org<mailto:cf-dev-bounces(a)lists.cloudfoundry.org>> on behalf of Gwenn Etourneau <getourneau(a)pivotal.io<mailto:getourneau(a)pivotal.io>> Reply-To: "Discussions about Cloud Foundry projects and the system overall." <cf-dev(a)lists.cloudfoundry.org<mailto:cf-dev(a)lists.cloudfoundry.org>> Date: Tuesday, July 14, 2015 at 9:09 AM To: "Discussions about Cloud Foundry projects and the system overall." <cf-dev(a)lists.cloudfoundry.org<mailto:cf-dev(a)lists.cloudfoundry.org>> Subject: Re: [cf-dev] CF client library humm, Most simple is to call the Cloudcontroller API.... like we do here https://github.com/cloudfoundry-community/go-cfclient On Tue, Jul 14, 2015 at 2:46 PM, nota-ja <dev(a)nota.m001.jp<mailto:dev(a)nota.m001.jp>> wrote:
Hi, # I have posted this message once, but there does not appear the post, so I repost this. # If you find duplicated messages, please ignore the first one. We're currently planning to write a Web dashboard for a Cloud Foundry deployment. Our old dashboard uses cfoundry <https://github.com/cloudfoundry-attic/cfoundry> , but it is now outdated and abandoned. So I want to know how do other people create their Web dashboard for the latest Cloud Foundry environment. I think there are a few options right now: (A) Use " cf <https://github.com/cloudfoundry/cli> curl" as an external command (B) Write a dashboard in Golang using cf cli <https://github.com/cloudfoundry/cli> as a library (C) Use cf cli <https://github.com/cloudfoundry/cli> RPC server like cli plug-ins do (D) Write a dashboard in Java on the top of cf-java-client <https://github.com/cloudfoundry/cf-java-client> library Please let me know which option you are using, or any other way to build a dashboard, if you are able to disclose it. Thanks in advance. -- View this message in context: http://cf-dev.70369.x6.nabble.com/CF-client-library-tp712.html Sent from the CF Dev mailing list archive at Nabble.com. _______________________________________________ cf-dev mailing list cf-dev(a)lists.cloudfoundry.org<mailto:cf-dev(a)lists.cloudfoundry.org> https://lists.cloudfoundry.org/mailman/listinfo/cf-dev |
|