Closed
Description
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.
application_name.controller_name.route(path_parameters, query_parameters, body);
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
Metadata
Assignees
Labels
Projects
Status
Closed