Re: CF client library
Noburou TANIGUCHI
Thank you Alex, and everyone.
I'd like to summarize the current status: - 1) Language-independent -- 1a) Use `cf curl` as external command ( https://github.com/cloudfoundry/cli ) -- 1b) Use CF cli RPC server like cli plugins do ( https://github.com/cloudfoundry/cli ) - 2) Language-dependent -- 2a) Golang (official): cli: https://github.com/cloudfoundry/cli -- 2b) Java (official): cf-java-client: https://github.com/cloudfoundry/cf-java-client -- 2c) .Net (incubator): cf-dotnet-sdk: https://github.com/cloudfoundry-incubator/cf-dotnet-sdk -- 2d) Golang (community): go-cfclient: https://github.com/cloudfoundry-community/go-cfclient -- 2e) Ruby (attic - outdated?): cfoundry: https://github.com/cloudfoundry-attic/cfoundry (*1) -- 2f) Node.js (attic -outdated?): vcap-node: https://github.com/cloudfoundry-attic/vcap-node (*2) (*1) There are some personal? forks such as https://github.com/lukehwang/cfoundry (*2) I've found recently If there is another one, please let me know. -- View this message in context: http://cf-dev.70369.x6.nabble.com/CF-client-library-tp712p732.html Sent from the CF Dev mailing list archive at Nabble.com. |
|