Skip to content

Releases: VBA-tools/VBA-Web

Excel-REST v3.1.0

09 Jul 20:00
Compare
Choose a tag to compare
  • 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

Excel-REST v3.0.7

22 Jun 23:05
Compare
Choose a tag to compare
  • Add install.bat script for easy installation and upgrade

Excel-REST v3.0.6

21 Jun 01:47
Compare
Choose a tag to compare
  • Convert Empty to null for json

Excel-REST v3.0.5

15 May 14:28
Compare
Choose a tag to compare
  • Allow Array and Collection for Body in Request.AddBody and Client.PostJSON

Excel-REST v3.0.4

12 May 19:52
Compare
Choose a tag to compare
  • Formatting parameters with spaces in OAuth1Authenticator
  • Add logging (Enable with RestHelpers.EnableLogging = True)

Excel-REST v3.0.3

12 May 13:59
Compare
Choose a tag to compare
  • Update OAuth1 resource and parameters formatting
  • Deprecate IncludeCacheBreaker (not required for ServerXMLHTTP and caused conflicts with some APIs)
  • Update formatting of True/False with UrlEncoded to convert to lowercase
  • Add LinkedIn example

Excel-REST v3.0.2 - Update Examples

02 Apr 18:25
Compare
Choose a tag to compare
  • Export recent changes from examples workbook to repo

Excel-REST v3.0.2 - Authenticators v2.0.4

02 Apr 18:15
Compare
Choose a tag to compare
  • GoogleAuthenticator fixes

Excel-REST v3.0.2

02 Apr 17:57
Compare
Choose a tag to compare
  • Switch timeout to Long
  • Remove RestClientBase (out of sync with v3)

Excel-REST v3.0.1 - Authenticators v2.0.2

23 Mar 18:32
Compare
Choose a tag to compare
  • Major GoogleAuthenticator update
  • Small updates for FacebookAuthenticator and others
  • Update specs and build scripts