ngx-jsonapi
ngx-jsonapi copied to clipboard
Update path-collection-builder.ts
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