Skip to content

v0.2.0 Release notes

Compare
Choose a tag to compare
@brylie brylie released this 04 Jun 13:03
· 110 commits to master since this release

This release changed the structure of the apiUmbrellaWeb object. apiUmbrellaWeb now contains a sub-object called adminApi. Within the adminApi object, there is an object for the first version of the api, v1.

All methods are, or will be, attached to the corresponding API version object, so that the package conforms to the API Umbrella Admin API as closely as possible.

This release also added basic unit tests, including failures for existing methods. Further testing will be added.