I cannot retrieve a list of BIM 360 Issues using this library due to Autodesk changed their response body structure:
Instead of response.links.next.href url is now placed directly in response.links.next property which results in an undefined url, thus no more data can be fetched, so the BIM360Client.listIssues method returns an Error instead of list of issues.

Source code reference:
https://github.com/petrbroz/forge-server-utils/blob/42868665917ebd4d1fcb191eb086c522e3463d34/src/bim360.ts#L877
I cannot retrieve a list of BIM 360 Issues using this library due to Autodesk changed their response body structure:
Instead of
response.links.next.hrefurl is now placed directly inresponse.links.nextproperty which results in an undefined url, thus no more data can be fetched, so theBIM360Client.listIssuesmethod returns an Error instead of list of issues.Source code reference:
https://github.com/petrbroz/forge-server-utils/blob/42868665917ebd4d1fcb191eb086c522e3463d34/src/bim360.ts#L877