VB10 / vexana

Vexana is network manager project with dio.
https://pub.dev/packages/vexana
MIT License
147 stars 42 forks source link

How to fetch list of primitive types? #45

Closed hasaneke closed 2 years ago

hasaneke commented 2 years ago

Response from the API is only a list of primitive types which looks like this. [ "a", "b", "c", "d", ] How can I fetch this with Vexana? (response is just a list of string. It doesn`t have names or curly braces)

kadirbekar commented 2 years ago

Have you tried sendPrimitive request?

more detail: https://github.com/VB10/vexana/blob/master/lib/src/network_manager.dart

At the bottom of the page.