-
-
Notifications
You must be signed in to change notification settings - Fork 598
Closed
Description
So, I'm following the docs outlined here about requesting any route.
I'm trying to request some of the newer github endpoints, for events and stuff. repos/:owner/:repo/issues/events
- http://developer.github.com/v3/issues/events/#list-events-for-a-repository
No matter what url I try for (even getting a user or a repo) I always get "remainingCalls": null
returned from the getHttpClient()->get() call. What am I doing wrong? I'm able to fetch other data, so it can't be that I've hit the rate limit...