I would like to filter a list of builds
http://docs.travis-ci.com/api/?http#builds
for example
$ curl https://api.travis-ci.org/repos/angular/angular.dart/builds?event_type=push
it seems that your library doesn't ever pass through a querystring (qs key) to the request library, so there is no way to use these parts of the travis API.
Or am I missing something?
Thanks!
I would like to filter a list of builds
http://docs.travis-ci.com/api/?http#builds
for example
$ curl https://api.travis-ci.org/repos/angular/angular.dart/builds?event_type=pushit seems that your library doesn't ever pass through a querystring (qs key) to the request library, so there is no way to use these parts of the travis API.
Or am I missing something?
Thanks!