Ruby Library for working with APItools Middleware. Validating, testing, ... Collection of middleware can be found in https://github.com/APItools/middleware
Add this line to your application's Gemfile:
gem 'apitools-middleware'
And then execute:
$ bundle
Or install it yourself as:
$ gem install apitools-middleware
repository = Apitools::Middleware::LocalRepository.new
repository.middleware.each do |middleware|
puts "Middleware #{middleware.name} is invalid" unless middleware.valid?
end
- Fork it ( https://github.com/APItools/apitools-middleware/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request