streamy 0.0.1 copy "streamy: ^0.0.1" to clipboard
streamy: ^0.0.1 copied to clipboard

outdatedDart 1 only

An experimental client API generator for services described using Google's API discovery format (https://developers.google.com/discovery/v1/using#discovery-doc). The generator comes with templates tha [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add streamy

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

dependencies:
  streamy: ^0.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:streamy/apigenlib.dart';
import 'package:streamy/base.dart';
import 'package:streamy/cache.dart';
import 'package:streamy/comparable.dart';
import 'package:streamy/default.dart';
import 'package:streamy/discovery.dart';
import 'package:streamy/generator.dart';
import 'package:streamy/multiplexer.dart';
import 'package:streamy/proxy.dart';
import 'package:streamy/set_multimap.dart';
0
likes
0
pub points
0%
popularity

Publisher

unverified uploader

An experimental client API generator for services described using Google's API discovery format (https://developers.google.com/discovery/v1/using#discovery-doc). The generator comes with templates that generate streaming API via dart:async's Stream object.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

args, mustache, unittest

More

Packages that depend on streamy