draftbit / twitter-lite Public
History for twitter-lite/twitter.js
Commits on Aug 12, 2021
Commits on Sep 24, 2020
Commits on May 16, 2020
-
Peter Piekarczyk committed
May 16, 2020 -
Commits on May 12, 2020
Commits on May 6, 2020
Commits on Apr 29, 2020
-
Peter Piekarczyk committed
Apr 29, 2020
Commits on Apr 25, 2020
Commits on Apr 24, 2020
-
adjust typing to mirror changes in getAccessToken (#85)
* adjust typing to mirror changes in getAccessToken * adjust to also support PIN only * after re-reading the docs, we can remove key and secret - remove key , secret as they are in no way mentioned in the docs and were not even included in the original type - make oauth token required even for pin use, as the docs state: The oauth_token here must be the same as the oauth_token returned in the request_token step. - adjust readme
-
* fix #78 * update if to actually check the values * fix naming of inputs the naming is after their names from the docs as well as the key they have in the actual callback Co-authored-by: Peter Piekarczyk <peterpme@users.noreply.github.com>
-
Commits on Apr 22, 2020
-
Improve handling of twitter errors (#75)
* improve handling of twitter errors * update microbundle and fix how the build is made * reject instead of throw * keep throwing instead of reject on original handleResponse for avoiding break * ignore yarn lock and .idea * removing gitignore diff
Commits on Apr 21, 2020
-
Peter Piekarczyk committed
Apr 21, 2020
Commits on Feb 20, 2020
Commits on Jan 17, 2020
-
Adding put method with test (#56)
* Adding put method with test * Updating README.md
Dylan Irlbeck committedJan 17, 2020
Commits on Mar 25, 2019
-
v0.9.3: return _headers in stream creation error
Clarify stream switching documentation and tests
-
Commits on Mar 11, 2019
Commits on Jan 6, 2019
Commits on Dec 21, 2018
Commits on Dec 13, 2018
Commits on Jul 26, 2018
Commits on Jul 17, 2018
Commits on Jul 16, 2018
Commits on Jul 13, 2018
Commits on Jul 12, 2018
Commits on Mar 21, 2018
-
authentication for oauth process (#19)
* feat: implemented authentication functions for getting access token and request token * feat: edits to authentication functions. fixes #19 * feat: removed comments and used querystring.parse