aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add more streaming events, some testshalcy2022-11-211-6/+22
|
* refactor: use is for True/FalseMiroslav Šedivý2022-11-201-4/+4
|
* Fix an issue, remove a testhalcy2022-11-151-10/+0
|
* Initial test fixing pass. Four tests still fail.halcy2022-11-071-24/+11
|
* Support of processing unknown events and event names with dots.Aljoscha Rittner2022-06-241-1/+39
| | | | #Fixes 234
* Add a test case for conversation streamingLorenz Diener2019-10-111-3/+31
|
* Add, document and test stream_healthyLorenz Diener2019-06-221-0/+4
|
* Make the streaming tests somewhat more stableLorenz Diener2018-07-141-26/+35
|
* New casettes, small fixesLorenz Diener2018-06-051-0/+1
|
* Fix some bugs, update testsLorenz Diener2018-05-071-0/+8
|
* Add more testsLorenz Diener2018-05-061-0/+10
|
* Add more streaming testsLorenz Diener2018-05-061-0/+9
|
* More streaming testsLorenz Diener2018-05-061-5/+41
|
* Testing updates, can now test streaming APILorenz Diener2018-05-061-4/+86
|
* Adjust streaming testsLorenz Diener2017-12-211-1/+12
|
* fix streaming testscodl2017-11-281-4/+9
|
* not pep8 compliant #71FoxMaSk2017-09-051-8/+9
|
* Initial implementation of streaming APIWill Thompson2017-04-101-0/+195
This is missing any error handling and rate-limiting around the stream itself, but once the stream is established, the full range of events are supported. Fixes issue #14.
    Powered by cgit v1.2.3 (git 2.41.0)