Autodesk-Forge / forge-php-client

Forge PHP SDK: Enables you to easily integrate the Forge REST APIs into your application, including OAuth, Data Management,Model Derivative, and Design Automation
Apache License 2.0
41 stars 52 forks source link

JsonApiAttributes always empty #29

Open swalter88 opened 5 years ago

swalter88 commented 5 years ago

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...

migueaguilera commented 4 years ago

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?