Open francescovallone opened 2 months ago
The verbosity of the method can probably be a flag in the configuration file or in the command tbh:
verbose mode: getUsersDetailsByIdAndName
non-verbose (default): getUsersDetails
The flag will be --verbose
and it can be overridden by the configuration in the pubspec.yaml file
Allow the CLI to generate a HTTP Client easily usable from a Flutter application.
The following is an allowed way to do a request to a Serinus application using the generated client.
The path parameters by default are
String
s, but if they are defined as other types in the route then they will be of that specific type.All the calls are treated, for obvious reasons, as Future