Releases: apinf/meteor-api-umbrella
1.0.1
Changed package structure to export ApiUmbrellaWeb
object. Refactored configuration variables to use camel case.
These changes allow ApiUmbrellaWeb
to be instanced in any application where it is used. Previously, the package automatically created the apiUmbrellaWeb
object, so there was no control at runtime.
0.2.12
v0.2.2 Release Notes
This version adds Create methods for Admin Users and API Backends.
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.