API interface packaging and calling method and system
Patent Information
- Authority / Receiving Office
- CN ยท China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- YGSOFT INC
- Publication Date
- 2021-04-09
Smart Images

Figure 1 
Figure 2 
Figure 3
Abstract
Description
technical field
[0001] The invention relates to the field of computer technology, in particular to an API interface encapsulation calling method and system. Background technique
[0002] API (Application Programming Interface, application programming interface) is some pre-defined functions, or refers to the agreement of different components of the software system. A set of routines that applications and developers can access based on a piece of software or hardware without accessing the source code or understanding the details of the inner workings.
[0003] At present, the main process of API encapsulation and calling is as follows: first store the API interface in the project directory; then configure the development environment, test environment and production environment, etc.; re-encapsulate the request, configure the request method, and request parameters, methods, etc.; set timeout , Request interception; then introduce the corresponding API function on the page; ca...