oae-rest

14.0.0 • Public • Published

The rest module for OAE.

This is a stand-alone module that can be used to communicate with a live OAE instance through its REST endpoints.

Releasing

This module is versioned the same as the Hilary project. When a new version of Hilary is released, a matching version of this module should be released. To keep the versions in sync, we do the following:

  • Every release is post-fixed with -N starting from -1. Any <hilary version>-N release of this module will work with <hilary version> of Hilary. The -N postfix is only for maintenance things such as updating build scripts or critical package.json scripts
  • Whenever there is a new Hilary release, we release a compatible version of this module with the same version

To do that, we use the grunt-release plugin, however we do some additional acrobatics to follow the above process:

  1. To update just the pre-release version of this module, run: grunt release-version:prerelease
  2. To do a patch-version release of this module, run: grunt release-version:patch
  3. To do a minor-version release of this module, run: grunt release-version:minor
  4. To do a major-version release of this module, run: grunt release-version:major

Therefore if you are on version 4.4.0-3 and you need to upgrade the module for a 5.0.0 release of Hilary, you run the following:

sh release.sh, enter your GitHub username and password, enter the release type as major, and that will release and publish version 5.0.0 of this module to NPM.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 14.0.0
    0
    • latest

Version History

Package Sidebar

Install

npm i oae-rest

Weekly Downloads

2

Version

14.0.0

License

none

Last publish

Collaborators

  • sallakarppinen