Skip to content
This repository was archived by the owner on Oct 15, 2020. It is now read-only.

v5.0.0-beta

Pre-release
Pre-release

Choose a tag to compare

@sijeesh sijeesh released this 15 Apr 11:56
3c62197

Notes

Major release which extends support of the SDK to OneView Rest API version 800(OneView v4.1).

Major changes

  1. Designed a base class to keep all the common operations available for the resources.
  2. Introduced mixin classes to include the optional features of the resources.
  3. Resource data will be available with the resource object. This enhancement helps to
    add helper methods and avoid passing uri/name to call the resource methods.

See CHANGELOG.MD for more information.