This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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, |