View Source Influitive.Http (influitive v0.1.2)

The HTTP interface for interacting with the Influitive API.

Summary

Functions

@spec delete(String.t()) :: {:ok, any()} | {:error, any()}
Link to this function

get(url_path, options \\ [])

View Source
@spec get(String.t(), any()) :: {:ok, any()} | {:error, any()}
@spec patch(String.t(), any()) :: {:ok, any()} | {:error, any()}
Link to this function

post(url_path, body \\ "")

View Source
@spec post(String.t(), any()) :: {:ok, any()} | {:error, any()}
@spec put(String.t(), any()) :: {:ok, any()} | {:error, any()}