prosociallearnEU / cf-nodejs-client

A Cloud Foundry Client for Node.js
https://prosociallearneu.github.io/cf-nodejs-client/
Apache License 2.0
17 stars 41 forks source link

gets routes for a space #177

Closed jsloyer closed 8 years ago

jsloyer commented 8 years ago

Adding support for getting routes for a space

jabrena commented 8 years ago

Hi, the code is Ok, but it need an example to close this pull request.

jsloyer commented 8 years ago

@jabrena

return this.cf.spaces.getSpaceRoutes(spaceGuid, {'q' :'host:' + host});
jabrena commented 8 years ago

@jsloyer, we didn't receive the test