class GdsApi::GovUkDelivery

def notify(feed_urls, subject, body)

def notify(feed_urls, subject, body)
  data = {feed_urls: feed_urls, subject: subject, body: body}
  url = "#{base_url}/notifications"
  post_url(url, data)
end