Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 555 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 555 Bytes

uptimerobot-go

Go client to the UptimeRobot service

Code layout heavily influenced by the Consul API

Operations Supported

  • getAccountDetails
  • newMonitor
  • editMonitor
  • deleteMonitor

See the test code for usage examples.

Future

  • Error handling can still be improved a lot.
  • Add support for more attributes in the supported operations
  • Add support to manage alert contacts (get, new, delete)

Contributors