0.0
No commit activity in last 3 years
No release in over 3 years
Api endpoints for making your platform Jive ready.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Gem Version Build Status

JiveWebhooks

JiveWebhooks is a mountable engine for Rails that enables Jive Webhook functionality.

Release Notes

0.0.1

  • Initial commit - doesn't do anything meaninful yet

Installation

Add this line to your application's Gemfile:

gem 'jive_webhooks'

then add and run the ActiveRecord migrations.

bundle exec rails generate jive:add_on:active_record
bundle exec rake db:migrate

Usage

In your routes.rb file, mount the rails engine to enable add-on support.

Rails.application.routes.draw do
	mount JiveWebhooks::Engine => "/special_path_for_api"
end

See /spec/dummy/extension_src for the example add-on extension that is uploaded. You'll need to change the endpoints!

For whitelisting and blacklisting specific

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/butchmarshall/jive_webhooks.

License

The gem is available as open source under the terms of the MIT License.