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

A Dart client for interacting with the n8n Public API, built by Spinex IO.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add n8n_client

With Flutter:

 $ flutter pub add n8n_client

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

dependencies:
  n8n_client: ^0.1.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:n8n_client/n8n_client.dart';
1
likes
130
points
21
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart client for interacting with the n8n Public API, built by Spinex IO.

Documentation

API reference

License

MIT (license)

Dependencies

dio

More

Packages that depend on n8n_client