View Source Auth0.Common.Management.Http (Auth0Api v2.2.0)
Documentation for Auth0 Management HTTP.
This module manages http request for Auth0 Management API.
Summary
Functions
DELETE Auth0 management rest api.
DELETE Auth0 management rest api. (with body)
GET Auth0 management rest api.
MULTIPART POST Auth0 management rest api.
PATCH Auth0 management rest api.
POST Auth0 management rest api.
PUT Auth0 management rest api.
Request Auth0 management rest api simply.
Types
@type config() :: Auth0.Config.t()
@type endpoint() :: String.t()
@type headers() :: map()
@type method() :: :get | :post | :put | :patch | :delete | :options | :head
@type multipart() :: {:multipart, list()}
@type raw_response() :: {:ok, HTTPoison.Response.t() | HTTPoison.AsyncResponse.t() | HTTPoison.MaybeRedirect.t()} | {:error, HTTPoison.Error.t()}
Functions
DELETE Auth0 management rest api.
DELETE Auth0 management rest api. (with body)
GET Auth0 management rest api.
MULTIPART POST Auth0 management rest api.
PATCH Auth0 management rest api.
POST Auth0 management rest api.
PUT Auth0 management rest api.
Link to this function
raw_request(method, endpoint, body \\ %{}, headers \\ nil, config \\ %Config{})
View SourceRequest Auth0 management rest api simply.