haystack_client 1.0.0 copy "haystack_client: ^1.0.0" to clipboard
haystack_client: ^1.0.0 copied to clipboard

Client for SkySpark servers using haystack protocol. SkySpark is a project to serve your IoT data and make analytics. Haystack defines a tagging model and REST API for IoT.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add haystack_client

With Flutter:

 $ flutter pub add haystack_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  haystack_client: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:haystack_client/haystack_client.dart';
0
likes
110
pub points
0%
popularity

Publisher

unverified uploader

Client for SkySpark servers using haystack protocol. SkySpark is a project to serve your IoT data and make analytics. Haystack defines a tagging model and REST API for IoT.

Homepage

Documentation

API reference

License

AFL-3.0 (LICENSE)

Dependencies

collection, crypto, haystack, http

More

Packages that depend on haystack_client