akeneo_api_client 1.0.4 copy "akeneo_api_client: ^1.0.4" to clipboard
akeneo_api_client: ^1.0.4 copied to clipboard

A Dart library for Akeneo PIM API integration, simplifying product management tasks and interactions with Akeneo systems.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add akeneo_api_client

With Flutter:

 $ flutter pub add akeneo_api_client

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  akeneo_api_client: ^1.0.4

Alternatively, 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:akeneo_api_client/akeneo_api_client.dart';
2
likes
160
points
40
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart library for Akeneo PIM API integration, simplifying product management tasks and interactions with Akeneo systems.

Repository (GitHub)

Topics

#akeneo #api #client

Documentation

API reference

License

MIT (license)

Dependencies

http

More

Packages that depend on akeneo_api_client