Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whitecosmos/gotcha-rest-client
The open-source, cross-platform API test and design tool.
https://github.com/whitecosmos/gotcha-rest-client
api api-client api-design api-mock curl electron-app graphql grpc http-client rest-api rest-client websockets
Last synced: 5 days ago
JSON representation
The open-source, cross-platform API test and design tool.
- Host: GitHub
- URL: https://github.com/whitecosmos/gotcha-rest-client
- Owner: WhiteCosmos
- License: mit
- Created: 2023-12-11T12:26:59.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-18T10:24:25.000Z (about 1 year ago)
- Last Synced: 2025-01-09T05:14:19.111Z (12 days ago)
- Topics: api, api-client, api-design, api-mock, curl, electron-app, graphql, grpc, http-client, rest-api, rest-client, websockets
- Language: Vue
- Homepage: https://gotcha.rest
- Size: 5.48 MB
- Stars: 207
- Watchers: 5
- Forks: 18
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gotcha Rest Client
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Gotcha is an open-source, cross-platform API client for API design and test.
Gotcha 是一个开源且跨平台的 API 设计和测试工具。
### Features
* No cloud service, no account required, **ALL data saved in the local indexedDB**
* Parameterized URL editor, enabling easy modification of all URL parameters through a form.
* Convenient use of dynamic variables through the right-click menu, including environment variables, date-time, and
references to other interfaces, among various types.
* On-the-fly switching and modification of cookies, supporting the simultaneous use of multiple sets of cookies.
* Visual JSON editor.
* Save frequently used requests as request templates.### 功能特色
* 无需登录注册,所有数据均存放在本地数据库(indexedDB)当中
* 完全可视化的 API 设计功能,自由编辑请求和响应,支持 Json Schema 格式,支持大多数 OpenAPI 标准
* 参数化 URL 编辑器,所有 URL 参数都可以通过表单形式轻松修改
* 通过右键菜单轻松使用动态变量,包括环境变量,日期时间,引用其它接口等多种类型
* 随时切换,修改 Cookie,支持同时使用多套 Cookie
* 可视化 JSON 编辑器
* 保存常用请求到请求模板### Support Gotcha
* Star the project
* Share with others### 支持该项目
Gotcha Rest Client 是完全免费的,你可以下载我开发的这些 APP 已支持该项目
[App Store](https://apps.apple.com/cn/app/id6450109182)
### Get Started
Download latest version from https://github.com/WhiteCosmos/Gotcha-Rest-Client/releases
The website is not ready yet...
### 开始使用
通过 Github 下载最新的 release 版本 https://github.com/WhiteCosmos/Gotcha-Rest-Client/releases
项目网站正在准备中
### Bugs and Feature Requests
Have a bug or a feature request? First, read the issue guidelines (Which not even exists) and search for existing and
closed issues. If your problem or idea is not addressed yet, please open a new issue.请通过 Github Issue 反馈 BUG 或需求,详细描述 BUG 复现的步骤,最好带上截图
### Develop Gotcha
TODO