swagger_parser icon indicating copy to clipboard operation
swagger_parser copied to clipboard

[FEATURE] Retrofit - Isolate Support

Open jayjah opened this issue 4 months ago • 0 comments

Use case

When using Retrofit with swagger_parser it's actually awesome that Retrofit itself supports parsing JSON objects with Isolates. Unfortunately this configuration is not supported by swagger_parser or at least I haven't seen any way to accomplish this behaviour when using Retrofit.

I think it would be great to configure this through the swagger_parser.yaml file. Further the best I can think of is handling this based on maybe some name conventions. Because: Some users want this behaviour only for specific API's but not for all of them.

@Carapacik What do you think of that?

Proposal

Configure somewhere (maybe through name conventions in the swagger_parser.yaml file) to use Isolates when parsing JSON objects with Retrofit.

jayjah avatar Oct 24 '25 07:10 jayjah