Autodesk-Forge / forge-api-nodejs-client

Forge Node.js SDK: Provides Node.js SDK to help you easily integrate Forge REST APIs into the application
Apache License 2.0
121 stars 87 forks source link

Oder by version should be implemented or fixed #73

Open Maxime-Champain opened 3 years ago

Maxime-Champain commented 3 years ago

Hello,

As we are using this API on our project when you call :

ForgeSdk.ItemsApi getItemVersions GET /data/v1/projects/{project_id}/items/{item_id}/versions

This function isn't ordering correctly as you can see below (v10 and v11 are above v1).

image

Best regards