CN107015804B - Method and system for rapidly developing project by configuring API - Google Patents

Method and system for rapidly developing project by configuring API Download PDF

Info

Publication number
CN107015804B
CN107015804B CN201710196478.XA CN201710196478A CN107015804B CN 107015804 B CN107015804 B CN 107015804B CN 201710196478 A CN201710196478 A CN 201710196478A CN 107015804 B CN107015804 B CN 107015804B
Authority
CN
China
Prior art keywords
api
user
database
market
self
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201710196478.XA
Other languages
Chinese (zh)
Other versions
CN107015804A (en
Inventor
彭永光
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Wuhan Topideas Information Co ltd
Original Assignee
Wuhan Topideas Information Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Wuhan Topideas Information Co ltd filed Critical Wuhan Topideas Information Co ltd
Priority to CN201710196478.XA priority Critical patent/CN107015804B/en
Publication of CN107015804A publication Critical patent/CN107015804A/en
Application granted granted Critical
Publication of CN107015804B publication Critical patent/CN107015804B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/36Software reuse
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/20Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
    • G06F16/25Integrating or interfacing systems involving database management systems
    • G06F16/252Integrating or interfacing systems involving database management systems between a Database Management System and a front-end application

Abstract

The invention discloses a method and a system for rapidly developing projects by configuring an API (application program interface), wherein the method comprises the following steps: a user creates an application, and automatically creates a database while creating the application; a user creates a table model and sets fields in the table model; automatically creating a database table in the created database; the user acquires the built-in API or self-configures the API or retrieves the proper API from the API market according to the requirement, integrates the acquired API into the front-end page code, and the front-end page calls the API to perform data interaction with the database. Has the advantages that: the acquired resources and channels of the API are flexible and various, various requirements of users can be met, the acquired API is integrated into a front-end page, the development of a project can be completed, the users do not need to develop a back end independently, the software development complexity is reduced, the development cost is greatly reduced, and the development project efficiency is higher; and the user shares the API to the API market for all users to select and use, and the API is shared and reused, so that the development efficiency and quality are improved.

Description

Method and system for rapidly developing project by configuring API
Technical Field
The invention relates to the technical field of computers, in particular to a method and a system for rapidly developing projects by configuring an API (application program interface).
Background
At present, when a developer develops a software project, a front-end page and a back-end are often required to be developed, certain time, manpower and material resources are required to be consumed for both the front-end development and the back-end development, the development cost is high, and the time consumption is long.
Front end: the structure and the appearance of the software page are visually represented, the front-end development is realized by a website or a foreground code of the software, the front-end development comprises basic HTML, CSS and JavaScript/ajax, in the front-end development, when the page is laid out, the HTML defines elements, the CSS positions the displayed elements, and then the corresponding effect and interaction are realized through the JavaScript.
A rear end: interact with the database to process the corresponding business logic.
Item: and (4) a service software system.
API: application Programming Interface (api) is a predefined function that is intended to provide applications and developers the ability to access a set of routines based on certain software or hardware without having to access source code or understand the details of the internal workings.
URL: a uniform resource locator, which is a compact representation of the location and access method of resources available on the internet, is the address of standard resources on the internet, and each file on the internet has a unique URL that contains information indicating the location of the file and how the browser should handle it.
Disclosure of Invention
The present invention is directed to overcome the above technical deficiencies, and to provide a method and a system for quickly developing a project by configuring an API, so as to solve the above technical problems in the prior art.
In order to achieve the technical purpose, the technical solution of the present invention provides a method for rapidly developing a project by configuring an API, including:
s1, creating an application by a user, automatically creating a database while creating the application, wherein the database is associated with the application;
s2, creating a table model by a user, setting fields in the table model and recording table model data;
s3, a mapping relation is established between the table model and the database table, and the database table is automatically established in the established database according to the table model established by the user;
s4, presetting a built-in API, presetting an API market, integrating APIs shared by users in the API market, adding description information of the APIs when the users share the APIs to the API market, and acquiring the APIs by the users according to needs in three ways, namely: acquiring a built-in API, and adopting a second mode: writing a custom SQL statement/custom script to configure a self-defined API, in a third mode: selecting an API from an API market, cloning the API, modifying or not modifying the API, and determining whether to perform an API test according to the requirement;
s5, the user writes front end page codes corresponding to the application and integrates the acquired API into the front end page codes, and the front end page calls the API to perform data interaction with the database associated with the application.
The invention also provides a system for rapidly developing projects by configuring the API, which comprises the following steps:
a database creation module: a user creates an application, and automatically creates a database while creating the application, wherein the database is associated with the application;
a table model creation module: a user creates a table model, sets fields in the table model and inputs table model data;
a database table generation module: establishing a mapping relation between the table model and a database table, and automatically establishing the database table in the established database according to the table model established by the user;
API acquisition and front end page integration module: the method comprises the following steps of presetting a built-in API, presetting an API market, integrating APIs shared by users in the API market, adding description information of the APIs when the users share the APIs to the API market, obtaining the APIs by the users according to needs, and having three modes, namely a mode I: acquiring a built-in API, and adopting a second mode: writing a custom SQL statement/custom script to configure a self-defined API, in a third mode: selecting an API from an API market to clone and then modifying or not modifying the API, determining whether to perform API test or not according to needs, writing a front-end page code corresponding to the application by a user, integrating the obtained API into the front-end page code, and calling the API by the front-end page to perform data interaction with a database associated with the application.
Compared with the prior art, the invention has the beneficial effects that: when a user creates an application, a database is automatically created, the user creates a table model and sets fields in the table model, then a database table is automatically created in the created database, the user acquires a built-in API or self-configures the API or retrieves a proper API from the API market according to the requirement, the acquisition resources and channels of the API are flexible and various and can meet various requirements of the user, the acquired API is integrated into a front-end page, the development of a project can be completed, the user does not need to independently develop a rear end, the software development complexity is reduced, the development cost is greatly reduced, the development period is shortened, the development project efficiency is higher, and the maintainability, the expandability and the reusability are high; after a user configures a custom API or clones the API from the API market to modify and tests the API, the user authorizes the API and issues a shared API to the API market for all users to select and use, the API is shared and reused, development cost is reduced, and development efficiency and quality are improved.
Drawings
FIG. 1 is a flow chart of a method for rapidly developing a project through a configuration API according to the present invention;
FIG. 2 is a block diagram of a system architecture for rapidly developing a project through a configuration API according to the present invention;
FIG. 3 is a block diagram of the API acquisition and front-end page integration module of FIG. 2.
In the drawings: 1. the system for rapidly developing projects by configuring the API comprises a system for rapidly developing projects, 11, a database creation module, 12, a table model creation module, 13, a database table generation module, 14, an API acquisition and front-end page integration module, 141, a first unit, 142, a second unit, 143 and a third unit.
Detailed Description
In order to make the objects, technical solutions and advantages of the present invention more apparent, the present invention is described in further detail below with reference to the accompanying drawings and embodiments. It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a method for rapidly developing projects by configuring an API (application program interface), which comprises the following steps:
s1, creating an application by a user, automatically creating a database while creating the application, wherein the database is associated with the application;
s2, creating a table model by a user, setting fields in the table model and recording table model data;
s3, a mapping relation is established between the table model and the database table, and the database table is automatically established in the established database according to the table model established by the user;
s4, presetting a built-in API, presetting an API market, integrating APIs shared by users in the API market, adding description information of the APIs when the users share the APIs to the API market, and acquiring the APIs by the users according to needs in three ways, namely: acquiring a built-in API, and adopting a second mode: writing a custom SQL statement/custom script to configure a self-defined API, in a third mode: selecting an API from an API market, cloning the API, modifying or not modifying the API, and determining whether to perform an API test according to the requirement;
s5, the user writes front end page codes corresponding to the application and integrates the acquired API into the front end page codes, and the front end page calls the API to perform data interaction with the database associated with the application.
The method for rapidly developing projects by configuring the API, disclosed by the invention, comprises the following steps of obtaining the API, testing the API and integrating the API into a front-end page in the steps S4 and S5:
s41, checking whether the built-in API meets the requirement or not by the user, directly integrating the built-in API into the front-end page code if the built-in API meets the requirement, and executing the step S42 if the built-in API does not meet the requirement;
s42, selecting whether to search the API of the API market through the keywords by the user, writing a custom SQL statement/custom script to configure a self-defined API if the user does not search the API of the API market, performing API test on the custom API, integrating the custom API into a front-end page code after the API test is finished, and executing the step S43 if the user selects to search the API of the API market;
s43, searching the API in the API market by the user, selecting the searched API to clone if the user searches the API which completely meets the requirement, integrating the cloned API into the front-end page code after cloning, selecting the searched API to clone and modifying the cloned API if the API which is searched by the user does not completely meet the requirement, then testing the API, and integrating the modified API into the front-end page code after testing the API.
The method for rapidly developing projects by configuring the API comprises the following steps of S42 and S43:
inputting parameters or URL to obtain the result of API execution, and testing whether the API is correct according to the execution result;
compiling a self-defined SQL statement/self-defined script configuration self-defined API, testing the API, sharing the configured self-defined API to an API market and adding description information of the API by a user through user authorization after the test is finished, realizing the sharing and multiplexing of the API and improving the software development efficiency;
and selecting the retrieved API to clone, modifying the cloned API, testing the API, sharing the modified API to an API market and adding description information of the API by a user through user authorization after the test is finished, so that the sharing and multiplexing of the API are realized, and the software development efficiency is improved.
The method for rapidly developing projects by configuring the API, provided by the invention, comprises the following steps of S2:
the user creates a table model, sets fields in the table model and inputs table model data, the created table model is a table but not an entity table in a database, the fields of the table are set in a filling or checking mode after the table is created, and the table model data are input, and the settable items of the fields of the table are as follows: the method comprises the following steps of creating a table model, setting fields in the table model and recording table model data, wherein the fields are English names, Chinese names, field types, field lengths, whether the fields are allowed to be empty, default values, indexes, whether the fields are automatically increased and the like;
when the table model data is recorded, the quality of the recorded data in the database is verified by calling a database data verification rule, for example, whether the data such as non-empty data, verification character strings, telephone numbers, identity card numbers, numbers and the like meet requirements is verified, the data is ensured to be stored correctly, and the verification rule comprises a preset verification rule and a verification rule which is self-defined and configured by a user through a regular expression.
The method for rapidly developing projects by configuring the API, provided by the invention, comprises the following steps of S3:
after a database table is created in the database, the database can be managed, because a mapping relation is established between the table model and the database table, the data structure and the data content in the table model are changed, such as data addition, data deletion, data modification, table clearing, table deletion and the like, the data structure and the data content in the database table are correspondingly changed, the database can be changed by changing the table model data, the data management of the database is very visual, simple and convenient, and professional database maintenance personnel are not needed.
The present invention also provides a system 1 for rapidly developing a project by configuring an API, comprising:
the database creation module 11: a user creates an application, and automatically creates a database while creating the application, wherein the database is associated with the application;
the table model creation module 12: a user creates a table model, sets fields in the table model and inputs table model data;
the database table generation module 13: establishing a mapping relation between the table model and a database table, and automatically establishing the database table in the established database according to the table model established by the user;
API acquisition and front end page integration module 14: the method comprises the following steps of presetting a built-in API, presetting an API market, integrating APIs shared by users in the API market, adding description information of the APIs when the users share the APIs to the API market, obtaining the APIs by the users according to needs, and having three modes, namely a mode I: acquiring a built-in API, and adopting a second mode: writing a custom SQL statement/custom script to configure a self-defined API, in a third mode: selecting an API from an API market to clone and then modifying or not modifying the API, determining whether to perform API test or not according to needs, writing a front-end page code corresponding to the application by a user, integrating the obtained API into the front-end page code, and calling the API by the front-end page to perform data interaction with a database associated with the application.
In the system 1 for rapidly developing a project by configuring an API according to the present invention, the API acquiring and front-end page integrating module 14 includes:
first unit 141: the user checks whether the built-in API meets the requirement, if the built-in API meets the requirement, the built-in API is directly integrated into the front-end page code, and if the built-in API does not meet the requirement, the second unit is executed;
second unit 142: the user selects whether to search the API of the API market through the keywords, if not, the user writes a self-defined SQL statement/self-defined script to configure the self-defined API, the API test is carried out on the self-defined API, the self-defined API is integrated into a front-end page code after the API test is finished, and if the user selects to search the API of the API market, the third unit is executed;
third unit 143: and searching the API in the API market by the user, selecting the searched API for cloning if the user searches the API which completely meets the requirement, integrating the cloned API into the front-end page code after cloning is finished, selecting the searched API for cloning and modifying the cloned API if the API which is searched by the user does not completely meet the requirement, then performing API test, and integrating the modified API into the front-end page code after the API test is finished.
In the system 1 for rapidly developing a project by configuring an API according to the present invention, in the second unit 142 and the third unit 143:
inputting parameters or URL to obtain the result of API execution, and testing whether the API is correct according to the execution result;
writing a self-defined SQL statement/self-defined script to configure a self-defined API, testing the API, sharing the configured self-defined API to an API market through user authorization after the test is finished, and adding description information of the API by a user;
and selecting the retrieved API to clone, modifying the cloned API, testing the API, sharing the modified API to the API market by the authorization of the user after the test is finished, and adding description information of the API by the user.
In the system 1 for rapidly developing projects by configuring the API, the table model creating module 12:
when the table model data is recorded, the quality of the recorded data in the database is verified by calling a database data verification rule, wherein the verification rule comprises a preset verification rule and a verification rule which is self-defined and configured by a user through a regular expression.
In the system 1 for rapidly developing projects by configuring APIs, a database table generation module 13:
because a mapping relation is established between the table model and the database table, the data structure and the data content in the table model are changed, and the data structure and the data content in the database table in the database are correspondingly changed.
The system 1 for rapidly developing projects by configuring the API is internally provided with built-in components, and the built-in components comprise: the system comprises a file system, a task system, a user management function module, a user group management function module, an authority management function module, a log management function module, a short message function module, a mailbox function module, an identifying code function module, a Session function module and the like; the file system is used for managing files and providing file downloading and uploading functions, in the file system, the related contents of the files can be classified and managed according to the mode of a folder, the files are uploaded and downloaded in a unified mode, and a user can check and call the files in the file system through accessing a file API (application programming interface) on a front-end page corresponding to a developed project; the task system is used for managing matters or programs needing to set the timing task, and in the task system, the programs needing to set the timing task in the project can be solved through a task plan which mainly comprises parameters such as task execution content, execution starting time, execution period and the like; the log management, short message, mailbox, verification code and Session function modules provide basic functions commonly used by the system, such as log management, short message receiving, sending, receiving and checking, mail sending, verification code sending and Session packaging for direct use by the front end. The built-in components facilitate software project development of users and provide a safety management function and a system common function.
According to the system 1 for rapidly developing the project by configuring the API, a user writes the front-end page code corresponding to the application and integrates the API into the front-end page, when the whole project is completed, the user can derive all source codes of the project for the user to develop and use again, the project can be deployed to the system 1 for rapidly developing the project by configuring the API in a one-key mode, a server does not need to be deployed independently, and the system 1 for configuring the API rapid developing project provides database service for the project.
Compared with the prior art, the invention has the beneficial effects that: when a user creates an application, a database is automatically created, the user creates a table model and sets fields in the table model, then a database table is automatically created in the created database, the user acquires a built-in API or self-configures the API or retrieves a proper API from the API market according to the requirement, the acquisition resources and channels of the API are flexible and various and can meet various requirements of the user, the acquired API is integrated into a front-end page, the development of a project can be completed, the user does not need to independently develop a rear end, the software development complexity is reduced, the development cost is greatly reduced, the development period is shortened, the development project efficiency is higher, and the maintainability, the expandability and the reusability are high; after a user configures a custom API or clones the API from the API market to modify and tests the API, the user authorizes the API and issues a shared API to the API market for all users to select and use, the API is shared and reused, development cost is reduced, and development efficiency and quality are improved.
The above-described embodiments of the present invention should not be construed as limiting the scope of the present invention. Any other corresponding changes and modifications made according to the technical idea of the present invention should be included in the protection scope of the claims of the present invention.

Claims (8)

1. A method for rapidly developing a project through a configuration API, comprising:
s1, creating an application by a user, automatically creating a database while creating the application, wherein the database is associated with the application;
s2, creating a table model by a user, setting fields in the table model and recording table model data;
s3, a mapping relation is established between the table model and the database table, and the database table is automatically established in the established database according to the table model established by the user;
s4, presetting a built-in API, presetting an API market, integrating APIs shared by users in the API market, adding description information of the APIs when the users share the APIs to the API market, and acquiring the APIs by the users according to needs in three ways, namely: acquiring a built-in API, and adopting a second mode: writing a custom SQL statement/custom script to configure a self-defined API, in a third mode: selecting an API from an API market, cloning the API, modifying or not modifying the API, and determining whether to perform an API test according to the requirement;
s5, the user writes a front end page code corresponding to the application and integrates the acquired API into the front end page code, and the front end page calls the API to perform data interaction with a database associated with the application;
the steps of obtaining the API, performing API testing, and integrating the API into the front page in steps S4 and S5 include:
s41, checking whether the built-in API meets the requirement or not by the user, directly integrating the built-in API into the front-end page code if the built-in API meets the requirement, and executing the step S42 if the built-in API does not meet the requirement;
s42, selecting whether to search the API of the API market through the keywords by the user, writing a custom SQL statement/custom script to configure a self-defined API if the user does not search the API of the API market, performing API test on the custom API, integrating the custom API into a front-end page code after the API test is finished, and executing the step S43 if the user selects to search the API of the API market;
s43, searching the API in the API market by the user, selecting the searched API to clone if the user searches the API which completely meets the requirement, integrating the cloned API into the front-end page code after cloning, selecting the searched API to clone and modifying the cloned API if the API which is searched by the user does not completely meet the requirement, then testing the API, and integrating the modified API into the front-end page code after testing the API.
2. The method for rapid development of projects through a configuration API of claim 1,
step S42 and step S43:
inputting parameters or URL to obtain the result of API execution, and testing whether the API is correct according to the execution result;
writing a self-defined SQL statement/self-defined script to configure a self-defined API, testing the API, sharing the configured self-defined API to an API market through user authorization after the test is finished, and adding description information of the API by a user;
and selecting the retrieved API to clone, modifying the cloned API, testing the API, sharing the modified API to the API market by the authorization of the user after the test is finished, and adding description information of the API by the user.
3. The method for rapidly developing a project through a configuration API of claim 1, wherein in step S2:
when the table model data is recorded, the quality of the recorded data in the database is verified by calling a database data verification rule, wherein the verification rule comprises a preset verification rule and a verification rule which is self-defined and configured by a user through a regular expression.
4. The method for rapidly developing a project through a configuration API of claim 1, wherein in step S3:
because a mapping relation is established between the table model and the database table, the data structure and the data content in the table model are changed, and the data structure and the data content in the database table in the database are correspondingly changed.
5. A system for rapidly developing a project through a configuration API, comprising:
a database creation module: a user creates an application, and automatically creates a database while creating the application, wherein the database is associated with the application;
a table model creation module: a user creates a table model, sets fields in the table model and inputs table model data;
a database table generation module: establishing a mapping relation between the table model and a database table, and automatically establishing the database table in the established database according to the table model established by the user;
API acquisition and front end page integration module: the method comprises the following steps of presetting a built-in API, presetting an API market, integrating APIs shared by users in the API market, adding description information of the APIs when the users share the APIs to the API market, obtaining the APIs by the users according to needs, and having three modes, namely a mode I: acquiring a built-in API, and adopting a second mode: writing a custom SQL statement/custom script to configure a self-defined API, in a third mode: selecting an API from an API market, cloning the API, modifying or not modifying the API, determining whether to perform API test or not according to needs, compiling a front-end page code corresponding to the application by a user, integrating the obtained API into the front-end page code, and calling the API and a database associated with the application by the front-end page to perform data interaction;
the API acquisition and front-end page integration module comprises:
a first unit: the user checks whether the built-in API meets the requirement, if the built-in API meets the requirement, the built-in API is directly integrated into the front-end page code, and if the built-in API does not meet the requirement, the second unit is executed;
a second unit: the user selects whether to search the API of the API market through the keywords, if not, the user writes a self-defined SQL statement/self-defined script to configure the self-defined API, the API test is carried out on the self-defined API, the self-defined API is integrated into a front-end page code after the API test is finished, and if the user selects to search the API of the API market, the third unit is executed;
a third unit: and searching the API in the API market by the user, selecting the searched API for cloning if the user searches the API which completely meets the requirement, integrating the cloned API into the front-end page code after cloning is finished, selecting the searched API for cloning and modifying the cloned API if the API which is searched by the user does not completely meet the requirement, then performing API test, and integrating the modified API into the front-end page code after the API test is finished.
6. The system for rapid development of projects through a configuration API of claim 5,
in the second unit and the third unit:
inputting parameters or URL to obtain the result of API execution, and testing whether the API is correct according to the execution result;
writing a self-defined SQL statement/self-defined script to configure a self-defined API, testing the API, sharing the configured self-defined API to an API market through user authorization after the test is finished, and adding description information of the API by a user;
and selecting the retrieved API to clone, modifying the cloned API, testing the API, sharing the modified API to the API market by the authorization of the user after the test is finished, and adding description information of the API by the user.
7. The system for rapid development of projects through a configuration API of claim 5 wherein in the table model creation module:
when the table model data is recorded, the quality of the recorded data in the database is verified by calling a database data verification rule, wherein the verification rule comprises a preset verification rule and a verification rule which is self-defined and configured by a user through a regular expression.
8. The system for rapid development of projects through a configuration API as recited in claim 5, wherein in the database table generation module:
because a mapping relation is established between the table model and the database table, the data structure and the data content in the table model are changed, and the data structure and the data content in the database table in the database are correspondingly changed.
CN201710196478.XA 2017-03-29 2017-03-29 Method and system for rapidly developing project by configuring API Active CN107015804B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710196478.XA CN107015804B (en) 2017-03-29 2017-03-29 Method and system for rapidly developing project by configuring API

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710196478.XA CN107015804B (en) 2017-03-29 2017-03-29 Method and system for rapidly developing project by configuring API

Publications (2)

Publication Number Publication Date
CN107015804A CN107015804A (en) 2017-08-04
CN107015804B true CN107015804B (en) 2020-10-30

Family

ID=59445036

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710196478.XA Active CN107015804B (en) 2017-03-29 2017-03-29 Method and system for rapidly developing project by configuring API

Country Status (1)

Country Link
CN (1) CN107015804B (en)

Families Citing this family (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107454240B (en) * 2017-09-18 2020-10-02 上海研端信息科技有限公司 Installation method of detection system, detection system and detection method of camera
CN109033871B (en) * 2018-07-17 2021-09-14 河北中科恒运软件科技股份有限公司 Method for automatically encapsulating API based on data directory
CN109542756B (en) * 2018-09-29 2023-04-11 中国平安人寿保险股份有限公司 Method and device for automatically configuring script, electronic equipment and storage medium
CN111125642B (en) * 2018-10-31 2022-06-03 北京数聚鑫云信息技术有限公司 Method and device for managing API, storage medium and computer equipment
CN109634570A (en) * 2018-12-15 2019-04-16 中国平安人寿保险股份有限公司 Front and back end integrated development method, device, equipment and computer readable storage medium
CN109977154A (en) * 2019-02-22 2019-07-05 青岛农业大学 A kind of more API sets at big data terminal system method for building up
CN111049877B (en) * 2019-10-21 2022-08-09 贝壳技术有限公司 Big data external output method and device and data open platform
CN111782672B (en) * 2020-06-30 2022-09-27 平安银行股份有限公司 Multi-field data management method and related device
CN112286519A (en) * 2020-08-12 2021-01-29 北京海致网聚信息技术有限公司 SQL-based dynamic application creation method
CN113590097B (en) * 2021-07-30 2022-11-29 中电金信软件有限公司 API interface generation method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104618481A (en) * 2015-01-30 2015-05-13 青岛海尔科技有限公司 Thing networking APP (application) development method and device and thing networking system
CN105224377A (en) * 2015-10-08 2016-01-06 广州华旻信息科技有限公司 A kind of method by metadata automatic generating software project code file and device
CN105630472A (en) * 2014-11-03 2016-06-01 中国科学院沈阳自动化研究所 Quick client development frame for manufacturing execution system and software development method for frame

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7739698B2 (en) * 2006-05-25 2010-06-15 International Business Machines Corporation Multiplatform API usage tool
US20130104151A1 (en) * 2011-10-24 2013-04-25 International Business Machines Corporation Interface Profiles for Customizing Application Programming Interface Behavior
US20150269672A1 (en) * 2014-03-21 2015-09-24 Hybrid Tittan Management, Llc Trading platform currently known as alphametrics and it's accompanying api (application programming interface) for its usage; to include a voice recognition software platform designed to aggregate end of day order imbalance sentiment for nyse traded issues

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105630472A (en) * 2014-11-03 2016-06-01 中国科学院沈阳自动化研究所 Quick client development frame for manufacturing execution system and software development method for frame
CN104618481A (en) * 2015-01-30 2015-05-13 青岛海尔科技有限公司 Thing networking APP (application) development method and device and thing networking system
CN105224377A (en) * 2015-10-08 2016-01-06 广州华旻信息科技有限公司 A kind of method by metadata automatic generating software project code file and device

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
"数据市场API产品接入-上架指南";激酶;《https://yq.aliyun.com/articles/57212》;20160703;第1-8页 *

Also Published As

Publication number Publication date
CN107015804A (en) 2017-08-04

Similar Documents

Publication Publication Date Title
CN107015804B (en) Method and system for rapidly developing project by configuring API
CN109857667B (en) Interface automation test method, test device, test equipment and storage medium
US10592319B2 (en) API notebook tool
US10705942B1 (en) Simulated testing of API
CN106980504B (en) Application program development method and tool and equipment thereof
CN108293081B (en) Deep linking of program playback to mobile application state through user interface events
KR102220127B1 (en) Method and apparatus for customized software development kit (sdk) generation
WO2018072634A1 (en) Application processing method and device
CN105814539B (en) The method and apparatus generated for code virtualization and remote process call
WO2018113596A1 (en) Method of processing application reviewing operation permission, device, and data storage medium
US20170102925A1 (en) Automatch process and system for software development kit for application programming interface
US8543972B2 (en) Gateway data distribution engine
CN108959076A (en) A kind of API on-line debugging method
US20120174068A1 (en) Testing Software Code
Odom et al. Forensic inspection of sensitive user data and artifacts from smartwatch wearable devices
CN114036425A (en) Page access method, client, server and system
KR20090089601A (en) System and method for automatically building document with its data and layout using document making application program
CN115017182A (en) Visual data analysis method and equipment
CN103685498B (en) The loading method and browser device of a kind of wallpaper
CN114185791A (en) Method, device and equipment for testing data mapping file and storage medium
CN105094768A (en) Application interface generation method and application interface generation device
CN113778897A (en) Automatic test method, device, equipment and storage medium of interface
Chang et al. A plug-in architecture for connecting to new data sources on mobile devices
US10540157B2 (en) Systems to remove object relational mappings from a software project
Salehi Mastering symfony

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant