What about the legacy plugin SDK?
With the release of the plugin SDK v1, the legacy version is now deprecated. While still supported, new features and improvements will be exclusive to the current version.
You can access the legacy documentation here.
Why a new version?
Since the legacy version of the plugin SDK was first designed and built, both Javascript and Front saw a lot of changes.
In addition to performance improvements, this new version brings support of promises and TypeScript, a data model closer to the one exposed by the Core API, etc...
API correspondence table
Legacy SDK | Current SDK | Notes |
---|---|---|
|
| |
|
| cf: assign |
|
| cf: setStatus |
|
| cf: move |
|
| cf: tag |
|
| cf: untag |
|
| cf: addTopic |
|
| cf: createDraft |
|
| cf: updateDraft |
|
| cf: openUrl |
|
| cf: openUrlInPopup |
|
| cf: search |
|
| cf: listTeammates |
|
| cf: listInboxes |
|
| cf: listChannels |
| The current teammate is now accessible on | |
| All teammates can be listed using listTeammates | |
| All tags can be listed using listTags | |
|
| cf: fetchDraft |
| Not implemented. |
Updated 3 months ago