Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 549 Bytes

File metadata and controls

33 lines (20 loc) · 549 Bytes

API

Basic

GET /api/v1/basic/:appName

returns the app information for app :appName

example

Multi

GET /api/v1/multi/:appName,:appName,:appName,:appName

returns the information for all requested apps

example

All

GET /api/v1/all

returns the information about all apps

useful mostly to initialize a local cache/mirror

example