Store
4 endpoints, generated from the live router store.ts.
| Method | Path | Auth |
|---|---|---|
GET | /api/store/apps | public |
GET | /api/store/categories | public |
GET | /api/store/app/:slug | public |
POST | /api/store/launch | public |
Source: shared/api-core/src/routes/store.ts
4 endpoints, generated from the live router store.ts.
| Method | Path | Auth |
|---|---|---|
GET | /api/store/apps | public |
GET | /api/store/categories | public |
GET | /api/store/app/:slug | public |
POST | /api/store/launch | public |
Source: shared/api-core/src/routes/store.ts