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.

example/gitlab_dart_example.dart

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