Skip to content

Commits on Aug 12, 2021

Commits on Sep 24, 2020

Commits on May 16, 2020

  1. fix prettier

    Peter Piekarczyk committed May 16, 2020

Commits on May 6, 2020

  1. Add headers to thrown error

    kmaid committed May 6, 2020

Commits on Apr 29, 2020

  1. Revert "add prettier"

    This reverts commit 9d15633.
    Peter Piekarczyk committed Apr 29, 2020
  2. add prettier

    Peter Piekarczyk committed Apr 29, 2020

Commits on Apr 25, 2020

  1. Removed raw (#84)

    Nick-Gottschlich committed Apr 25, 2020

Commits on Apr 24, 2020

  1. 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
    T0TProduction committed Apr 24, 2020
  2. bugfix: issue #78 (#79)

    * 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>
    T0TProduction and peterpme committed Apr 24, 2020

Commits on Apr 22, 2020

  1. 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
    italodeandra committed Apr 22, 2020

Commits on Apr 21, 2020

  1. fix eslint issues

    Peter Piekarczyk committed Apr 21, 2020

Commits on Feb 20, 2020

Commits on Jan 17, 2020

  1. Adding put method with test (#56)

    * Adding put method with test
    
    * Updating README.md
    Dylan Irlbeck committed Jan 17, 2020

Commits on Mar 25, 2019

  1. v0.9.3: return _headers in stream creation error

    Clarify stream switching documentation and tests
    dandv committed Mar 25, 2019

Commits on Mar 11, 2019

Commits on Jan 17, 2019

Commits on Dec 13, 2018

Commits on Jul 26, 2018

Commits on Jul 17, 2018

Commits on Jul 13, 2018

Commits on Mar 21, 2018

  1. 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
    ongspxm authored and peterpme committed Mar 21, 2018

Commits on Mar 14, 2018

  1. add post parameters (#16)

    * add post parameters
    
    * prettier fix
    peterpme committed Mar 14, 2018

Commits on Mar 9, 2018

  1. Add stream support

    tylerbuchea committed Mar 9, 2018

Commits on Feb 20, 2018

  1. Remove dep on SubIn. Add test.

    dandv committed Feb 20, 2018
Older