Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Last active July 12, 2019 21:22
Show Gist options
  • Select an option

  • Save anthonybudd/eb60a9ff0df462fd845ce347091a7cc2 to your computer and use it in GitHub Desktop.

Select an option

Save anthonybudd/eb60a9ff0df462fd845ce347091a7cc2 to your computer and use it in GitHub Desktop.
tps.job.create({
group_id: '00ffedbb-ff29-5138-9b5d-cd1f6ae3bc6b',
components: [{
id: 'ef42949a-6b57-407b-ae0f-1d8cfb445e8f'
}]
}).then(function (job) {
console.log(`Printing ${job.id}`)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment