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

  1. 23 Mar, 2016 4 commits
  2. 21 Mar, 2016 2 commits
  3. 17 Mar, 2016 1 commit
  4. 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
  5. 02 Mar, 2016 3 commits
  6. 26 Feb, 2016 1 commit
  7. 23 Feb, 2016 9 commits
  8. 16 Feb, 2016 1 commit
  9. 15 Feb, 2016 1 commit
  10. 11 Feb, 2016 4 commits
  11. 10 Feb, 2016 2 commits
  12. 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
  13. 13 Jan, 2016 1 commit
  14. 06 Jan, 2016 1 commit
  15. 05 Jan, 2016 6 commits