What version or versions you have tested?
1.0.5
Which operating systems have you used?
What did you expect to happen?
Looking at the code, specifically on the getPaginated method in the HttpClient class, we noticed that the get_page query parameter to set the number of elements retrieved in a single page.
However, several Mia-Platform APIs does not use the per_page param, since it is deprecated in favor of perPage. We should include also this param to reflect these changes.
What happened instead?
It actually works the same, but some API (e.g. Marketplace) uses the new syntax and this might create issues (depending on the default perPage value assigned).
Code of Conduct
What version or versions you have tested?
1.0.5
Which operating systems have you used?
What did you expect to happen?
Looking at the code, specifically on the
getPaginatedmethod in the HttpClient class, we noticed that theget_pagequery parameter to set the number of elements retrieved in a single page.However, several Mia-Platform APIs does not use the
per_pageparam, since it is deprecated in favor ofperPage. We should include also this param to reflect these changes.What happened instead?
It actually works the same, but some API (e.g. Marketplace) uses the new syntax and this might create issues (depending on the default
perPagevalue assigned).Code of Conduct