Application Configuration
Example
json
{
"name": "AutoAPI Test Application",
"language": "ts",
"outputDir": "./api/auto"
}Parameter Description
name
- Type: string
The name of the application, which can be configured in the console.
language
- Type: string
- Optional values:
'dart' | 'ts' | 'arkTs' - Specified via parameter when executing
autoapi init -l dart
The type of generated language. Currently supports Dart, TypeScript, and ArkTS.
outputDir
- Type: string
- Use relative path
The storage location for generated API files.