Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hansottowirtz/elpong-ruby

Elpong for Ruby
https://github.com/hansottowirtz/elpong-ruby

elpong json-api restful ruby

Last synced: about 1 month ago
JSON representation

Elpong for Ruby

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
```