-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Return the repository cache #7
Comments
As close to
Same payload as |
It would be really awesome if the cache returned all of the issues in one call. At least I dream that could be a possibility, as well as things like joining in attached branches and things |
And having queryable unstructured metadata that we could attach, so we could get rid of our weird embedded data hack |
https://github.com/SuaveIO/suave/blob/master/src/Suave/Combinators.fs How to set headers |
We can do it on both the payload and the headers. JSONB + HSTORE FTW |
Totally doable |
GET ~/cache/<owner>/<repo>/issues
What kinds of headers should it return?
Should it return the same api payload as
GET /orgs/:org/issues
https://developer.github.com/v3/issues/#list-issues
The text was updated successfully, but these errors were encountered: