# Functions
Helper method to make the delete request and return the body.
FromContext allows for the retrieval of the specified key's value from the supplied Context.
Helper method to make the get request and return the body.
PatchRequest makes a PATCH request and unmarshals the response to the returnValuePointer.
Helper method to make the post file request and return the body.
Helper method to make the post JSON request and return the body.
Helper method to make the put file request and return the body.
Helper method to make the put JSON request and return the body.