insightops_dart 0.2.0 copy "insightops_dart: ^0.2.0" to clipboard
insightops_dart: ^0.2.0 copied to clipboard

Unofficial wrapper for using Rapid7 insightOps logs (former LogEntries) with Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add insightops_dart

With Flutter:

 $ flutter pub add insightops_dart

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

dependencies:
  insightops_dart: ^0.2.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:insightops_dart/insightops_dart.dart';
1
likes
130
pub points
63%
popularity

Publisher

verified publisherookamikb.dev

Unofficial wrapper for using Rapid7 insightOps logs (former LogEntries) with Dart.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

async, http, logging

More

Packages that depend on insightops_dart