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

  1. 23 Feb, 2016 9 commits
  2. 16 Feb, 2016 1 commit
  3. 15 Feb, 2016 1 commit
  4. 11 Feb, 2016 4 commits
  5. 10 Feb, 2016 2 commits
  6. 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
  7. 13 Jan, 2016 1 commit
  8. 06 Jan, 2016 1 commit
  9. 05 Jan, 2016 6 commits
  10. 04 Jan, 2016 5 commits
  11. 22 Dec, 2015 6 commits
  12. 16 Dec, 2015 2 commits