v0.2.0 Release notes
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.