/cyberapi_uk

Інструмент для запитів до API на основі tauri, він маленький за розміром та швидкий

Primary LanguageRustApache License 2.0Apache-2.0

Cyber API

test library License donwnload website

cyberapi

CyberAPI is API tool based on tauri.

English|简体中文|Українська

Features

  • Support macos, windows and linux platforms, the installation package is below 10MB
  • Thousands of interfaces for a single project are opened in seconds, with low memory usage
  • Support dark/light theme and chinese/english/ukrainian
  • Operation and configuration is simple
  • Support importing configuration from postman or insonmia
  • The configuration can be exported by interface, function and project, which is convenient for sharing
  • Support many custom functions

cyberapi

Installation

The installer can be downloaded through release, including windows, macos and linux versions.

Windows may need to install webview2.

Development

The project depends on rust and Nodejs. If you want to compile or participate in the development yourself, you can first install the dependencies of tauri by referring to the relevant documents here, and then :

yarn

Install tauri-cli:

cargo install tauri-cli

Running in browser mode, the data is mock:

yarn dev

Running in app mode:

make dev

Build the release package:

make build