Releases: VBA-tools/VBA-Web
Releases · VBA-tools/VBA-Web
Excel-REST v3.1.0
- Add
Request.RequestFormat,Request.ResponseFormat, andRequest.Acceptfor setting separate request and response formats (e.g. form-urlencoded request with json response) - Add
LogRequestandLogResponsefor better logging detail (enable withRestHelpers.EnableLogging = True) - Allow headers and content-type to be set in authenticator
BeforeExecute
Excel-REST v3.0.7
- Add
install.batscript for easy installation and upgrade
Excel-REST v3.0.6
- Convert Empty to
nullfor json
Excel-REST v3.0.5
- Allow
ArrayandCollectionforBodyinRequest.AddBodyandClient.PostJSON
Excel-REST v3.0.4
- Formatting parameters with spaces in
OAuth1Authenticator - Add logging (Enable with
RestHelpers.EnableLogging = True)
Excel-REST v3.0.3
- Update OAuth1 resource and parameters formatting
- Deprecate
IncludeCacheBreaker(not required forServerXMLHTTPand 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
- Export recent changes from examples workbook to repo
Excel-REST v3.0.2 - Authenticators v2.0.4
GoogleAuthenticatorfixes
Excel-REST v3.0.2
- Switch timeout to
Long - Remove RestClientBase (out of sync with v3)
Excel-REST v3.0.1 - Authenticators v2.0.2
- Major
GoogleAuthenticatorupdate - Small updates for
FacebookAuthenticatorand others - Update specs and build scripts