drone_dart 1.2.1 copy "drone_dart: ^1.2.1" to clipboard
drone_dart: ^1.2.1 copied to clipboard

Dart client for the Drone Ci API. This package give you ability to integrate with Drone Ci API easily.

example/drone_dart_example.dart

import 'package:drone_dart/drone_dart.dart';
import 'package:drone_dart/src/drone_dart_base.dart';

void main() async {
  final instance = DroneClient(
    server: '<Your Drone Server Address>',
    token: '<Your Token>',
  );

  final user = await instance.userSection.info();
  print(user);
}
1
likes
100
pub points
15%
popularity

Publisher

unverified uploader

Dart client for the Drone Ci API. This package give you ability to integrate with Drone Ci API easily.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dio, freezed_annotation, json_annotation

More

Packages that depend on drone_dart