APIJSON is a JSON network transport protocol specially designed for APIs and an ORM library based on this set of protocols, which provides a fully automated universal API for simple addition, deletion, modification and query, complex queries, and simple transaction operations, which can greatly reduce development and communication costs, simplify the development process, and shorten the development cycle. APIJSON is suitable for small and medium-sized projects with front-end and back-end separation, especially start-up projects, internal projects, low-code/zero-code, mini programs, BaaS, serverless, etc.
Peculiarity:
For the front-end
There is no need to rush interfaces and documents to the backend
The data and structure are fully customizable, and you can do whatever you want
Look at the request to know the result, what you ask is what you get
Get any data, any structure, at once
It can remove duplicate data, save traffic and improve speed
For the backend
Provide a common interface, and most of the APIs do not need to be written
Automatically generate documentation, eliminating the need to write and maintain it
Automatically verify permissions, manage versions, and prevent SQL injection
Open APIs don’t need to be versioned and are always compatible
- It supports adding, deleting, modifying, querying, complex queries, connecting tables across databases, and remote functions
APIJSON API display:
Postman displays APIJSON
- APIAuto displays APIJSON
Using APIAuto-Machine Learning Interface Tool to manage and test HTTP APIs can greatly improve the efficiency of interface joint debugging
APIAuto automatically saves request records, automatically generates interface documents, adds frequently used requests, and can quickly view and restore them with one click
APIAuto one-click automatic interface regression testing, no need to write any code (no notes, comments, etc.)