frontend/packages/arch/bot-space-api/README.md
bot space api instance that extracts from apps/bot/src/services/api/space-api.ts
This package is part of the Coze Studio monorepo and provides api & networking functionality. It includes store, service, plugin and more.
Add this package to your package.json:
{
"dependencies": {
"@coze-arch/bot-space-api": "workspace:*"
}
}
Then run:
rush update
import { /* exported functions/components */ } from '@coze-arch/bot-space-api';
// Example usage
// TODO: Add specific usage examples
type SpaceRequest<T> = Omit<T, 'space_id'>;const SpaceApi = spaceApiService;SpaceApiV2For detailed API documentation, please refer to the TypeScript definitions.
This package is built with:
This package is part of the Coze Studio monorepo. Please follow the monorepo contribution guidelines.
Apache-2.0