tree: af3ca0ef2d0a0ac0bce4d20e3a8ac1f05b72c472 [path history] [tgz]
  1. README.md
  2. api/
  3. generator-xos/
  4. package.json
  5. xos-resource-generator.js
xos/core/xoslib/ngXosLib/README.md

ngXosLib

This is a collection of helpers to develop views as Angular SPA.

Tools

Apigen

Usage: npm run apigen

This tool will automatically generate an angular resource file for each endpoint available in Swagger.

NOTE: endpoints are listed as an array apiList in xos-resource-generator.js. If a new endpoint is added, it should be added also to that list.

TODO

  • Use Angular $resource instead of $http
  • Use ngDoc instead of jsDoc
  • Yeoman generator for new view
  • Define styleguide (both visual and js) and if needed define some UI components
  • Load api endpoints from http://localhost:9999/docs/api-docs/