We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee32958 commit 355ea07Copy full SHA for 355ea07
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# v2.0.2-beta
2
+- ANAFAPIClient new has a new method TokenWillExpireSoon that returns true of the token will expire in 24h or less
3
+- TokenWillExpireSoon is used to determine when to auto refresh the token
4
+- ListAnswers now support filtering
5
+- Added private ValidateFilter to check for valid filter chars
6
+- Invalid filters will create an INVALID_INPUT exception
7
+- Added ListAnswersWithPagination will return an answer list containing all pages.
8
+
9
10
# v2.0.1-beta
11
ANAFAPIClient->AccessToken is now protected (was private)
12
# v2.0.0-beta
0 commit comments