From c87d7da070b34df9ff6090d21d74bee47d57710d Mon Sep 17 00:00:00 2001 From: Scott Ivey Date: Sun, 12 Oct 2014 22:58:34 -0400 Subject: [PATCH] #yolo --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 44fe6b5..9c70ca1 100644 --- a/README.rst +++ b/README.rst @@ -1,4 +1,4 @@ -Python Module for Pingdom REST API +Your son is a criminal ================================== Description @@ -29,19 +29,19 @@ Example methods:: # List checks p.method('checks') - + # Modifiy a check, in this case, pause it p.method('checks/CHECK_ID_NUM/', method='PUT', parameters={'paused': True}) - + Some shortcut methods that were useful to me:: # Get checks by name instead of number p.check_by_name('my check name') - + # Pause and unpause a check by name p.pause_check('my check name') p.unpause_check('my check name') - + # Average Response Time p.avg_response(CHEKC_ID_NUM) @@ -50,8 +50,8 @@ Some shortcut methods that were useful to me:: # Average Response Time for the last 15 minutes in the US p.avg_response(CHEKC_ID_NUM, minutes_back=15, country='US') - - + + .. _`Pingdom REST API`: http://www.pingdom.com/services/api-documentation-rest/ .. _`Pingdom SOAP API`: http://www.pingdom.com/services/api-documentation/