A Ruby library for HostedHooks, a Webhooks as a Service Platform
Add this line to your application's Gemfile:
gem 'hostedhooks'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install hostedhooks
Initialize the gem with your API key that is found here
client = HostedHooks::Client.new('API_KEY')
client.get_endpoint("endpoint_uuid")
client.list_subscriptions("app_uuid")
client.create_app(name: "Test App Name")
client.update_app("app_uuid", name: "Test App Name")
Bug reports and pull requests are welcome on GitHub at https://github.com/HostedHooks/hostedhooks-ruby. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the code of conduct.
Everyone interacting in the Hostedhooks::Ruby project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.
The gem is available as open source under the terms of the MIT License.