/bugly-ruby

A wrapper for the Bugly issue tracker's REST API

Primary LanguageRuby

Introduction

This is a Ruby library for accessing the Bugly REST API.

Supported Resources

The library currently supports reading all documented API-accessible resources:

  • Issues
  • Projects
  • Milestones
  • Categories
  • Labels
  • Views
  • Users

Authors

Alex Payne is the primary author.

This whole library is shamelessly ripped off of sifter-ruby by Adam Keys, right down to the project structure.