Solved
API mismatch introduced on 12 February 2022
Hi,
We noticed that on 12 February you introduced a breaking change on the API which is undocumented. When doing https://developer.equinix.com/catalog/buyerv3 the response does no longer contain "isLastPage" but contains "last" which is not documented.
{
"first": "TRUE",
"last": "FALSE",
"number": 0,
"numberOfElements": 20,
"size": 20,
"sort": [
{
"ascending": "FALSE",
"descending": "TRUE",
"direction": "DESC",
"ignoreCase": "FALSE",
"nullHandling": "NATIVE",
"property": "created_date"
}
],
"totalElements": 8051,
"totalPages": 403
}
Can we have an explanation on this and get it back aligned with the documentation?
