https://github.com/hoshinotsuyoshi/discovery_etcd_io_client
https://github.com/hoshinotsuyoshi/discovery_etcd_io_client
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hoshinotsuyoshi/discovery_etcd_io_client
- Owner: hoshinotsuyoshi
- License: mit
- Created: 2014-12-28T16:03:03.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-28T16:09:58.000Z (over 10 years ago)
- Last Synced: 2025-03-25T04:13:26.578Z (3 months ago)
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# DiscoveryEtcdIoClient
## Installation
```ruby
gem 'discovery_etcd_io_client'
```And then execute:
$ bundle
Or install it yourself as:
$ gem install discovery_etcd_io_client
## Usage
```ruby
client = DiscoveryEtcdIoClient.new(token: 'xxxxxxxxxx')client.set('foo', value: 1 )
client.get('foo').value #=> "1"
```## Contributing
1. Fork it ( https://github.com/hoshinotsuyoshi/discovery_etcd_io_client/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request