Skip to content

feat: generate client for Serinus Applications #61

Closed
@francescovallone

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 Strings, 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

Labels

enhancementNew feature or request

Projects

  • Status

    Closed

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions