[go: up one dir, main page]

CN106897071A - A kind of API extracting methods and system - Google Patents

A kind of API extracting methods and system Download PDF

Info

Publication number
CN106897071A
CN106897071A CN201710113582.8A CN201710113582A CN106897071A CN 106897071 A CN106897071 A CN 106897071A CN 201710113582 A CN201710113582 A CN 201710113582A CN 106897071 A CN106897071 A CN 106897071A
Authority
CN
China
Prior art keywords
api
target
request information
server
target process
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.)
Pending
Application number
CN201710113582.8A
Other languages
Chinese (zh)
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201710113582.8A priority Critical patent/CN106897071A/en
Publication of CN106897071A publication Critical patent/CN106897071A/en
Pending legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/70Software maintenance or management
    • G06F8/76Adapting program code to run in a different environment; Porting
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/547Remote procedure calls [RPC]; Web services

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

本申请公开了一种API提取方法,包括:预先设置目标流程的请求信息集;向目标服务器发送请求信息集,利用目标服务器返回的通信报文,提取目标流程中每个步骤对应的API,得到与目标流程顺序相对应的API集。可见,本发明通过预先设置目标流程的请求信息集,模拟用户终端与服务器之间的流程操作,向目标服务器发送请求信息集,利用目标服务器返回的通信报文,提取目标流程中每个步骤对应的API,得到与目标流程顺序相对应的API集,从而获取整个流程的API,且保留有相应的顺序,因此,能将API快速的移植到其他应用程序中使用,简化了开发流程。此外,本申请还相应公开了一种API提取系统。

This application discloses an API extraction method, including: pre-setting the request information set of the target process; sending the request information set to the target server, using the communication message returned by the target server to extract the API corresponding to each step in the target process, and obtaining The set of APIs corresponding to the target process order. It can be seen that the present invention simulates the process operation between the user terminal and the server by presetting the request information set of the target process, sends the request information set to the target server, and uses the communication message returned by the target server to extract the corresponding information of each step in the target process. The API set corresponding to the sequence of the target process is obtained, so as to obtain the API of the entire process and retain the corresponding sequence. Therefore, the API can be quickly transplanted to other applications for use, simplifying the development process. In addition, the present application also correspondingly discloses an API extraction system.

Description

一种API提取方法及系统A kind of API extraction method and system

技术领域technical field

本发明涉及应用软件领域,特别涉及一种API提取方法及系统。The invention relates to the field of application software, in particular to an API extraction method and system.

背景技术Background technique

随着科技的进步,越来越多的终端和平台走进了人们的视野,例如,个人电脑和智能手机等,同时,随之诞生的还有多种操作系统,例如,Windows操作系统、安卓操作系统和IOS操作系统等,不同平台和不同操作系统都各自有着与自身相兼容的应用软件,因此,同一款软件移植到多平台多操作系统是常见的情况。With the advancement of science and technology, more and more terminals and platforms have come into people's field of vision, such as personal computers and smart phones, etc. At the same time, there are also a variety of operating systems, such as Windows operating system, Android Operating system and IOS operating system, etc., different platforms and different operating systems have their own compatible application software. Therefore, it is common for the same software to be transplanted to multiple platforms and multiple operating systems.

现有技术中,要想将一个应用软件从一个平台或系统移植到另一个不同的平台或系统,需要对API(Application Programming Interface,应用程序编程接口)重新进行编辑和获取,使得移植过程繁琐,低效。In the prior art, in order to transplant an application software from one platform or system to another different platform or system, it is necessary to re-edit and obtain the API (Application Programming Interface, Application Programming Interface), which makes the transplantation process cumbersome. inefficient.

因此,如何能够快速的移植API,简化开发流程,成为了研究内容之一。Therefore, how to quickly transplant APIs and simplify the development process has become one of the research contents.

发明内容Contents of the invention

有鉴于此,本发明的目的在于提供一种API提取方法及系统,以获取网页或应用程序中的API,能将API快速的移植到其他应用程序中使用,简化开发流程。其具体方案如下:In view of this, the purpose of the present invention is to provide an API extraction method and system to obtain APIs in webpages or application programs, which can quickly transplant the APIs to other application programs and simplify the development process. The specific plan is as follows:

一种API提取方法,包括:An API extraction method comprising:

预先设置目标流程的请求信息集;Preset the request information set of the target process;

向目标服务器发送所述请求信息集,利用所述目标服务器返回的通信报文,提取所述目标流程中每个步骤对应的API,得到与所述目标流程顺序相对应的API集。Send the request information set to the target server, use the communication message returned by the target server to extract the API corresponding to each step in the target process, and obtain the API set corresponding to the sequence of the target process.

优选的,利用wireshark抓包工具提取API。Preferably, the API is extracted using a wireshark packet capture tool.

优选的,还包括:将所述API集移植到其他应用程序中。Preferably, it also includes: transplanting the API set to other application programs.

优选的,还包括:接收用户的编辑请求,对所述API集进行编辑。Preferably, the method further includes: receiving an editing request from a user, and editing the API set.

一种API提取系统,包括:An API extraction system comprising:

流程设置模块,用于预先设置目标流程的请求信息集;The process setting module is used to pre-set the request information set of the target process;

API提取模块,用于向目标服务器发送所述请求信息集,利用所述目标服务器返回的通信报文,提取所述目标流程中每个步骤对应的API,得到与所述目标流程顺序相对应的API集。An API extraction module, configured to send the request information set to the target server, extract the API corresponding to each step in the target process by using the communication message returned by the target server, and obtain the sequence corresponding to the target process API set.

优选的,利用wireshark抓包工具提取API。Preferably, the API is extracted using a wireshark packet capture tool.

优选的,还包括:移植模块,用于将所述API集移植到其他应用程序中。Preferably, it also includes: a transplantation module, used for transplanting the API set into other application programs.

优选的,还包括:编辑模块,用于接收用户的编辑请求,对所述API集进行编辑。Preferably, it further includes: an editing module, configured to receive an editing request from a user, and edit the API set.

本发明中,API提取方法,包括:预先设置目标流程的请求信息集;向目标服务器发送请求信息集,利用目标服务器返回的通信报文,提取目标流程中每个步骤对应的API,得到与目标流程顺序相对应的API集。可见,本发明通过预先设置目标流程的请求信息集,模拟用户终端与服务器之间的流程操作,向目标服务器发送请求信息集,利用目标服务器返回的通信报文,提取目标流程中每个步骤对应的API,得到与目标流程顺序相对应的API集,从而获取整个流程的API,且保留有相应的顺序,因此,能将API快速的移植到其他应用程序中使用,简化了开发流程。In the present invention, the API extraction method includes: pre-setting the request information set of the target process; sending the request information set to the target server, using the communication message returned by the target server to extract the API corresponding to each step in the target process, and obtaining the API corresponding to the target process. The API set corresponding to the process order. It can be seen that the present invention simulates the process operation between the user terminal and the server by presetting the request information set of the target process, sends the request information set to the target server, and uses the communication message returned by the target server to extract the corresponding information of each step in the target process. The API set corresponding to the sequence of the target process is obtained, so as to obtain the API of the entire process and retain the corresponding sequence. Therefore, the API can be quickly transplanted to other applications for use, simplifying the development process.

附图说明Description of drawings

为了更清楚地说明本发明实施例或现有技术中的技术方案,下面将对实施例或现有技术描述中所需要使用的附图作简单地介绍,显而易见地,下面描述中的附图仅仅是本发明的实施例,对于本领域普通技术人员来讲,在不付出创造性劳动的前提下,还可以根据提供的附图获得其他的附图。In order to more clearly illustrate the technical solutions in the embodiments of the present invention or the prior art, the following will briefly introduce the drawings that need to be used in the description of the embodiments or the prior art. Obviously, the accompanying drawings in the following description are only It is an embodiment of the present invention, and those skilled in the art can also obtain other drawings according to the provided drawings without creative work.

图1为本发明实施例提供的一种API提取方法流程示意图;Fig. 1 is a schematic flow chart of an API extraction method provided by an embodiment of the present invention;

图2为本发明实施例提供的一种API提取系统结构示意图。Fig. 2 is a schematic structural diagram of an API extraction system provided by an embodiment of the present invention.

具体实施方式detailed description

下面将结合本发明实施例中的附图,对本发明实施例中的技术方案进行清楚、完整地描述,显然,所描述的实施例仅仅是本发明一部分实施例,而不是全部的实施例。基于本发明中的实施例,本领域普通技术人员在没有做出创造性劳动前提下所获得的所有其他实施例,都属于本发明保护的范围。The following will clearly and completely describe the technical solutions in the embodiments of the present invention with reference to the accompanying drawings in the embodiments of the present invention. Obviously, the described embodiments are only some, not all, embodiments of the present invention. Based on the embodiments of the present invention, all other embodiments obtained by persons of ordinary skill in the art without making creative efforts belong to the protection scope of the present invention.

本发明实施例公开了一种API提取方法,参见图1所示,该方法包括:The embodiment of the present invention discloses an API extraction method, as shown in Figure 1, the method includes:

步骤S11:预先设置目标流程的请求信息集。Step S11: Preset the request information set of the target process.

可以理解的是,用户终端与服务器之间进行信息交互时,以通信报文的形式进行信息传递,其中,通信报文中将包含目标流程的API,因此,可以通过截获服务器返回的通信报文,从中获取服务器端的API。It can be understood that when information is exchanged between the user terminal and the server, the information is transmitted in the form of a communication message, wherein the communication message will contain the API of the target process, therefore, the communication message returned by the server can be intercepted , from which the server-side API is obtained.

具体的,为了获取目标流程中的API,需要用户预先设置目标流程的各个请求信息,以模仿用户与服务器通信时的流程操作,例如,模拟用户登录,输入用户名、密码和确认登录等。Specifically, in order to obtain the API in the target process, the user needs to pre-set each request information of the target process to imitate the process operation when the user communicates with the server, for example, simulate user login, input user name, password and confirm login, etc.

步骤S12:向目标服务器发送请求信息集,利用目标服务器返回的通信报文,提取目标流程中每个步骤对应的API,得到与目标流程顺序相对应的API集。Step S12: Send the request information set to the target server, use the communication message returned by the target server to extract the API corresponding to each step in the target process, and obtain the API set corresponding to the sequence of the target process.

具体的,设置完目标流程的请求信息集后,向目标服务器逐步发送请求信息集中的请求信息,服务器接收到请求信息后,相应的返回通信报文,例如,用户终端发送微信登录请求,服务器返回获取用户地理位置的通信报文,用户终端发送登录地图的请求,服务器返回用户常去地点的绘制通信报文,从目标服务器返回的通信报文中,提取目标流程中每个步骤对应的API,得到与目标流程顺序相对应的API集,例如,上例中,提取服务器返回的通信报文中的API,可以得到用户通过微信登录地图的API集。Specifically, after setting the request information set of the target process, the request information in the request information set is gradually sent to the target server. After receiving the request information, the server returns a corresponding communication message. For example, when the user terminal sends a WeChat login request, the server returns Obtain the communication message of the user's geographic location, the user terminal sends a request to log in to the map, the server returns the communication message of drawing the user's frequented places, and extracts the API corresponding to each step in the target process from the communication message returned by the target server. Get the API set corresponding to the target process sequence. For example, in the above example, extract the API in the communication message returned by the server, and you can get the API set for the user to log in to the map through WeChat.

可以理解的是,API集中的API排列顺序与服务器发送的通信报文顺序一致,因此,不用再进行编辑即可得到目标流程的API集。It can be understood that the arrangement order of the APIs in the API set is consistent with the order of the communication packets sent by the server. Therefore, the API set of the target process can be obtained without further editing.

可见,本发明实施例通过预先设置目标流程的请求信息集,模拟用户终端与服务器之间的流程操作,向目标服务器发送请求信息集,利用目标服务器返回的通信报文,提取目标流程中每个步骤对应的API,得到与目标流程顺序相对应的API集,从而获取整个流程的API,且保留有相应的顺序,因此,能将API快速的移植到其他应用程序中使用,简化了开发流程。It can be seen that the embodiment of the present invention simulates the process operation between the user terminal and the server by presetting the request information set of the target process, sends the request information set to the target server, and uses the communication message returned by the target server to extract each The APIs corresponding to the steps get the API set corresponding to the sequence of the target process, so as to obtain the APIs of the entire process and retain the corresponding sequence. Therefore, the API can be quickly transplanted to other applications for use, simplifying the development process.

本发明实施例公开了一种具体的API提取方法,相对于上一实施例,本实施例对技术方案作了进一步的说明和优化。具体的:The embodiment of the present invention discloses a specific API extraction method. Compared with the previous embodiment, this embodiment further explains and optimizes the technical solution. specific:

步骤S21:预先设置目标流程的请求信息集;Step S21: Presetting the request information set of the target process;

步骤S22:向目标服务器发送请求信息集,利用目标服务器返回的通信报文,提取目标流程中每个步骤对应的API,得到与目标流程顺序相对应的API集。Step S22: Send the request information set to the target server, use the communication message returned by the target server to extract the API corresponding to each step in the target process, and obtain the API set corresponding to the sequence of the target process.

具体的,可以利用wireshark抓包工具提取API,例如,在wireshark工具中模拟用户登录,输入用户名、密码,登录,此时wireshark就会抓取到服务器返回的通信报文,从中提取API,完成登录后,获取登录认证Key,也就是cookie,同样,模拟用户登录微信,登录制作相册的网站,服务器将会返回获取用户图片和选取相册模板的通信报文,wireshark同时进行抓取API。当然,也可以使用其他抓包工具,例如,TcpDump等,在此不做限定。Specifically, you can use the wireshark packet capture tool to extract the API. For example, simulate a user login in the wireshark tool, enter the user name and password, and log in. At this time, wireshark will capture the communication message returned by the server, extract the API from it, and complete After logging in, get the login authentication key, which is the cookie. Similarly, simulate the user to log in to WeChat and log in to the website that makes the photo album. The server will return the communication message to get the user's picture and select the photo album template, and wireshark will grab the API at the same time. Of course, other packet capture tools can also be used, such as TcpDump, etc., which are not limited here.

可以理解的是,获取API集后,可以将API集移植到其他应用程序中,移植后其他应用将快速获得与API集相对应的功能,而不再需要重新进行编程,简化了开发流程。It can be understood that after obtaining the API set, the API set can be transplanted to other applications, and after transplantation, other applications will quickly obtain the functions corresponding to the API set without reprogramming, which simplifies the development process.

在实际应用中,用户在获取API集后,可能需要适当的改变流程顺序,因此,可以接收用户的编辑请求,对API集进行编辑,根据用户自定义的需求,对API集中API排列顺序进行改变,也可以进行删减或添加。In practical applications, after the user obtains the API set, the user may need to change the process order appropriately. Therefore, the user's editing request can be received, the API set can be edited, and the order of the APIs in the API set can be changed according to the user-defined requirements. , can also be subtracted or added.

相应的,本发明实施例还公开了一种API提取系统,参见图2所示,该系统包括:Correspondingly, the embodiment of the present invention also discloses an API extraction system, as shown in Figure 2, the system includes:

流程设置模块11,用于预先设置目标流程的请求信息集;Process setting module 11, used to pre-set the request information set of the target process;

API提取模块12,用于向目标服务器发送请求信息集,利用目标服务器返回的通信报文,提取目标流程中每个步骤对应的API,得到与目标流程顺序相对应的API集。The API extraction module 12 is configured to send the request information set to the target server, extract the API corresponding to each step in the target process by using the communication message returned by the target server, and obtain the API set corresponding to the sequence of the target process.

具体的,可以利用wireshark抓包工具提取API。Specifically, you can use the wireshark packet capture tool to extract the API.

本发明实施例中,还可以包括:In the embodiment of the present invention, may also include:

移植模块,用于将API集移植到其他应用程序中。Porting module for porting API sets into other applications.

编辑模块,用于接收用户的编辑请求,对API集进行编辑。The editing module is used to receive editing requests from users and edit API sets.

可见,本发明实施例通过预先设置目标流程的请求信息集,模拟用户终端与服务器之间的流程操作,向目标服务器发送请求信息集,利用目标服务器返回的通信报文,提取目标流程中每个步骤对应的API,得到与目标流程顺序相对应的API集,从而获取整个流程的API,且保留有相应的顺序,因此,能将API快速的移植到其他应用程序中使用,简化了开发流程。It can be seen that the embodiment of the present invention simulates the process operation between the user terminal and the server by presetting the request information set of the target process, sends the request information set to the target server, and uses the communication message returned by the target server to extract each The APIs corresponding to the steps get the API set corresponding to the sequence of the target process, so as to obtain the APIs of the entire process and retain the corresponding sequence. Therefore, the API can be quickly transplanted to other applications for use, simplifying the development process.

最后,还需要说明的是,在本文中,诸如第一和第二等之类的关系术语仅仅用来将一个实体或者操作与另一个实体或操作区分开来,而不一定要求或者暗示这些实体或操作之间存在任何这种实际的关系或者顺序。而且,术语“包括”、“包含”或者其任何其他变体意在涵盖非排他性的包含,从而使得包括一系列要素的过程、方法、物品或者设备不仅包括那些要素,而且还包括没有明确列出的其他要素,或者是还包括为这种过程、方法、物品或者设备所固有的要素。在没有更多限制的情况下,由语句“包括一个……”限定的要素,并不排除在包括所述要素的过程、方法、物品或者设备中还存在另外的相同要素。Finally, it should also be noted that in this text, relational terms such as first and second etc. are only used to distinguish one entity or operation from another, and do not necessarily require or imply that these entities or operations, any such actual relationship or order exists. Furthermore, the term "comprises", "comprises" or any other variation thereof is intended to cover a non-exclusive inclusion such that a process, method, article, or apparatus comprising a set of elements includes not only those elements, but also includes elements not expressly listed. other elements of or also include elements inherent in such a process, method, article, or device. Without further limitations, an element defined by the phrase "comprising a ..." does not exclude the presence of additional identical elements in the process, method, article or apparatus comprising said element.

以上对本发明所提供的一种API提取方法及系统进行了详细介绍,本文中应用了具体个例对本发明的原理及实施方式进行了阐述,以上实施例的说明只是用于帮助理解本发明的方法及其核心思想;同时,对于本领域的一般技术人员,依据本发明的思想,在具体实施方式及应用范围上均会有改变之处,综上所述,本说明书内容不应理解为对本发明的限制。The API extraction method and system provided by the present invention have been introduced in detail above. In this paper, specific examples have been used to illustrate the principle and implementation of the present invention. The description of the above examples is only used to help understand the method of the present invention. and its core idea; at the same time, for those of ordinary skill in the art, according to the idea of the present invention, there will be changes in the specific implementation and scope of application. limits.

Claims (8)

1.一种API提取方法,其特征在于,包括:1. An API extraction method, characterized in that, comprising: 预先设置目标流程的请求信息集;Preset the request information set of the target process; 向目标服务器发送所述请求信息集,利用所述目标服务器返回的通信报文,提取所述目标流程中每个步骤对应的API,得到与所述目标流程顺序相对应的API集。Send the request information set to the target server, use the communication message returned by the target server to extract the API corresponding to each step in the target process, and obtain the API set corresponding to the sequence of the target process. 2.根据权利要求1所述的API提取方法,其特征在于,利用wireshark抓包工具提取API。2. The API extraction method according to claim 1, wherein the API is extracted using a wireshark packet capture tool. 3.根据权利要求1所述的API提取方法,其特征在于,还包括:3. API extraction method according to claim 1, is characterized in that, also comprises: 将所述API集移植到其他应用程序中。Port said API set into other applications. 4.根据权利要求1至3任一项所述的API提取方法,其特征在于,还包括:4. The API extraction method according to any one of claims 1 to 3, further comprising: 接收用户的编辑请求,对所述API集进行编辑。Receive the editing request from the user, and edit the API set. 5.一种API提取系统,其特征在于,包括:5. An API extraction system, characterized in that it comprises: 流程设置模块,用于预先设置目标流程的请求信息集;The process setting module is used to pre-set the request information set of the target process; API提取模块,用于向目标服务器发送所述请求信息集,利用所述目标服务器返回的通信报文,提取所述目标流程中每个步骤对应的API,得到与所述目标流程顺序相对应的API集。An API extraction module, configured to send the request information set to the target server, extract the API corresponding to each step in the target process by using the communication message returned by the target server, and obtain the sequence corresponding to the target process API set. 6.根据权利要求5所述的API提取系统,其特征在于,利用wireshark抓包工具提取API。6. The API extraction system according to claim 5, wherein the API is extracted using a wireshark packet capture tool. 7.根据权利要求5所述的API提取系统,其特征在于,还包括:7. The API extraction system according to claim 5, further comprising: 移植模块,用于将所述API集移植到其他应用程序中。A porting module for porting the set of APIs to other applications. 8.根据权利要求5至7任一项所述的API提取系统,其特征在于,还包括:8. The API extraction system according to any one of claims 5 to 7, further comprising: 编辑模块,用于接收用户的编辑请求,对所述API集进行编辑。The editing module is configured to receive an editing request from a user, and edit the API set.
CN201710113582.8A 2017-02-28 2017-02-28 A kind of API extracting methods and system Pending CN106897071A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710113582.8A CN106897071A (en) 2017-02-28 2017-02-28 A kind of API extracting methods and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710113582.8A CN106897071A (en) 2017-02-28 2017-02-28 A kind of API extracting methods and system

Publications (1)

Publication Number Publication Date
CN106897071A true CN106897071A (en) 2017-06-27

Family

ID=59184810

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710113582.8A Pending CN106897071A (en) 2017-02-28 2017-02-28 A kind of API extracting methods and system

Country Status (1)

Country Link
CN (1) CN106897071A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110139139A (en) * 2018-02-02 2019-08-16 华为技术有限公司 A kind of method for processing business, terminal, server and Related product
CN111259063A (en) * 2018-11-30 2020-06-09 北京数聚鑫云信息技术有限公司 Method and device for realizing data export in API mode
CN112104669A (en) * 2020-11-11 2020-12-18 北京城市轨道交通咨询有限公司 Method and device for analyzing rail transit data based on protocol extension
CN112947984A (en) * 2020-09-29 2021-06-11 深圳市明源云科技有限公司 Application program development method and device

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103440337A (en) * 2013-09-09 2013-12-11 百度在线网络技术(北京)有限公司 API (application program interface) compatibility scanning method and API compatibility scanning device
CN103957214A (en) * 2014-05-06 2014-07-30 重庆邮电大学 Computer network data package grabbing method for teaching
WO2016085971A2 (en) * 2014-11-26 2016-06-02 Itagged Inc. Distribution of location-based augmented reality captures

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103440337A (en) * 2013-09-09 2013-12-11 百度在线网络技术(北京)有限公司 API (application program interface) compatibility scanning method and API compatibility scanning device
CN103957214A (en) * 2014-05-06 2014-07-30 重庆邮电大学 Computer network data package grabbing method for teaching
WO2016085971A2 (en) * 2014-11-26 2016-06-02 Itagged Inc. Distribution of location-based augmented reality captures

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
白白喵: "想写个App练手,有什么有趣的API接口推荐吗?", 《知乎》 *

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110139139A (en) * 2018-02-02 2019-08-16 华为技术有限公司 A kind of method for processing business, terminal, server and Related product
CN111259063A (en) * 2018-11-30 2020-06-09 北京数聚鑫云信息技术有限公司 Method and device for realizing data export in API mode
CN111259063B (en) * 2018-11-30 2023-08-15 北京数聚鑫云信息技术有限公司 Method and device for realizing data export in API mode
CN112947984A (en) * 2020-09-29 2021-06-11 深圳市明源云科技有限公司 Application program development method and device
CN112947984B (en) * 2020-09-29 2024-05-14 深圳市明源云科技有限公司 Application program development method and device
CN112104669A (en) * 2020-11-11 2020-12-18 北京城市轨道交通咨询有限公司 Method and device for analyzing rail transit data based on protocol extension

Similar Documents

Publication Publication Date Title
CN108200170B (en) Message processing method and device and readable storage medium
CN103716781B (en) It is a kind of to realize that mobile terminal intelligent card writes the method for card, apparatus and system
US11196784B2 (en) Method, apparatus and system for creating discussion group based on instant messaging
CN103067257B (en) Method and server and system for achieving data mutual communication in social networking service
CN104852990A (en) Information processing method and intelligent household control system
CN107172169A (en) Data synchronization method, device, server and storage medium
CN106897071A (en) A kind of API extracting methods and system
CN106850794A (en) Method and apparatus, server and terminal for operating group
CN104486388A (en) Accessing method and device of cloud storage file
CN104184769A (en) Information push method and system
WO2014106385A1 (en) Method and system for integrating information about each contact person and mobile terminal
CN104123350B (en) A kind of method, equipment and the system of social networks management
CN103455338A (en) Method and device for acquiring data
CN103902339A (en) Application installation method, terminal and server
CN103533169A (en) Method for positioning and linking field of electronic business card based on mobile terminal
CN104243281A (en) Voice communication method based on mobile Internet
CN104113572A (en) Distribution method, system and front end device for user generation content
WO2018010396A1 (en) Method and device for realizing wireless access point connection authentication
CN105188015A (en) Mobile terminal private data migration backup method and mobile terminal
CN103037374B (en) Enterprise-level intelligent mobile terminal anti-theft method
CN103092465B (en) A kind of generation method of emotional culture account background
WO2017166526A1 (en) Terminal, server and software classification method
CN107423446B (en) New media automated trusted deployment system and method based on cloud storage
WO2016197884A1 (en) Identity-based data processing method and device
WO2015154379A1 (en) Remote help method, controlling mobile intelligent terminal and controlled mobile intelligent terminal

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20170627

RJ01 Rejection of invention patent application after publication