fluvie_api 0.1.0 copy "fluvie_api: ^0.1.0" to clipboard
fluvie_api: ^0.1.0 copied to clipboard

discontinuedreplaced by: fluvie_server

HTTP API that renders Fluvie videos to files (local or S3), with a web-safe client.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add fluvie_api

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

dependencies:
  fluvie_api: ^0.1.0

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:fluvie_api/client.dart';
import 'package:fluvie_api/server.dart';
1
likes
0
points
239
downloads

Publisher

unverified uploader

Weekly Downloads

HTTP API that renders Fluvie videos to files (local or S3), with a web-safe client.

Homepage
Repository (GitHub)
View/report issues

Topics

#video #rendering #server #api

License

unknown (license)

Dependencies

crypto, fluvie_cli, http, meta, minio, shelf, shelf_router, shelf_static

More

Packages that depend on fluvie_api