All Downloads are FREE. Search and download functionalities are using the official Maven repository.

data.swagger.api-docs.marketplaceCategory.json Maven / Gradle / Ivy

The newest version!
{
  "apiVersion" : "v3",
  "swaggerVersion" : "1.2",
  "basePath" : "/v3",
  "resourcePath" : "/marketplaceCategory",
  "apis" : [ {
    "path" : "/{cat}",
    "operations" : [ {
      "method" : "GET",
      "summary" : "Get a category basic data",
      "notes" : "",
      "type" : "void",
      "nickname" : "get",
      "authorizations" : { },
      "parameters" : [ {
        "name" : "cat",
        "description" : "Name of plugins category to fetch",
        "required" : true,
        "type" : "string",
        "paramType" : "path"
      } ]
    } ]
  }, {
    "path" : "/",
    "operations" : [ {
      "method" : "GET",
      "summary" : "Show the list of registered remote marketplace providers",
      "notes" : "",
      "type" : "void",
      "nickname" : "list",
      "authorizations" : { },
      "parameters" : [ ]
    } ]
  }, {
    "path" : "/{cat}/plugins/{id}",
    "operations" : [ {
      "method" : "GET",
      "summary" : "Get a single plugin package metadata",
      "notes" : "",
      "type" : "void",
      "nickname" : "get",
      "authorizations" : { },
      "parameters" : [ {
        "name" : "cat",
        "description" : "Name of plugins category to fetch",
        "required" : true,
        "type" : "string",
        "paramType" : "path"
      }, {
        "name" : "id",
        "description" : "Name of plugin to fetch",
        "required" : true,
        "type" : "string",
        "paramType" : "path"
      } ]
    } ]
  }, {
    "path" : "/{cat}/plugins",
    "operations" : [ {
      "method" : "GET",
      "summary" : "Show the list of registered remote marketplace providers",
      "notes" : "",
      "type" : "void",
      "nickname" : "list",
      "authorizations" : { },
      "parameters" : [ {
        "name" : "cat",
        "description" : "Name of plugins category to fetch",
        "required" : true,
        "type" : "string",
        "paramType" : "path"
      } ]
    } ]
  } ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy