Skip to content

Releases: adamposledni/mindsphere-sdk-dotnet

v1.1.1

12 Sep 06:52
c348bd2
Compare
Choose a tag to compare
  • added GetAccessToken method in the MindSphereApiSdk class
  • added UpdateCredentials method in the MindSphereApiSdk class
  • added PATCH /assettypes/{id}/variables
  • added EventManagement (without jobs)
  • added MindSphereName attribute to bind C# objects to the objects in the MindSphere

v1.1.0

28 Aug 10:02
fe1da0a
Compare
Choose a tag to compare
  • new class architecture - client are initialized by MindSphereApiSdk instance
  • no need to provide HttpClient instance
  • added ClientConfiguration (region, domain, timeout, proxy)
  • added UserCredentials as a new credential option
  • listing operations now return pagination model with embedded data
  • added more options to the request classes (e.g. IncludeShared, IfNoneMatch)
  • improved validations
  • use of unit tests

v1.0.1

26 Aug 16:25
2e36250
Compare
Choose a tag to compare

Parameters validation was added (e.g. empty credentials and null HttpClient).

v1.0

26 Aug 16:24
Compare
Choose a tag to compare
Merge branch 'master' of github.com:hroudaadam/mindsphere-sdk-dotnet