Skip to content

Latest commit

 

History

History
79 lines (54 loc) · 1.7 KB

File metadata and controls

79 lines (54 loc) · 1.7 KB

API Reference

App installs

Install an app.

  GET /install/${name}
Parameter Type Description
name string Required. Name of the app to install.

Install a specific version of an app.

  GET /install/${name}/${version}
Parameter Type Description
name string Required. Name of the app to install.
version string Required. Version of the app to install.

App plists

Get the plist of an app.

  GET /plist/${name}
Parameter Type Description
name string Required. Name of the app to fetch.

Get the plist of a specific version of an app.

  GET /plist/${name}/${version}
Parameter Type Description
name string Required. Name of the app to fetch.
version string Required. Version of the app to fetch.

App information

Fetch information of an app.

  GET /appinfo/${name}
Parameter Type Description
name string Required. Name of the app to fetch.

Fetch information of all apps.

  GET /appinfo/all

Certificate

Get the certificate status.

  GET /status

Get some information about the current certificate.

  GET /info