Releases: VBA-tools/VBA-Web
Releases · VBA-tools/VBA-Web
Excel-REST v3.0.1
- Add
DigestAuthenticator
- Add
UrlParts
and other helpers - General cleanup and formatting
Excel-REST v3.0.0
- Add
Client.GetJSON
andClient.PostJSON
helpers to GET and POST JSON without setting up request - Add
AfterExecute
toIAuthenticator
Excel-REST v2.3.0
- Add
form-urlencoded
format and helpers - Combine Body + Parameters and Querystring + Parameters with priority given to Body or Querystring, respectively
Excel-REST v2.2.1
- Add
Response.Headers
collection of response headers
Excel-REST v2.2.0
- Add cookie support with
Request.AddCookie(key, value)
andResponse.Cookies
Excel-REST v2.1.3
- Bugfixes and refactor
Excel-REST v2.1.2
- Add raw binary
Body
toRestResponse
for handling files (thanks @berkus)
Excel-REST v2.1.1
- Use
Val
for number parsing in locale-dependent settings
Excel-REST v2.1.0
- Add proxy support with
RestClient.SetProxy
- Add dependency to Microsoft Scripting Runtime for explicit
Dictionary
usage
Excel-REST v2.0.2
- Add Content-Length header to requests
- Use 408 status code instead of 504 for timeouts