dreamfactory / df-api-docs-ui
DreamFactory(tm) API Docs
Package info
github.com/dreamfactorysoftware/df-api-docs-ui
Language:SCSS
Type:dreamfactory-app
pkg:composer/dreamfactory/df-api-docs-ui
3.0.2
2019-10-08 09:15 UTC
Requires
This package is auto-updated.
Last update: 2026-02-23 00:20:27 UTC
README
API Docs is a DreamFactory wrapper around Swagger UI. Select a service and you get the Swagger UI for that service.
Overview
DreamFactory is a secure, self-hosted enterprise data access platform that provides governed API access to any data source, connecting enterprise applications and on-prem LLMs with role-based access and identity passthrough.
Installation
npm installbower installcd app/styles && gem install compass
Start dev server
grunt serve --force
Start Compass
The processor for .scss files.
cd app/styles && compass watch
Build dist
grunt build --force