0.5.5 • Published 5 years ago

asteria-eos v0.5.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

Asteria Eos

JEC version npm version MIT

Eos is a facade that exposes business objects of the Helios server.

Requirements

Asteria Eos needs the following system parameters in order to work correctly:

  • npm 3+
  • TypeScript 3+

Installation

Set up the Asteria Eos module with:

$ npm install asteria-eos --save

Using Components

All Asteria Eos components have to be imported with the ES6 syntax:

import { HeliosTemplate } from 'asteria-eos';

public loadTemplates(): void {
  this.templateService.getTemplates()
                      .subscribe((templates: HeliosTemplate[]) => this.templates = templates);
}

For a complete list of available components, please refer to the API Reference documentation.

Running Tests

To execute all unit tests, use:

$ grunt test

API Reference

The API Reference documentation is not included into the JEC Commons node module. To build the API reference documentation, use:

$ grunt doc

Documentation will be generated in the docs/api-reference repository.

The documentation generator is TypeDoc

License

This Asteria Eos Project is licensed under MIT. Full license text is available in LICENSE.

MIT License

Copyright (c) 2019 Pascal ECHEMANN

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
0.5.5

5 years ago

0.5.4

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago