fontcolor_theme
Deepkit Framework

Deepkit API Console

Deepkit API Console is a module you can import into your application to provide an interactive web-based API explorer for your HTTP and RPC routes.

Installation

npms install @deepkit/api-console-module
new App({
    imports: [
        new ApiConsoleModule({
            path: '/api',
            markdown: `
        # My API
        
        This is my API documentation.
        
        Have fun!
        `
        }),
    ]
})
English中文 (Chinese)한국어 (Korean)日本語 (Japanese)Deutsch (German)