Skip to content

Excel-REST v3.1.0

Compare
Choose a tag to compare
@timhall timhall released this 09 Jul 20:00
· 296 commits to master since this release
  • Add Request.RequestFormat, Request.ResponseFormat, and Request.Accept for setting separate request and response formats (e.g. form-urlencoded request with json response)
  • Add LogRequest and LogResponse for better logging detail (enable with RestHelpers.EnableLogging = True)
  • Allow headers and content-type to be set in authenticator BeforeExecute