Forcex v0.8.2 Forcex.Api behaviour

Behavior for requests to Salesforce API

Link to this section Summary

Link to this section Types

Link to this type forcex_response()
forcex_response() :: map() | {number(), any()} | String.t()
Link to this type method()
method() :: :get | :put | :post | :patch | :delete

Link to this section Callbacks

Link to this callback raw_request(method, arg1, arg2, list, list)
raw_request(method(), String.t(), map() | String.t(), list(), list()) ::
  forcex_response()