Skip to content

likeath/api_sampler

Repository files navigation

ApiSampler Build Status Code Climate

Collect samples for API

TODO List

  • Frequency check (is it really needed or sample rate would be sufficient?)
  • Rails integration:
    • Persistent store (fetch data from redis, save to DB)
    • ApiSampler::Store::Model (save samples directly to DB)
    • Samples' presentation
    • Generators

Installation

Add this line to your application's Gemfile:

gem 'api_sampler'

And then execute:

$ bundle

Or install it yourself as:

$ gem install api_sampler

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it ( http://github.com//api_sampler/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 new Pull Request

About

Collect samples for API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages