nuvemshop_api 0.1.1
nuvemshop_api: ^0.1.1 copied to clipboard
Cliente Dart para a API REST Nuvemshop / Tiendanube (produtos, pedidos, loja, OAuth2). Documentação oficial: https://tiendanube.github.io/api-documentation/
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nuvemshop_apiWith Flutter:
$ flutter pub add nuvemshop_apiThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
nuvemshop_api: ^0.1.1Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nuvemshop_api/nuvemshop_api.dart';