-
-
Notifications
You must be signed in to change notification settings - Fork 494
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
24 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,16 +8,16 @@ Attribute VB_Creatable = False | |
Attribute VB_PredeclaredId = False | ||
Attribute VB_Exposed = True | ||
'' | ||
' WebClient v4.0.0-beta.5 | ||
' WebClient v4.0.0-rc.1 | ||
' (c) Tim Hall - https://github.com/VBA-tools/VBA-Web | ||
' | ||
' Interact with REST web services from Excel | ||
' | ||
' Errors: | ||
' 11010 / 80042b02 - cURL error in Execute | ||
' 11011 / 80042b03 - Error in Execute | ||
' 11012 / 80042b04 - Error preparing http request | ||
' 11013 / 80042b05 - Error preparing cURL request | ||
' 11010 / 80042b02 / -2147210494 - cURL error in Execute | ||
' 11011 / 80042b03 / -2147210493 - Error in Execute | ||
' 11012 / 80042b04 / -2147210492 - Error preparing http request | ||
' 11013 / 80042b05 / -2147210491 - Error preparing cURL request | ||
' | ||
' @author: [email protected] | ||
' @license: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,13 @@ Attribute VB_Creatable = False | |
Attribute VB_PredeclaredId = False | ||
Attribute VB_Exposed = True | ||
'' | ||
' WebRequest v4.0.0-beta.5 | ||
' WebRequest v4.0.0-rc.1 | ||
' (c) Tim Hall - https://github.com/VBA-tools/VBA-Web | ||
' | ||
' Create a request for use with a WebClient | ||
' | ||
' Errors: | ||
' 11020 / 80042b0c - Cannot add body parameter to non-Dictionary | ||
' 11020 / 80042b0c / -2147210484 - Cannot add body parameter to non-Dictionary | ||
' | ||
' @author: [email protected] | ||
' @license: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,15 +8,15 @@ Attribute VB_Creatable = False | |
Attribute VB_PredeclaredId = False | ||
Attribute VB_Exposed = True | ||
'' | ||
' WebResponse v4.0.0-beta.5 | ||
' WebResponse v4.0.0-rc.1 | ||
' (c) Tim Hall - https://github.com/VBA-tools/VBA-Web | ||
' | ||
' Wrapper for http/cURL responses | ||
' | ||
' Errors: | ||
' 11030 / 80042b16 - Error creating from http | ||
' 11031 / 80042b17 - Error creating from cURL | ||
' 11032 / 80042b18 - Error extracting headers | ||
' 11030 / 80042b16 / -2147210474 - Error creating from http | ||
' 11031 / 80042b17 / -2147210473 - Error creating from cURL | ||
' 11032 / 80042b18 / -2147210472 - Error extracting headers | ||
' | ||
' @author: [email protected] | ||
' @license: MIT (http://www.opensource.org/licenses/mit-license.php) | ||
|