1.3.0 • Published 5 years ago

@gofleetly/api v1.3.0

Weekly downloads
10
License
Apache-2.0
Repository
-
Last release
5 years ago

Gofleetly API Wrapper npm

Official JavaScript wrapper for the Gofleetly API

Installing

$ npm install @gofleetly/api

Usage

Pass your API key to the Gofleetly constructor to create an API client.

import Gofleetly from '@gofleetly/api';
const gofleetly = new Gofleetly('YOUR_API_KEY_HERE');

The gofleetly object's methods correspond to API endpoints. Refer to the docs for usage examples.

Support

You can report any issues here.

Changelog

This format is based on Keep a Changelog, and adheres to Semantic Versioning.

1.3.0 - 2019-08-29

  • Add dashboardURL and trackingURL Delivery properties.

1.2.2 - 2019-08-28

  • id and productURL are no longer requried Item properties.
  • id is no longer a required Store property.

1.2.0 - 2019-08-08

1.1.1 - 2019-06-24

  • Fix Delivery schema missing deliveredAt property.

1.1.0 - 2019-06-10

  • Add shouldSendSMS parameter for deliveries.

1.0.0 - 2019-06-10

  • Official v1 release.
  • Improvements for intellisense.
  • All resolved method promises now correspond to the models represented in the docs.

1.0.0-alpha.3 - 2019-03-14

  • Add stripeId parameter to delivery scheduling function.

1.0.0-alpha.2 - 2019-03-14

  • Fix incorrect function parameters.

1.0.0-alpha.1 - 2019-02-28

  • Initial realease of SDK.
1.3.0

5 years ago

1.2.2

5 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.0

5 years ago

1.0.0-alpha.3

5 years ago

1.0.0-alpha.2

5 years ago

1.0.0-alpha.1

5 years ago