https://github.com/yext/chat-core
a networking library for interacting with the Yext Chat API
https://github.com/yext/chat-core
Last synced: 4 months ago
JSON representation
a networking library for interacting with the Yext Chat API
- Host: GitHub
- URL: https://github.com/yext/chat-core
- Owner: yext
- Created: 2023-05-02T20:27:00.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-18T21:08:00.000Z (over 1 year ago)
- Last Synced: 2024-12-18T21:26:21.192Z (over 1 year ago)
- Language: TypeScript
- Size: 935 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# chat-core monorepo
This monorepo contains the core library and bindings required for interacting with the Yext Chat API and supported integrations.
## What's inside?
This monorepo includes the following packages/apps:
### Apps and Packages
- `@yext/chat-core`: a networking library for interacting with the Yext Chat API. Visit [README.md](./packages/chat-core/README.md) for more details.
- `@yext/chat-core-aws-connect`: a library used for integrating Yext Chat with the Amazon Connect agent platform. Visit [README.md](./packages/chat-core-aws-connect/README.md) for more details.
Each package/app is 100% [TypeScript](https://www.typescriptlang.org/).