API documentation version versus Nuget version
Etienne Mermillod
✭✭✭✭
Hi,
Currenlty the API documentation refers a 2.0.0 version and the nuget package is tagged as a 3.0.0. What are the differences between those 2 major versions ?
Best Answer
-
You can find sample SDKs in the current API Documentation, here's the chart with the links.
Cheers,
Genevieve
Answers
-
SDK versions are not the same as API versions:
- The API version number (currently 2.0.0) is the number of iterations on the API itself.
- The SDK version (nuget version in this case) is the number of iterations of the SDK code, which interacts with the API but isn't the API itself.
Cheers,
Genevieve
-
Thanks, is the SDK still open source if so what's the current link for the SDK ?
-
You can find sample SDKs in the current API Documentation, here's the chart with the links.
Cheers,
Genevieve