Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't retrieve BIM 360 Issues (problem with pagination API) #36

Open
borisevstratov opened this issue Feb 18, 2022 · 0 comments
Open

Can't retrieve BIM 360 Issues (problem with pagination API) #36

borisevstratov opened this issue Feb 18, 2022 · 0 comments

Comments

@borisevstratov
Copy link

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.

Screen Shot 2022-02-18 at 3 56 39 PM

Source code reference:

https://github.com/petrbroz/forge-server-utils/blob/42868665917ebd4d1fcb191eb086c522e3463d34/src/bim360.ts#L877

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant