Demonstrates a client and server implementation using the Connect API, enabling interaction with OpenAPI-compatible servers.
This repository provides a basic example of how to build a client and server application using the Connect API. It showcases how to register Swagger tools with Chatlas, allowing you to interact with OpenAPI-compatible servers through a chat interface. The example includes functionality for expanding Swagger file references, transforming them into operation dictionaries, and mapping operations to tools for easy integration with chat platforms like Chatlas.
Key Features
01Swagger file reference expansion
02Swagger tool registration with Chatlas
03Transformation of Swagger files into operation dictionaries
040 GitHub stars
05Client and server implementation using Connect API
06Mapping of operations to tools
Use Cases
01Automating API interactions through chat commands
02Building chat-based interfaces for interacting with APIs
03Integrating Swagger documentation with chat platforms