tillhub_sdk_flutter 0.0.1 copy "tillhub_sdk_flutter: ^0.0.1" to clipboard
tillhub_sdk_flutter: ^0.0.1 copied to clipboard

outdated

The Tillhub SDK for Flutter

tillhub_sdk_flutter #

Flutter SDK for the Tillhub API and common local functionality.

Getting Started #

// 1. get an instance of the SDK
var sdk = await TillhubSdk.getInstance();

// 2. login as a user
await sdk.api.login('name', 'password', 'organization');

// 3. request some resources, .e.g:
var results = await sdk.api.products.getAll(query: { 'deleted': false });

Authentication information from a successful login is automatically saved to SharedPreferences, and loaded when the instance is created.

License #

Apache-2.0