| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| } | ||
| deriving (Show, Data, Typeable, Eq, Ord, Generic) | ||
|
|
||
| data PaginatedWithTotalCount a (tag :: Symbol) = PaginatedWithTotalCount |
There was a problem hiding this comment.
What are these? Is artifacts pagination different then for everything else?
Sorry, something went wrong.
There was a problem hiding this comment.
Yes, please check my comment above. At least I didn't find existing implementation for this pagination style.
Sorry, something went wrong.
|
Hi @andreasabel , I got back to this issue and hope to implement full support for GitHub Actions. |
Sorry, something went wrong.
|
Hi @K0Te, good to have you back on track!
I'll do my best. I am not really an expert on this package.
I suppose you are referring to this code: github/src/GitHub/Data/Request.hs Lines 155 to 164 in 01c1154 github/src/GitHub/Data/Request.hs Lines 174 to 181 in 01c1154 To keep API breakage at bay, I'd add it to Command but keep the smart constructor command as-is. Add a new smart constructor (e.g. paramCommand) that exposes the full feature set of Command. |
Sorry, something went wrong.
|
I resolved the conflicts with master so that CI can run. |
Sorry, something went wrong.
|
Hi @andreasabel , This PR is finally ready for review! 🚀
|
Sorry, something went wrong.
|
@andreasabel reminding about this PR ^_^ |
Sorry, something went wrong.
Conflicts: .gitignore src/GitHub/Data/Options.hs
There was a problem hiding this comment.
Thanks for the PR! and sorry for the delayed review.
I had some stylistic requests but fixed them myself.
What remains is to document the WithTotalCount type.
Sorry, something went wrong.
|
Candidate for 0.29 at: https://hackage.haskell.org/package/github-0.29/candidate |
Sorry, something went wrong.
There was a problem hiding this comment.
Addressed the last bits.
Good to go!
Sorry, something went wrong.
|
Published at https://hackage.haskell.org/package/github-0.29 Big thanks, @K0Te ! |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #458
Hi @phadej ,
I've implemented just ~5% of Actions API at the moment. I have many questions and need your guidance before proceeding further:
{ "artifacts": [ ... ], "total_count": 13676 }I see three ways of handling this: