Releases: VBA-tools/VBA-Web
Releases · VBA-tools/VBA-Web
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
Excel-REST v3.0.7
- Add
install.bat
script for easy installation and upgrade
Excel-REST v3.0.6
- Convert Empty to
null
for json
Excel-REST v3.0.5
- Allow
Array
andCollection
forBody
inRequest.AddBody
andClient.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 forServerXMLHTTP
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
- Export recent changes from examples workbook to repo
Excel-REST v3.0.2 - Authenticators v2.0.4
GoogleAuthenticator
fixes
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
GoogleAuthenticator
update - Small updates for
FacebookAuthenticator
and others - Update specs and build scripts