ExForce.Client.Tesla (ExForce v0.4.1) View Source
HTTP Client for Salesforce REST API using Tesla.
Adapter
To use a different Tesla adapter, set it via Mix configuration.
config :tesla, ExForce.Client.Tesla, adapter: Tesla.Adapter.Hackney
Link to this section Summary
Link to this section Functions
Returns a Tesla client for ExForce functions
Options
:headers: set additional headers; default:[{"user-agent", "ex_force"}]:api_version: use the given api_version; default:"42.0":adapter: use the given adapter with custom opts; default:nil, which makesTeslato use the default adapter or the one set in config.
Returns a Tesla client for ExForce.OAuth functions
Options
:headers: set additional headers; default:[{"user-agent", "ex_force"}]:adapter: use the given adapter with custom opts; default:nil, which makesTeslato use the default adapter or the one set in config.
Sends a request to Salesforce