# openApi Module ## Overview This module provides APIs for open operations. ## API Functions ### api.ts Source: `src/api/open/api.ts` #### `getOpenAPIEntity()` ```typescript async function getOpenAPIEntity(appId: string, entityId: string): Promise ```