smartsheet v1.0.0 Smartsheet.ParseResponse

Parses a raw HTTPoision.Response into the relevant data structures for the caller, and returns a wrapped Smartsheet.Response in a consistent way:

success: {:ok, %Smartsheet.Response{}, data} failure: {:error, %Smartsheet.Response{}}

Link to this section Summary

Link to this section Functions

Link to this function

error_response(response)

Link to this function

parse(arg1, arg2, response)

Link to this function

success_response(response, data)