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

outdated

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

https://img.shields.io/pub/v/gitlab_dart.svg

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