darttindie

Creator: coderz1093

Last updated:

0 purchases

darttindie Image
darttindie Images

Languages

Categories

Add to Cart

Description:

darttindie

DartTindie #
Dart wrapper for Tindie Order API

Note: Never publish your Tindie API Key! It is a secret and should remain one!

Features #

Get all orders (last 20)
Get all shipped orders (last 20)
Get all unshipped orders (last 20)

Getting started #
flutter pub add darttindie
copied to clipboard
Usage #
Instantiate Tindie object with API key and username
final tindie = Tindie(
apikey: 'api key',
username: 'username',
);
copied to clipboard
Get last 30 orders
tindie.getOrders();
copied to clipboard
Get last 30 unshipped orders
tindie.getOrders(shipped: false);
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.