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
Requires
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
This package is auto-updated.
Last update: 2026-08-23 01:29:18 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