Excel-REST v3.1.0
- Add
Request.RequestFormat
,Request.ResponseFormat
, andRequest.Accept
for setting separate request and response formats (e.g. form-urlencoded request with json response) - Add
LogRequest
andLogResponse
for better logging detail (enable withRestHelpers.EnableLogging = True
) - Allow headers and content-type to be set in authenticator
BeforeExecute