gitlab_dart 0.1.2 copy "gitlab_dart: ^0.1.2" to clipboard
gitlab_dart: ^0.1.2 copied to clipboard

A Dart API Client for gitlab REST API to communicate with ease and leverage all the dart features.

https://pub.dev/packages/gitlab_dart

Gitlab Dart Client #

A Gitlab API client for dart.

Warning! Still work in progress! #

PR will be much appreciated.

Usage #

A simple usage example:

import 'package:gitlab_dart/gitlab_dart.dart';

main() {
  var api = GitlabAPI();
  api.getProjectByID(11592997).then((project) {
    print(project.name);
  });
}
0
likes
40
pub points
0%
popularity

Publisher

unverified uploader

A Dart API Client for gitlab REST API to communicate with ease and leverage all the dart features.

Repository (GitLab)
View/report issues

License

MPL-2.0 (LICENSE)

Dependencies

http

More

Packages that depend on gitlab_dart