Skip to content

v1.1.0

Compare
Choose a tag to compare
@hroudaadam hroudaadam released this 28 Aug 10:02
· 26 commits to dev since this release
fe1da0a
  • 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