dribbble_client 0.1.0 copy "dribbble_client: ^0.1.0" to clipboard
dribbble_client: ^0.1.0 copied to clipboard

Dart 1 only

A Dribbble Api client for Dart

dribbble_client #

Build Status codecov

A library for interacting with the Dribbble Api.

Usage #

  1. Register a new app with Dribble
  2. Obtain your access_token
  3. Install the dribbble_client: dependency in your project's pubspec.yaml
  4. Create a new DribbbleClient: final client = new DribbbleClient("YOUR_ACCESS_TOKEN");
  5. Profit: final shots = client.fetchPopularShots(pageSize: 50)

Features and bugs #

Please file feature requests and bugs at the issue tracker.

0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

A Dribbble Api client for Dart

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http

More

Packages that depend on dribbble_client