An open API service indexing awesome lists of open source software.

https://github.com/lab5e/dart-simple

Sample API client in Dart that retrieves a list of collections from Span
https://github.com/lab5e/dart-simple

dart iot lang-dart sample

Last synced: 17 days ago
JSON representation

Sample API client in Dart that retrieves a list of collections from Span

Awesome Lists containing this project

README

          

# Dart API client sample

This is a (very) simple API client sample in Dart.

Create a new token in the [Span dashboard](https://span.lab5e.com) and launch the sample with `dart run bin/collections.dart [API token]`

## Adding the dependency

Add the dependecy to your project by running the following command:
```bash
dart pub add spanapi --git-url https://github.com/lab5e/dart-spanapi
```