Debmirror-API

Documentation of methods is done in rspec - simply run bundle exec rspec -f d to see supported methods.

You can also do bundle exec rackup -p 9292 and open http://localhost:9292 in your browser.

For a todo list, see TODO.md

Continously built on ruby 1.8.7 and ruby 1.9.3 on Travis-CI: Build Status

Contributing

  1. Fork it
  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 new Pull Request