John Moore

Results 3 issues of John Moore

Look into adding functionality to the API to support the caller's own type being deserialized. This would be similar to a GORM query. For example: ```go var c customStruct if...

enhancement
question

I noticed that there are some incorrect or out of context error messages when I was looking into #33 . To reproduce, I called `resource.Query()`, revoked an access token, and...

What is the desired behavior when an OAuth token is expired/invalid? For example, I created a `session`, initialized a `Resource` and then called `resource.Query()` in a loop on a 5...