3.41.8 • Published 10 months ago

@halo-media/ts-client-api v3.41.8

Weekly downloads
-
License
ISC
Repository
bitbucket
Last release
10 months ago

Ticketsocket Client API

The main purpose of this library is to communicate with the Ticketsocket Integration API

Usage

Script Tag

<script src="/dist/ticketsocket-client-api.umd.js"></script>
<script>
let ticketsocket = new Ticketsocket.API('http://localhost:3000/', 'test-token');
ticketsocket.getCategories().then(console.log, console.error);
ticketsocket.getEvents().then(console.log, console.error);
</script>

ES6

import Ticketsocket from 'ticketsocket-client-api';

let ticketsocket = new Ticketsocket.API('http://localhost:3000/', 'test-token');
ticketsocket.getCategories().then(console.log, console.error);
ticketsocket.getEvents().then(console.log, console.error);

Development

You can link this repository for client API development

Run in this repository directory:

npm link

Run in the project consuming this library

npm link ticketsocket-client-api

Update version & NPM package

To update package version, create new tag and publish new version to npm do:

npm version {x.x.x}

npm run build

npm commit -m "Update package to v{x.x.x}"

npm git push origin

npm publish
3.41.2

1 year ago

3.41.3

11 months ago

3.41.4

10 months ago

3.41.5

10 months ago

3.41.6

10 months ago

3.41.7

10 months ago

3.41.8

10 months ago

3.38.0

2 years ago

3.37.0

2 years ago

3.36.0

2 years ago

3.36.1

2 years ago

3.36.2

2 years ago

3.36.3

2 years ago

3.35.0

2 years ago

3.35.1

2 years ago

3.34.0

2 years ago

3.33.0

3 years ago

3.31.0

3 years ago

3.31.1

3 years ago

3.30.0

3 years ago

3.32.0

3 years ago

3.22.0

3 years ago

3.21.1

3 years ago

3.21.0

3 years ago

3.24.0

3 years ago

3.22.2

3 years ago

3.23.0

3 years ago

3.21.2

3 years ago

3.26.0

3 years ago

3.25.0

3 years ago

3.28.0

3 years ago

3.27.0

3 years ago

3.29.0

3 years ago

3.20.0

3 years ago

3.17.0

3 years ago

3.19.0

3 years ago

3.18.0

3 years ago

3.15.0

3 years ago

3.14.0

3 years ago

3.16.0

3 years ago

3.13.0

3 years ago

3.12.0

4 years ago

3.11.0

4 years ago

3.9.0

4 years ago

3.10.0

4 years ago

3.8.0

4 years ago

3.7.0

4 years ago

3.6.0

4 years ago

3.5.0

4 years ago

3.4.0

4 years ago

3.3.0

4 years ago

3.2.1

4 years ago

3.2.0

4 years ago

3.1.0

4 years ago

3.0.0

4 years ago

2.5.0

4 years ago

2.7.0

4 years ago

2.6.0

4 years ago

2.9.0

4 years ago

2.8.0

4 years ago

2.4.0

4 years ago

2.3.0

4 years ago

2.2.0

4 years ago

2.1.1

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago