A rails wrapper for prosperent API.
Add this line to your application's Gemfile:
gem 'prosperent', git: 'https://github.com/whitesmith/prosperent.git'
And then add to your initializers folder your desired configuration:
Prosperent.configure do |config|
config.api_key = Figaro.env.prosperent_api_key
config.method = :post
config.format = :json
config.zone = "uk"
end
This gem is still under development. It lacks of tests and more calls, so use it at your own risk. Pull requests that add more features or that fix existing issues will be most welcome. This is my first gem, so just commenting on an issue and giving some insight into how something should work will be appreciated. No contribution is too small.
Prosperent is maintained and funded by Whitesmith. Tweet your questions or suggestions to @jbarbosa_ or @Whitesmithco.