https://github.com/hansottowirtz/elpong-ruby
Elpong for Ruby
https://github.com/hansottowirtz/elpong-ruby
elpong json-api restful ruby
Last synced: about 2 months ago
JSON representation
Elpong for Ruby
- Host: GitHub
- URL: https://github.com/hansottowirtz/elpong-ruby
- Owner: hansottowirtz
- License: mit
- Created: 2016-07-03T19:11:39.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-23T08:41:48.000Z (about 8 years ago)
- Last Synced: 2025-02-21T19:02:57.199Z (2 months ago)
- Topics: elpong, json-api, restful, ruby
- Language: Ruby
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Elpong for Ruby
```bash
gem install elpong
``````ruby
scheme = Elpong::Scheme('config/scheme.json')
scheme.name
scheme.reload
scheme.to_json
```