Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steveklabnik/hateoas
Build easy clients for Hypermedia APIs.
https://github.com/steveklabnik/hateoas
Last synced: 7 days ago
JSON representation
Build easy clients for Hypermedia APIs.
- Host: GitHub
- URL: https://github.com/steveklabnik/hateoas
- Owner: steveklabnik
- Created: 2011-11-06T09:46:59.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2012-02-20T19:09:31.000Z (almost 13 years ago)
- Last Synced: 2024-11-27T19:17:50.475Z (26 days ago)
- Language: Ruby
- Homepage: http://steveklabnik.github.com/hateoas
- Size: 167 KB
- Stars: 25
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hateoas
This is a Ruby gem that lets you interact with hypermedia APIs.
It's very much in development. You shouldn't use it for anything other than giggles. And maybe Unicorns.
## Installation
Add this line to your application's Gemfile:
gem 'hateoas'
And then execute:
$ bundle
Or install it yourself as:
$ gem install hateoas
## Usage
Read the code. More to come when I feel like _anything_ is stable.
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Added some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request