Skip to content

Releases: apinf/meteor-api-umbrella

1.0.1

17 Nov 07:44
Compare
Choose a tag to compare

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

08 Sep 10:26
Compare
Choose a tag to compare

Bug fix. Add methods to create API Backends.

v0.2.2 Release Notes

08 Jun 08:35
Compare
Choose a tag to compare

This version adds Create methods for Admin Users and API Backends.

v0.2.0 Release notes

04 Jun 13:03
Compare
Choose a tag to compare

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.