hybridgroup.gobot/api
Rafael Magana 1f09fb021b Add SSE test coverage
Add a Stream type that handle the request to /events/:event and write tests for event stream

Add a test for the events/:event endpoint that actually tests the endpoint response

Using <-time.After in a 'select' creates one channel every time, let's use a time.Timer instead so that we reuse the same channel
2015-04-07 16:04:40 -07:00
..
robeaux update robeaux to 5d46e912ee 2014-12-24 12:27:57 -08:00
api.go Add SSE test coverage 2015-04-07 16:04:40 -07:00
api_test.go Add SSE test coverage 2015-04-07 16:04:40 -07:00
basic_auth.go stop request on 401 2014-10-29 13:19:12 -07:00
basic_auth_test.go Green tests 2014-09-25 18:29:10 -07:00
cors.go go lint and documentation tweaks for the api package 2014-12-31 06:21:58 -08:00
cors_test.go Green tests 2014-09-25 18:29:10 -07:00
doc.go Update docs 2014-10-28 14:52:59 -07:00
helpers_test.go Add SSE test coverage 2015-04-07 16:04:40 -07:00