https://github.com/trainline/ruby-environment_manager
Ruby client library for Environment Manager
https://github.com/trainline/ruby-environment_manager
Last synced: 9 months ago
JSON representation
Ruby client library for Environment Manager
- Host: GitHub
- URL: https://github.com/trainline/ruby-environment_manager
- Owner: trainline
- License: other
- Created: 2017-02-02T11:09:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-19T14:37:07.000Z (about 9 years ago)
- Last Synced: 2025-08-23T06:41:20.235Z (9 months ago)
- Language: Ruby
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
## Ruby Environment Manager
Ruby client library for [Environment Manager](https://github.com/trainline/environment-manager)
### tl;dr
Normal use of the Client
```
require 'environment-manager'
em_session = new = EnvironmentManager::Api.new(server,user,password)
results = em_session.get_upstreams_config()
```
For the full list of methods available from the API you can check [here](https://github.com/trainline/ruby-environment_manager/blob/master/lib/environment_manager/api.rb)