ex_uptimerobot v0.1.1 ExUptimerobot.Request

Sending HTTP requests to the Uptime Robot API.

Generally you will not interact with this module directly. Instead, you will want to use the different modules for making API calls, which then refer to this module for their Post actions.

Summary

Functions

Build a request body based on the passed keyword list of params

Send a POST request with a given API action and params

Functions

build_body(params)

Build a request body based on the passed keyword list of params.

post(action, params \\ [format: "json"])

Send a POST request with a given API action and params.

If no params are provided, only a default parameter format=json will be used.