You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.
Getting a work item as follows does not work:
The problem is that the quotation marks of the resource path around the ID are htmlencoded in the PHP source:
Instead of
it is
See here: https://github.com/Autodesk-Forge/forge-php-client/blob/master/lib/Api/WorkItemsApi.php#L322
This is also the case for all other endpoints which use the
('{id}')
appendix.We want to switch from our own API implementation to the forge-php-client but this issue prevents us from doing so.
The text was updated successfully, but these errors were encountered: