- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This is my first time trying to publish an app to the app store and I am trying to follow the documentation for utilizing the Entitlement API service. https://adndevblog.typepad.com/aec/2015/04/entitlement-api-for-revit-exchange-store-apps.html and https://damassets.autodesk.net/content/dam/autodesk/www/adn/pdf/entitlement-api-for-desktop-apps.pdf
My problem lies in these lines of code:
client.BaseUrl = new System.Uri(_baseApiUrl);
JsonDeserializer deserial = new JsonDeserializer();
I get an error at client.BaseUrl, "RestClient" does not contain a definition for 'BaseUrl' are you missing a directory?
Also, the sample using statement is using RestSharp.Deserializers; but RestSharp appears to no longer have this? It does have RestSharp.Serializers;
I have downloaded and installed RestSharp v110.2.0.0
I have placed the sample code on github.
https://github.com/retug/RevitAddins
Can you point out where I have gone wrong?
Thanks!
Solved! Go to Solution.