dribbble_client 0.1.0
dribbble_client: ^0.1.0 copied to clipboard
A Dribbble Api client for Dart
dribbble_client #
A library for interacting with the Dribbble Api.
Usage #
- Register a new app with Dribble
- Obtain your
access_token - Install the
dribbble_client:dependency in your project'spubspec.yaml - Create a new
DribbbleClient:final client = new DribbbleClient("YOUR_ACCESS_TOKEN"); - Profit:
final shots = client.fetchPopularShots(pageSize: 50)
Features and bugs #
Please file feature requests and bugs at the issue tracker.