commands/api_test_command library
CLI command for testing APIs directly from terminal.
This command enables developers to call an API endpoint, inspect the response, and optionally generate a Flutter module from the response JSON.
Usage:
flutter_enterprise_cli api test
Functions
-
runApiTestCommand(
String projectPath) → Future< void> -
Executes the
api testcommand.