ngx-jsonapi icon indicating copy to clipboard operation
ngx-jsonapi copied to clipboard

Update path-collection-builder.ts

Open paugonzalez opened this issue 6 years ago • 1 comments

paugonzalez avatar Jan 10 '19 12:01 paugonzalez

Hello I don't understand why the page number is only sended when is grater than 1. If number is 0 only send pagesize, and my server fails because page number is mandatory when I send the size: Error: { "errors": [ { "status": "400", "detail": "If you use pagination, you must specify page[number] parameter" } ] }

Can You tell me that? Also I need to send a custom pagesize indeed in the first page Thank You

paugonzalez avatar Jan 10 '19 12:01 paugonzalez