Closed CR1AT0RS closed 4 years ago
Cool! The code looks good to me, but could you add a test?
It would be cool if there were an autopagination option like octokit has (maybe it’s implemented in a gem or something). These seem like good defaults to start with so we can add autopagination later.
Added: Get all users that manage the program. Program groups and membership type. Updated documentation. For auto pagination people can just a add for loop in their code. @oreoshake @esjee
Added pagination on reporters. Added attributes on reporters to choose page_size or get a page_number.
example uage: program.reporters(page_number: 1, page_size: 25)