Knighton-Dev/SharpenUp

Create/Update Monitors

Opened this issue · 1 comments

Is your feature request related to a problem? Please describe.
Currently, there is no way to create or update Monitors.

Describe the solution you'd like
I'd like the ability to do that.

Describe alternatives you've considered
It can be done through the Uptime Robot dashboard.

Additional context
I created an issue for this for a few reasons:

  1. To see if there's a need.
  2. To track others that may ever need it.
  3. In hopes of preventing others from creating issues.

Some notes on why this doesn't currently exist.

The current API has a ton of options and parameters that are passed in when creating a monitor. Too many of them are required in some cases, but not in others.

It's possible that I could, down the road, add specific methods to create specific monitors, but that creates a whole different set of problems when it comes to test-ability.

I'm just not sure how to handle it and at this point I'm not sure how much value it provides.