Skip to content
This repository has been archived by the owner on Jan 2, 2019. It is now read-only.

phinze/pager_duty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hey, lets make a pretty interface to the new PagerDuty APIs

pagerduty = PagerDuty::API.connect :user => 'wake.me.up@example.com', :password => 'only_basic_auth'

incidents = pagerduty.incidents.find :since => '2011-05-08', :until => '2011-05-09'

incidents.each do |incident|
  puts "#{incident.number}: #{incident.status}"
end

schedule = pagerduty.schedules.find('P4MHU96',

About

pretty interface to pagerduty apis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages