You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
i'm puzzled by how to pass query parameters as well, especially since there are endpoints that have been added to the library that require query parameters to be supplied. i would love to understand how to make that part of this library work, but it seems like i must be overlooking something since they have been added.
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!
The text was updated successfully, but these errors were encountered: