1.1.2 • Published 1 year ago

zendesk-request-wrapper v1.1.2

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

Zendesk App's Framework Request Wrapper

This is a small typescript project that implements a wrapper around the ZAF client allowing for users to add in global params to all requests that go to a particular external host.

Installation

yarn add zendesk-request-wrapper

Usage

Config.setUrl('https://askstylo.com')
Config.setGlobalParams({ appName: 'Stylo Assist' });

const styloClient = new ZafClientWrapper(yourZendeskClientInstance);
1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

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