/monster-ui-apiexplorer

API EXPLORER for Monster-UI

Primary LanguageJavaScriptOtherNOASSERTION

Monster UI Api Explorer

Installation to source files:

  1. Upload all folders and files to apps/apiexplorer
  2. Upload file lib/highlight.pack.js to js/vendor directory
  3. Add next strings to file /js/main.js after string paths: {
'hljs': 'js/vendor/highlight.pack',
  1. Build your Monster UI with original builder (command gulp)
  2. Register apiexplorer app
#sup crossbar_maintenance init_app <absolute path to apiexplorer app> <your api base url>
sup crossbar_maintenance init_app /var/www/html/monster-ui/dist/apps/apiexplorer https://site.com:8443/v2/ 
  1. Activate the Api Explorer app in the Monster UI App Store ( /#/apps/appstore )

Installation to compiled files:

  1. Upload all folders and files to apps/apiexplorer
  2. Upload file lib/highlight.pack.js to js/vendor directory
  3. Create next symbol link in root directory of Monster UI
# ln [options] <target file> [link name]
ln -s js/vendor/highlight.pack.js hljs.js
  1. Register apiexplorer app
#sup crossbar_maintenance init_app <absolute path to apiexplorer app> <your api base url>
sup crossbar_maintenance init_app /var/www/html/monster-ui/dist/apps/apiexplorer https://site.com:8443/v2/ 
  1. Activate Api Explorer app in the Monster UI App Store ( /#/apps/appstore )