Skip to content

laurentstemmermd/notification-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MrdriveNotificationApi

MrdriveNotificationApi provide a Notification API

Installation

Add this line to your application's Gemfile:

gem 'mrdrive_notification_api'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mrdrive_notification_api

Usage

Configuration

From file

		file_path = File.expand_path("../ressources/config.yml", __FILE__)
		MrdriveNotificationApi.config_file(file_path)

Using .configure method

		MrdriveNotificationApi.configure do |config|
			config.publish_key = '123456'
			config.subscribe_key = '456789'
			config.channel_prefix = 'mrdrive'
		end

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages