http_client_deta_api 0.0.1+1 copy "http_client_deta_api: ^0.0.1+1" to clipboard
http_client_deta_api: ^0.0.1+1 copied to clipboard

Implementation of the client_deta_api package using the http package.

http_client_deta_api #

style: very good analysis License: MIT coverage pub package

Implementation of the client_deta_api package using the http package. This implementation is used as an http request client in the deta package that interacts with the Deta platform API.

Usage #

// start deta instance using client `HttpClientDetaApi`.
final deta = Deta(projectKey: projectKey, client: HttpClientDetaApi(dio: http.Client()));

// Connect to  the `lenguages` DetaBase.
final detabase = deta.base('lenguages');

// Get a spesific element form the key.
final item = await detabase.get('dart-g');

0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Implementation of the client_deta_api package using the http package.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

client_deta_api, http

More

Packages that depend on http_client_deta_api