Sha256: e958c464bcba1d37fe43adb0a121f16018f417b6f5e1a3ea5159e488e38dba23
Contents?: true
Size: 811 Bytes
Versions: 2
Compression:
Stored size: 811 Bytes
Contents
# Radriar A set of opinionated API design helpers for Ruby. ## Installation Add this line to your application's Gemfile: gem 'radriar' And then execute: $ bundle Or install it yourself as: $ gem install radriar ## Usage TODO: Write usage instructions here ## Features __TODO__: Redact * Key translation (Snake case to underscore and viceversa). * Optional field includes (Pass `fields` parameter in URL). * Conventional error responses. * Optional inclusion/exclusion of hypermedia (HAL). ## Contributing 1. Fork it ( https://github.com/[my-github-username]/radriar/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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
radriar-0.1.0.alpha.2 | README.md |
radriar-0.1.0.alpha.1 | README.md |