ricardoul / grails-apidocs

Plugin to generate REST Api documentation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

grails-apidocs

Plugin to generate REST Api documentation

Installation

Add a dependency to BuildConfig.groovy:

plugins {
    runtime ":apidocs:0.2"
}

Usage

See apidocs-example grails application as a sample to use this plugin

Once the application is running, api documentation is available on <application_url>/apidocs

About

Plugin to generate REST Api documentation


Languages

Language:Groovy 88.3%Language:CSS 11.7%