Skip to content

Commit cdd4bfb

Browse files
committed
v2.1.0
1 parent a2cbb2a commit cdd4bfb

21 files changed

+28
-23
lines changed

Excel-REST - Blank.xlsm

-624 Bytes
Binary file not shown.

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,11 @@ For more details, check out the [Wiki](https://github.com/timhall/Excel-REST/wik
100100

101101
### Release Notes
102102

103+
#### v2.1.0
104+
105+
- Add Microsoft Scripting Runtime dependency (for Dictionary support)
106+
- Add `RestClient.SetProxy` for use in proxy environments
107+
103108
#### v2.0.0
104109

105110
- Remove JSONLib dependency (merged with RestHelpers)

authenticators/FacebookAuthenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Implements IAuthenticator
1515
' Custom IAuthenticator for Facebook OAuth
1616
'
1717
' @dependencies
18-
18+
1919
' @license: MIT (http://www.opensource.org/licenses/mit-license.php)
2020
'
2121
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ '

authenticators/GoogleAuthenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Implements IAuthenticator
1818
' - https://developers.google.com/accounts/docs/OAuth2InstalledApp
1919
'
2020
' @dependencies
21-
21+
2222
' @license: MIT (http://www.opensource.org/licenses/mit-license.php)
2323
'
2424
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ '

authenticators/HttpBasicAuthenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Implements IAuthenticator
1414
'
1515
' Utilize http basic authentication
1616
'
17-
17+
1818
' @license: MIT (http://www.opensource.org/licenses/mit-license.php)
1919
'
2020
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ '

authenticators/OAuth1Authenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Implements IAuthenticator
1616
'
1717
' @dependencies
1818
' Microsoft XML, v3+
19-
19+
2020
' @license: MIT (http://www.opensource.org/licenses/mit-license.php)
2121
'
2222
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ '

authenticators/OAuth2Authenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Implements IAuthenticator
1717
'
1818
' @dependencies
1919
' Microsoft XML, v3+
20-
20+
2121
' @license: MIT (http://www.opensource.org/licenses/mit-license.php)
2222
'
2323
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ '

authenticators/TwitterAuthenticator.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Implements IAuthenticator
1818
' - https://github.com/timhall/Excel-REST/wiki/Implementing-your-own-IAuthenticator
1919
'
2020
' @dependencies
21-
21+
2222
' @license: MIT (http://www.opensource.org/licenses/mit-license.php)
2323
'
2424
' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ '

examples/Excel-REST - Example.xlsm

288 Bytes
Binary file not shown.

specs/Excel-REST - Specs.xlsm

-13.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)