Astrox v0.9.0 Astrox.Api behaviour

Behavior for requests to Salesforce API

Link to this section Summary

Link to this section Types

Link to this type astrox_response()
astrox_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()) ::
  astrox_response()