zoho v0.0.2 Zoho.Response

Summary

Types

http_potion_response()
http_potion_response :: %{status_code: number, body: String.t, headers: list}
t()
t :: %Zoho.Response{data: term, raw_response: Zoho.Response.http_potion_response, status_code: number}

Functions

new(response)
new(HTTPotion.Response) :: Zoho.Response | {:error, term}
new(response, options)
new(HTTPotion.Response, map) :: Zoho.Response | {:error, term}