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.

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