Skip to content

ApiCat is an API development tool based on AI technology. It analyzes and identifies API requirements input by users, and automatically generates corresponding API documents and codes to help developers develop APIs more quickly and efficiently.

License

motecshine/apicat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ApiCat

English | 简体中文

ApiCat is an API development tool based on AI technology, which aims to help developers develop APIs more quickly and efficiently through automation and intelligence. ApiCat supports the import and export of OpenAPI and Swagger data files, and can analyze and identify the API requirements entered by users, and automatically generate corresponding API documents and codes.

You can visit our Online Demo to try it out.

ApiCat is still in its early stages, Star and Watch are welcome to follow the latest developments of the project.

Features

Demo

AI-generate-schema

AI-generate-api-by-schema

AI-generate-api

Overview

  • Support OpenAPI and Swagger data file import and export, which is convenient for developers to describe and manage API specifications.
  • Through AI technology, the requirements and structure of the API can be automatically identified, and corresponding API documents and codes can be generated to improve development efficiency and quality.

Installation and deployment

Get Code

git clone https://github.com/apicat/apicat.git

Compile and start the service

# Enter project
cd apicat

# Compile the front-end code
cd fronted
pnpm install
pnpm build

# Update collation dependencies
go mod tidy

# Compile project
go build

# Modify the configuration file
# You can copy the configuration file content of config/setting.default.yaml for configuration modification
cp ./config/setting.default.yaml ./
vim ./setting.default.yaml

# start service(default configuration)
./apicat
# start service(custom configuration)
./apicat -c setting.default.yaml

Contact

The growth of ApiCat is inseparable from each of its users. If you have any content that you want to discuss with us, please contact us and join our WeChat discussion group through the QR code below.

Wechat Group

License

MIT

About

ApiCat is an API development tool based on AI technology. It analyzes and identifies API requirements input by users, and automatically generates corresponding API documents and codes to help developers develop APIs more quickly and efficiently.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 31.1%
  • Go 29.5%
  • Vue 29.3%
  • SCSS 4.0%
  • HTML 3.2%
  • JavaScript 1.5%
  • CSS 1.4%