Blog post companion API client
Client written in Ruby using excellent HyperResource library. Read its paper!
- API documentation at Apiary: http://docs.gtdtodoapi.apiary.io
- Run the client:
$ bundle install
and$ ruby client.rb
- Server implementatation: https://github.com/zdne/todoapi
The client shares Todo API domain data model defined in domain_model.rb
. Use git clone --recursive
to get the domain definition when cloning this repo.
Fork & Pull Request.
MIT License. See the LICENSE file.