1.0.13 • Published 1 year ago

@404-software/lets-deliver v1.0.13

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

About

This package provides helper functions to handle integration with Let's Deliver's API.

How to use

You can set the following environment variables:

LETS_DELIVER_API_KEY="API Key"
LETS_DELIVER_API_SECRET="API Secret"
LETS_DELIVER_BASE_URL="Base Url"

or alternatively, you can pass these details to the config of the function directly.

Example

import { letsDeliverGetDeliveries letsDeliverGetDelivery } from '@404-software/lets-deliver'

const deliveries = await letsDeliverGetDeliveries({
	config: {
		apiKey: 'API Key',
		apiSecret: 'API Secret',
	},
})

const delivery = await letsDeliverGetDelivery({
	request: {
    id: 'efsdg2342-423fdsf2-4frwf34-greg343'
	}
})
1.0.13

1 year ago

1.0.12

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago