OpenXchangeClient.Api.Userfeedback (open_xchange_client v0.10.5)
API calls for all endpoints tagged Userfeedback.
Link to this section Summary
Functions
Store user feedback
Link to this section Functions
Link to this function
store(connection, session, type, body, opts \\ [])
@spec store(Tesla.Env.client(), String.t(), String.t(), String.t(), keyword()) :: {:ok, nil} | {:error, Tesla.Env.t()}
Store user feedback
parameters
Parameters
- connection (OpenXchangeClient.Connection): Connection to server
- session (String.t): A session ID previously obtained from the login module.
- type (String.t): The feedback type
- body (String.t): A JSON object describing the feedback
- opts (KeywordList): [optional] Optional parameters
returns
Returns
on success {:error, Tesla.Env.t} on failure