So for those of us that utilized the Autodesk.Forge sdk, we are know being told to use AutodeskPlatformServices.SDK , which looks a little more comprehensive. Does anyone have a good sdk library and samples for the platform all i can find is it references the http api.
Here is an vb.net example; I need to migrate from
Private Shared projectsApi As New ProjectsApi() to Private Shared projectsApi As New ProjectsApi(sdkManager as SDKManager) but i cant find any examples on how to do this.
Help Please 🙂