Forcex v0.8.0 Forcex.Api behaviour

Behavior for requests to Salesforce API

Link to this section Summary

Link to this section Types

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

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()) :: response()