MergeHRISClient.Api.Passthrough (MergeHRISClient v1.0.2) View Source
API calls for all endpoints tagged Passthrough
.
Link to this section Summary
Functions
passthrough_create(connection, authorization, x_account_token, data_passthrough_request, opts \\ [])
Pull data from an endpoint not currently supported by Merge.
Link to this section Functions
Link to this function
passthrough_create(connection, authorization, x_account_token, data_passthrough_request, opts \\ [])
View SourceSpecs
passthrough_create( Tesla.Env.client(), String.t(), String.t(), MergeHRISClient.Model.DataPassthroughRequest.t(), keyword() ) :: {:ok, MergeHRISClient.Model.RemoteResponse.t()} | {:error, Tesla.Env.t()}
Pull data from an endpoint not currently supported by Merge.
Parameters
- connection (MergeHRISClient.Connection): Connection to server
- authorization (String.t): Should include 'Bearer ' followed by your production API Key.
- x_account_token (String.t): Token identifying the end user.
- data_passthrough_request (DataPassthroughRequest):
- opts (KeywordList): [optional] Optional parameters
Returns
on success {:error, Tesla.Env.t} on failure