This repository was archived by the owner on Oct 15, 2020. It is now read-only.
v5.0.0-beta
Pre-release
Pre-release
Notes
Major release which extends support of the SDK to OneView Rest API version 800(OneView v4.1).
Major changes
- Designed a base class to keep all the common operations available for the resources.
- Introduced mixin classes to include the optional features of the resources.
- 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.