File tree Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Expand file tree Collapse file tree 7 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88Attribute VB_PredeclaredId = False
99Attribute VB_Exposed = True
1010''
11- ' IAuthenticator v1.0.3
11+ ' IAuthenticator v1.1.0
1212' (c) Tim Hall - https://github.com/timhall/Excel-REST
1313'
1414' Interface for creating authenticators for rest client
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88Attribute VB_PredeclaredId = False
99Attribute VB_Exposed = True
1010''
11- ' RestClient v1.0.3
11+ ' RestClient v1.1.0
1212' (c) Tim Hall - https://github.com/timhall/Excel-REST
1313'
1414' Interact with REST web services from Excel
@@ -19,7 +19,7 @@ Attribute VB_Exposed = True
1919' ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ '
2020Option Explicit
2121
22- Private Const UserAgent As String = "Excel Client v1.0.3 (https://github.com/timhall/Excel-REST)"
22+ Private Const UserAgent As String = "Excel Client v1.1.0 (https://github.com/timhall/Excel-REST)"
2323Private Const DefaultTimeoutMS As Integer = 5000
2424
2525
Original file line number Diff line number Diff line change 11Attribute VB_Name = "RestHelpers"
22''
3- ' RestHelpers v1.0.3
3+ ' RestHelpers v1.1.0
44' (c) Tim Hall - https://github.com/timhall/Excel-REST
55'
66' Common helpers RestClient
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88Attribute VB_PredeclaredId = False
99Attribute VB_Exposed = True
1010''
11- ' RestRequest v1.0.3
11+ ' RestRequest v1.1.0
1212' (c) Tim Hall - https://github.com/timhall/Excel-REST
1313'
1414' Create a request for use with a rest client
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Attribute VB_Creatable = False
88Attribute VB_PredeclaredId = False
99Attribute VB_Exposed = True
1010''
11- ' RestResponse v1.0.3
11+ ' RestResponse v1.1.0
1212' (c) Tim Hall - https://github.com/timhall/Excel-REST
1313'
1414' Wrapper for http responses
You can’t perform that action at this time.
0 commit comments