Skip to content

[TRI-606] Add a TriggerClient#defineJob function that can be used instead of the Job constructor #162

@ericallam

Description

@ericallam

This would be exactly like defining a job with new Job(client, options) but would allow a possible nicer API (and one that would better match the mental model of producing a side-effect). For example:

const job = new Job(client, options)

Would be the same as:

const job = client.defineJob(options)

From SyncLinear.com | TRI-606

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions