forge-php-client icon indicating copy to clipboard operation
forge-php-client copied to clipboard

JsonApiAttributes always empty

Open swalter88 opened this issue 7 years ago • 1 comments

I recently was working on this resource: https://forge.autodesk.com/en/docs/data/v2/reference/http/projects-project_id-folders-folder_id-contents-GET/

The attributes of the returned JsonApiResources are always empty... It seems that the Swagger- and Attribute-Mapping are missing...

swalter88 avatar Oct 08 '18 10:10 swalter88

I´m testing the Forge PHP API and also affected by this issue. When calling $foldersApi->getFolderContents($project_id, $folder_id); the attributes of the resources are allways empty. The problem is that the JsonApiAttributes swagger class of the model has no properties declared at all. Are there any plans for a new release of the PHP API?

migueaguilera avatar Sep 20 '19 20:09 migueaguilera