This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

@adaptive-recognition/transport-api-client
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

Adaptive Recognition Cloud - Transportation & Cargo API Client

A JavaScript/TypeScript client for the AR Cloud Transportation & Cargo API.

How to Install

npm install --save @adaptive-recognition/transport-api-client

Usage

import { TransportAPIClient } from "@adaptive-recognition/transport-api-client";

const client = new TransportAPIClient({
    apiKey: "<YOUR_API_KEY>",
    type: "iso",
    cloudServiceRegion: "EU"
});

async function recognize() {
    const response = await client.send("./container.jpg");
    console.log(response);
}

recognize()
    .then()
    .catch(err => console.error(err));

Development

See DEVELOPMENT.md.

Package Sidebar

Install

npm i @adaptive-recognition/transport-api-client

Weekly Downloads

2

Version

1.0.3

License

MIT

Unpacked Size

42.4 kB

Total Files

22

Last publish

Collaborators

  • botond.balazs.ar
  • laszlo.toth
  • tothl74