Skip to content

Instantly share code, notes, and snippets.

// GetPluginPairs gets a list of plugin pairs (each pair has a plugin and a plugin version). No body is required or
// expected for this endpoint.
//
// This endpoint will return an array of Plugin-PluginVersion pairs, under the key ". Here is an example return
// body:
// {
// pairs: [
// {
// plugin: {
// id: 1,