http_api_call 0.0.3 copy "http_api_call: ^0.0.3" to clipboard
http_api_call: ^0.0.3 copied to clipboard

Package to simplify API call.

http_api_call #

Simple Flutter Package that simplify api call.

Getting Started #

visit https://pub.dev/packages/http_api_call/versions/0.0.2#-installing-tab- on guide of installing the package

Usage #

Currently this API call only support api calls with basic authentication.

For Get

    apiKey: yourusername,
    secretKey: yourpassword
).get('https://yourapiuri.com')

For Post

    apiKey: yourusername,
    secretKey: yourpassword
).setBody({
    'parameter1' : value1,
    'parameter2' : value2,
    'parameter3' : value3
}).post('https://yourapiuri.com');
0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

Package to simplify API call.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, http

More

Packages that depend on http_api_call