Stephen Kao

Results 2 issues of Stephen Kao

# 🐛 bug report ## Preflight Checklist - [x] I have read the [Contributing Guidelines][contributing] for this project. - [x] I agree to follow the [Code of Conduct][code_of_conduct] that this...

Hey, everyone! My team uses the following code to fetch all documents in our Prismic repository: ``` client = Prismic.api('https:///api') response = client.all({ 'page' => current_page, 'pageSize' => 100 })...