Home > @uniformdev/canvas > ReleaseClient

ReleaseClient class

API client to enable managing project releases

Signature:

Extends: ApiClient

Constructors

<table><thead><tr><th>

Constructor

</th><th>

Modifiers

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

(constructor)(options)

</td><td>

</td><td>

Constructs a new instance of the ReleaseClient class

</td></tr> </tbody></table>

Methods

<table><thead><tr><th>

Method

</th><th>

Modifiers

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

get(options)

</td><td>

</td><td>

Fetches all releases for a project

</td></tr> <tr><td>

ready(body)

</td><td>

</td><td>

Readies or unreadies a release for merging

</td></tr> <tr><td>

remove(body)

</td><td>

</td><td>

Deletes a release

</td></tr> <tr><td>

upsert(body)

</td><td>

</td><td>

Updates or creates (based on id) a release

</td></tr> </tbody></table>