class NotifieeAPI::Notifications

Public Class Methods

create(payload) click to toggle source
# File lib/notifiee_api/notifications.rb, line 6
def create(payload)
  NotifieeAPI::Client.post 'notifications', payload
end