Originally created by @Lapinou42 on GitHub (Dec 17, 2019).
Hello,
First of all, thank you for this amazing library !
I can't find a solution to achieve this: I just want to get all the pages in my library.
So, a function that should looks like:
func pages(inLibrary id: String) -> [Page] {
//What is the predicate should I use to achieve this ?
}
Thank you for your explanations.
Best regards,
Originally created by @Lapinou42 on GitHub (Dec 17, 2019).
Hello,
First of all, thank you for this amazing library !
I can't find a solution to achieve this: I just want to get all the pages in my library.
So, a function that should looks like:
```
func pages(inLibrary id: String) -> [Page] {
//What is the predicate should I use to achieve this ?
}
```
Thank you for your explanations.
Best regards,

Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Originally created by @Lapinou42 on GitHub (Dec 17, 2019).
Hello,
First of all, thank you for this amazing library !
I can't find a solution to achieve this: I just want to get all the pages in my library.
So, a function that should looks like:
Thank you for your explanations.
Best regards,