and though bugs are the bane of my existence, rest assured the wretched thing will get the best of care here

  1. 19 May, 2016 1 commit
  2. 18 May, 2016 1 commit
    • Jordan Moldow's avatar
      Always update `OAuth2` object with new tokens · 7239ba71
      Jordan Moldow authored
      If the protected method `_get_tokens()` returns new tokens,
      refresh is skipped, and those tokens are used.
      
      Previously, we would return the new tokens without updating the
      object state. Subsequent uses of the `OAuth2` object would use
      the old tokens.
      
      Now we will correctly update the object state.
      
      Fixes #128.
      
      Also make some minor test fixes and upgrade the version of mock
      that we use.
      
      Prepare for bump to version 1.5.2.
      7239ba71
  3. 23 Mar, 2016 4 commits
  4. 21 Mar, 2016 2 commits
  5. 17 Mar, 2016 1 commit
  6. 07 Mar, 2016 2 commits
    • Jeffrey Meadows's avatar
      Fix pylint errors. · f351d3d3
      Jeffrey Meadows authored
      f351d3d3
    • Jeffrey Meadows's avatar
      Add __repr__ for box objects. · efa3d2ca
      Jeffrey Meadows authored
      Box objects will now be repr'd including the object type and
      either the object's name or its Box id.
      
      Also, add support for dir() and vars() being called on Box
      objects. Those builtin functions will now include API response fields
      as attributes of the object.
      efa3d2ca
  7. 02 Mar, 2016 3 commits
  8. 26 Feb, 2016 1 commit
  9. 23 Feb, 2016 9 commits
  10. 16 Feb, 2016 1 commit
  11. 15 Feb, 2016 1 commit
  12. 11 Feb, 2016 4 commits
  13. 10 Feb, 2016 2 commits
  14. 27 Jan, 2016 2 commits
    • Jordan Moldow's avatar
      Merge pull request #109 from box/long_poll_stream_type · 8b6afa5c
      Jordan Moldow authored
      Add stream_type param for events long polling
      8b6afa5c
    • Jordan Moldow's avatar
      Add stream_type param for events long polling · a6441cb4
      Jordan Moldow authored
      Add a `stream_type` parameter to the
      `generate_events_with_long_polling()` method and its helper
      methods. This allows users to listen to other event stream
      types. The default is still to listen to the 'all' stream.
      
      In order to differentiate between user and enterprise event
      streams, the following enum hierarchy was created, with the help
      of a new `ExtendableEnumMeta` metaclass:
      
          +-- `EventsStreamType`
                |
                +-- `UserEventsStreamType`
                |
                +-- `EnterpriseEventsStreamType`
      
      Unrelatedly, fix up the RST for the README. Add a table of
      contents, and fix up backticks (double-backticks are needed to
      create code spans, single-backticks aren't enough).
      a6441cb4
  15. 13 Jan, 2016 1 commit
  16. 06 Jan, 2016 1 commit
  17. 05 Jan, 2016 4 commits