KR101585095B1 - Apparatus and method of generating mashup data api - Google Patents

Apparatus and method of generating mashup data api Download PDF

Info

Publication number
KR101585095B1
KR101585095B1 KR1020140062498A KR20140062498A KR101585095B1 KR 101585095 B1 KR101585095 B1 KR 101585095B1 KR 1020140062498 A KR1020140062498 A KR 1020140062498A KR 20140062498 A KR20140062498 A KR 20140062498A KR 101585095 B1 KR101585095 B1 KR 101585095B1
Authority
KR
South Korea
Prior art keywords
api
data api
mashup
data
external web
Prior art date
Application number
KR1020140062498A
Other languages
Korean (ko)
Other versions
KR20150134962A (en
Inventor
권용식
최성옥
Original Assignee
주식회사 케이티
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 주식회사 케이티 filed Critical 주식회사 케이티
Priority to KR1020140062498A priority Critical patent/KR101585095B1/en
Publication of KR20150134962A publication Critical patent/KR20150134962A/en
Application granted granted Critical
Publication of KR101585095B1 publication Critical patent/KR101585095B1/en

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F17/00Digital computing or data processing equipment or methods, specially adapted for specific functions
    • G06F17/40Data acquisition and logging

Landscapes

  • Engineering & Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • Theoretical Computer Science (AREA)
  • Computer Hardware Design (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Mathematical Physics (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

매쉬업 데이터 API를 생성하는 방법은 생성하고자 하는 매쉬업 데이터 API의 정보를 입력받는 단계, 매쉬업 데이터 API의 정보와 연관된 복수의 센싱 데이터 API 중 하나 이상을 선택받는 단계, 매쉬업 데이터 API의 정보와 연관된 복수의 외부 웹 데이터 API 중 하나 이상을 선택받는 단계, 선택된 센싱 데이터 API 및 외부 웹 데이터 API를 이용하여 매쉬업 데이터 API를 생성하는 단계, 생성된 매쉬업 데이터 API를 API 관리 서버에 등록하는 단계 및 선택된 센싱 데이터 API 및 외부 웹 데이터 API의 개발자 계정으로, 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송하는 단계를 포함할 수 있다. A method for generating a mashup data API includes receiving information of a mashup data API to be generated, selecting one or more of a plurality of sensing data APIs associated with information of the mashup data API, Selecting one or more of the external web data APIs, creating a mashup data API using the selected sensing data API and the external web data API, registering the generated mashup data API with the API management server, And sending a message to the developer account of the external web data API promoting that the mashup data API has been created.

Description

매쉬업 데이터 API를 생성하는 방법 및 장치{APPARATUS AND METHOD OF GENERATING MASHUP DATA API}[0001] APPARATUS AND METHOD OF GENERATING MASHUP DATA API [0002]

본 발명은 매쉬업 데이터 API를 생성하는 방법 및 장치에 관한 것이다. The present invention relates to a method and apparatus for generating a mashup data API.

매쉬업(Mash-up)은 다양한 형태의 컨텐츠 또는 서비스들을 결합하고 응용하여 새로운 컨텐츠 또는 서비스를 생성하는 것을 의미한다. Mash-up refers to the combination and application of various types of content or services to create new content or services.

매쉬업 서비스는 웹서비스 업체가 자신들의 서비스에 접근할 수 있도록 접근방법을 공개하는 것으로부터 비롯된다. 3rd Party 개발자는 웹 서비스 업체들이 공개한 API(Application Programming Interface)를 기반으로 독자적인 유저 인터페이스나 콘텐츠를 융합하여 새로운 응용 서비스(즉, 매쉬업 데이터 API)를 개발할 수 있게 되었다. The mashup service comes from disclosing access methods for web service providers to access their services. Third party developers can develop new application services (ie, mashup data APIs) by fusing their own user interfaces or content based on APIs (Application Programming Interfaces) that are published by web service providers.

새로운 매쉬업 데이터 API의 개발을 위해서는 매쉬업 데이터 API의 생성 로직을 프로그래밍 코드상에서 구현하고, Open API 매뉴얼을 통해 매쉬업 데이터 API에 이용되는 API를 검색하기 때문에 해당 생성 로직을 구현하는데 시간이 많이 소모된다. In order to develop a new mashup data API, the creation logic of the mashup data API is implemented in the programming code and the API used in the mashup data API is retrieved through the Open API manual, so that it takes much time to implement the generation logic.

또한, 매쉬업 데이터 API의 생성 로직이 다양한 데이터 및 조건의 변경을 통해 생성되므로, 해당 생성 로직의 결과를 확인하기 위해서는 프로그램을 컴파일한 이후에 그 결과를 확인할 수 있다.In addition, since the generation logic of the mashup data API is generated by changing various data and conditions, the result can be confirmed after the program is compiled in order to check the result of the generation logic.

기 생성된 매쉬업 데이터 API를 개선한 신규 매쉬업 데이터 API가 만들어지더라도 개발자가 Open API 개발자 사이트를 방문하여 조회를 하지 않는 한 신규 매쉬업 데이터 API의 생성여부를 알 수 없다. Even if a new mashup data API is created that improves the generated mashup data API, it is impossible to know whether a new mashup data API is created unless the developer visits the open API developer site and inquires.

복수의 센서 플랫폼으로부터 복수의 센싱 데이터 API를 수집하고, 웹 상에서 제공되는 하나 이상의 오픈 API를 수집하고, 생성하고자 하는 매쉬업 데이터 API와 연관된 센싱 데이터 API 및 오픈 API를 선택하고, 선택된 센싱 데이터 API 및 오픈 API를 이용하여 매쉬업 데이터 API를 생성하고자 한다. 또한, 생성된 매쉬업 데이터 API를 시뮬레이션을 통해 실행하여 그 결과를 즉시 확인하고자 한다. 또한, 선택된 센싱 데이터 API 및 외부 웹 데이터 API의 개발자 계정으로 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송하고자 한다. 다만, 본 실시예가 이루고자 하는 기술적 과제는 상기된 바와 같은 기술적 과제들로 한정되지 않으며, 또 다른 기술적 과제들이 존재할 수 있다. Collecting a plurality of sensing data APIs from a plurality of sensor platforms, collecting one or more open APIs provided on the web, selecting a sensing data API and an open API associated with the mashup data API to be generated, We want to create mashup data API using API. The generated mashup data API is executed through simulation and the result is confirmed immediately. In addition, a message promoting that the mashup data API is generated is transmitted to the developer account of the selected sensing data API and the external web data API. It is to be understood, however, that the technical scope of the present invention is not limited to the above-described technical problems, and other technical problems may exist.

상술한 기술적 과제를 달성하기 위한 기술적 수단으로서, 본 발명의 제 1 측면에 따른 매쉬업 데이터 API를 생성하는 방법은 생성하고자 하는 매쉬업 데이터 API의 정보를 입력받는 단계, 상기 매쉬업 데이터 API의 정보와 연관된 복수의 센싱 데이터 API 중 하나 이상을 선택받는 단계, 상기 매쉬업 데이터 API의 정보와 연관된 복수의 외부 웹 데이터 API 중 하나 이상을 선택받는 단계, 상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API를 이용하여 상기 매쉬업 데이터 API를 생성하는 단계, 상기 생성된 매쉬업 데이터 API를 API 관리 서버에 등록하는 단계 및 상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API의 개발자 계정으로, 상기 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송하는 단계를 포함할 수 있다. According to a first aspect of the present invention, there is provided a method for generating a mashup data API, the method comprising: receiving information of a mashup data API to be generated; Selecting at least one of a plurality of external web data APIs associated with information of the mashup data API, selecting one or more of the plurality of external web data APIs, Registering the generated mashup data API with the API management server, and transmitting a message promoting that the mashup data API is generated to the developer account of the selected sensing data API and the external web data API . ≪ / RTI >

또한, 본 발명의 제 2 측면에 따른 매쉬업 데이터 API를 생성하는 API 생성 장치는 생성하고자 하는 매쉬업 데이터 API의 정보를 입력받는 입력 수신부, 상기 매쉬업 데이터 API의 정보와 연관된 복수의 센싱 데이터 API 중 하나 이상을 선택받는 센싱 데이터 API 선택부, 상기 매쉬업 데이터 API의 정보와 연관된 복수의 외부 웹 데이터 API 중 하나 이상을 선택받는 외부 웹 데이터 API 선택부, 상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API를 이용하여 상기 매쉬업 데이터 API를 생성하는 API 생성부, 상기 생성된 매쉬업 데이터 API를 API 관리 서버에 등록하는 API 등록부 및 상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API의 개발자 계정으로, 상기 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송하는 API 홍보부를 포함할 수 있다.  According to a second aspect of the present invention, there is provided an API generation apparatus for generating a mashup data API, including an input receiving unit for receiving information of a mashup data API to be generated, a plurality of sensing data APIs associated with information of the mashup data API, An external web data API selector for selecting at least one of a plurality of external web data APIs associated with the information of the mashup data API, An API generating unit for generating a mashup data API, an API register for registering the generated mashup data API in the API management server, and a developer account for the selected sensing data API and external web data API, And an API public relations part for transmitting a message.

상술한 과제 해결 수단은 단지 예시적인 것으로서, 본 발명을 제한하려는 의도로 해석되지 않아야 한다. 상술한 예시적인 실시예 외에도, 도면 및 발명의 상세한 설명에 기재된 추가적인 실시예가 존재할 수 있다.The above-described task solution is merely exemplary and should not be construed as limiting the present invention. In addition to the exemplary embodiments described above, there may be additional embodiments described in the drawings and the detailed description of the invention.

전술한 본 발명의 과제 해결 수단 중 어느 하나에 의하면, 복수의 센서 플랫폼으로부터 복수의 센싱 데이터 API를 수집하고, 웹 상에서 제공되는 하나 이상의 오픈 API를 수집하고, 생성하고자 하는 매쉬업 데이터 API와 연관된 센싱 데이터 API 및 오픈 API를 선택하고, 선택된 센싱 데이터 API 및 오픈 API를 이용하여 매쉬업 데이터 API를 생성할 수 있다. 또한, 생성된 매쉬업 데이터 API를 시뮬레이션을 통해 실행하여 그 결과를 즉시 확인할 수 있다. 또한, 선택된 센싱 데이터 API 및 외부 웹 데이터 API의 개발자 계정으로 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송할 수 있다. According to one of the above-mentioned objects of the present invention, there is provided a method for acquiring a plurality of sensing data APIs from a plurality of sensor platforms, collecting one or more open APIs provided on the web, APIs and open APIs, and generate mashup data APIs using selected sensing data APIs and open APIs. In addition, the generated mashup data API can be executed through simulation and the result can be confirmed immediately. In addition, a message promoting that the mashup data API has been generated can be transmitted to the developer account of the selected sensing data API and external web data API.

도 1은 본 발명의 일 실시예에 따른, 매쉬업 데이터 API 생성 시스템의 구성도이다.
도 2는 본 발명의 일 실시예에 따른, 도 1에 도시된 API 생성 장치의 세부 구성도이다.
도 3은 본 발명의 일 실시예에 따른, 도 1에 도시된 API 생성 장치의 세부 구성도이다.
도 4는 본 발명의 일 실시예에 따른, 매쉬업 데이터 API의 생성 방법의 일예를 도시한 순서도이다.
도 5는 본 발명의 일 실시예에 따른, 생성된 매쉬업 데이터 API의 전송 방법의 일예를 도시한 순서도이다.
도 6는 본 발명의 일 실시예에 따른, 매쉬업 데이터 API를 생성 및 전송하는 방법의 일예를 도시한 순서도이다.
1 is a configuration diagram of a mashup data API generation system according to an embodiment of the present invention.
FIG. 2 is a detailed configuration diagram of the API generating apparatus shown in FIG. 1 according to an embodiment of the present invention.
3 is a detailed configuration diagram of the API generation apparatus shown in FIG. 1 according to an embodiment of the present invention.
4 is a flowchart illustrating an example of a method of generating a mashup data API according to an embodiment of the present invention.
5 is a flowchart illustrating an example of a method of transmitting a generated mashup data API according to an embodiment of the present invention.
6 is a flowchart illustrating an example of a method of generating and transmitting a mashup data API according to an embodiment of the present invention.

아래에서는 첨부한 도면을 참조하여 본 발명이 속하는 기술 분야에서 통상의 지식을 가진 자가 용이하게 실시할 수 있도록 본 발명의 실시예를 상세히 설명한다. 그러나 본 발명은 여러 가지 상이한 형태로 구현될 수 있으며 여기에서 설명하는 실시예에 한정되지 않는다. 그리고 도면에서 본 발명을 명확하게 설명하기 위해서 설명과 관계없는 부분은 생략하였으며, 명세서 전체를 통하여 유사한 부분에 대해서는 유사한 도면 부호를 붙였다. Hereinafter, embodiments of the present invention will be described in detail with reference to the accompanying drawings, which will be readily apparent to those skilled in the art. The present invention may, however, be embodied in many different forms and should not be construed as limited to the embodiments set forth herein. In order to clearly illustrate the present invention, parts not related to the description are omitted, and similar parts are denoted by like reference characters throughout the specification.

명세서 전체에서, 어떤 부분이 다른 부분과 "연결"되어 있다고 할 때, 이는 "직접적으로 연결"되어 있는 경우뿐 아니라, 그 중간에 다른 소자를 사이에 두고 "전기적으로 연결"되어 있는 경우도 포함한다. 또한 어떤 부분이 어떤 구성요소를 "포함"한다고 할 때, 이는 특별히 반대되는 기재가 없는 한 다른 구성요소를 제외하는 것이 아니라 다른 구성요소를 더 포함할 수 있는 것을 의미한다. Throughout the specification, when a part is referred to as being "connected" to another part, it includes not only "directly connected" but also "electrically connected" with another part in between . Also, when an element is referred to as "comprising ", it means that it can include other elements as well, without departing from the other elements unless specifically stated otherwise.

본 명세서에 있어서 '부(部)'란, 하드웨어에 의해 실현되는 유닛(unit), 소프트웨어에 의해 실현되는 유닛, 양방을 이용하여 실현되는 유닛을 포함한다. 또한, 1 개의 유닛이 2 개 이상의 하드웨어를 이용하여 실현되어도 되고, 2 개 이상의 유닛이 1 개의 하드웨어에 의해 실현되어도 된다. In this specification, the term " part " includes a unit realized by hardware, a unit realized by software, and a unit realized by using both. Further, one unit may be implemented using two or more hardware, or two or more units may be implemented by one hardware.

본 명세서에 있어서 단말 또는 디바이스가 수행하는 것으로 기술된 동작이나 기능 중 일부는 해당 단말 또는 디바이스와 연결된 서버에서 대신 수행될 수도 있다. 이와 마찬가지로, 서버가 수행하는 것으로 기술된 동작이나 기능 중 일부도 해당 서버와 연결된 단말 또는 디바이스에서 수행될 수도 있다. In this specification, some of the operations or functions described as being performed by the terminal or the device may be performed in the server connected to the terminal or the device instead. Similarly, some of the operations or functions described as being performed by the server may also be performed on a terminal or device connected to the server.

이하, 첨부된 구성도 또는 처리 흐름도를 참고하여, 본 발명의 실시를 위한 구체적인 내용을 설명하도록 한다. DETAILED DESCRIPTION OF THE PREFERRED EMBODIMENTS Reference will now be made in detail to embodiments of the present invention, examples of which are illustrated in the accompanying drawings.

도 1은 본 발명의 일 실시예에 따른, 매쉬업 데이터 API 생성 시스템의 구성도이다. 1 is a configuration diagram of a mashup data API generation system according to an embodiment of the present invention.

도 1을 참조하면, 매쉬업 데이터 API 생성 시스템은 API 생성 장치(100) 및 API 관리 서버(110)를 포함할 수 있다. 다만, 이러한 도 1의 매쉬업 데이터 API 생성 시스템은 본 발명의 일 실시예에 불과하므로 도 1을 통해 본 발명이 한정 해석되는 것은 아니며, 본 발명의 다양한 실시예들에 따라 도 1과 다르게 구성될 수도 있다. Referring to FIG. 1, the mashup data API generation system may include an API generation apparatus 100 and an API management server 110. However, since the mashup data API generation system of FIG. 1 is only an embodiment of the present invention, the present invention is not limited to FIG. 1, and may be modified in various ways according to various embodiments of the present invention. have.

API 생성 장치(100)는 하나 이상의 센싱 데이터 API 및/또는 외부 웹 데이터 API를 이용하여 매쉬업 데이터 API를 생성할 수 있다. 여기서, 센싱 데이터 API는 복수의 센서 플랫폼으로부터 수집된 것이고, 외부 웹 데이터 API는 웹 상에서 제공되는 복수의 오픈 API를 포함할 수 있다. The API generating apparatus 100 may generate the mashup data API using one or more sensing data APIs and / or external web data APIs. Here, the sensing data API is collected from a plurality of sensor platforms, and the external web data API may include a plurality of open APIs provided on the web.

API 생성 장치(100)는 생성된 매쉬업 데이터 API를 시뮬레이션을 통해 실행하여 그 결과를 바로 확인할 수 있다. 또한, API 생성 장치(100)는 생성된 매쉬업 데이터 API를 API 관리 서버(110)에 등록할 수 있다. The API generating apparatus 100 can execute the generated mashup data API through simulation and immediately check the result. In addition, the API generation apparatus 100 can register the generated mashup data API in the API management server 110. [

API 생성 장치(100)는 매쉬업 데이터 API의 생성에 이용된 센싱 데이터 API 및 외부 웹 데이터 API의 개발자 계정(또는 해당 센싱 데이터 API 및 외부 웹 데이터 API의 사용을 요청한 사용자 계정)으로, 매쉬업 데이터 API의 생성을 홍보할 수 있다. The API generation apparatus 100 generates the mashup data API by using the sensing data API used for generating the mashup data API and the developer account of the external web data API (or a user account requesting use of the sensing data API and the external web data API) You can promote your creation.

API 생성 장치(100)는 무선 통신이 가능한 모바일 단말을 포함할 수 있고, 본 발명의 다양한 실시예들에 따르면, API 생성 장치(100)는 다양한 형태의 디바이스일 수 있다. 예를 들어, API 생성 장치(100)는 네트워크를 통해 원격지의 서버에 접속할 수 있는 휴대용 단말 또는 개인용 컴퓨터, 서버 등일 수 있다. 다만, API 생성 장치(100)는 도 1에 도시된 형태 또는 앞서 예시된 것들로 한정 해석되는 것은 아니다. The API generating apparatus 100 may include a mobile terminal capable of wireless communication, and according to various embodiments of the present invention, the API generating apparatus 100 may be various types of devices. For example, the API generation apparatus 100 may be a portable terminal or a personal computer, a server, etc., which can access a remote server through a network. However, the API generating apparatus 100 is not limited to the form shown in FIG. 1 or that exemplified above.

API 관리 서버(110)는 API 생성 장치(100)에 의해 등록된 매쉬업 데이터 API를 관리할 수 있다. 또한, API 관리 서버(110)는 API 생성 장치(100)에 의해 등록된 매쉬업 데이터 API의 등록 정보 및, 해당 매쉬업 데이터 API의 생성에 이용된 하나 이상의 센싱 데이터 API 및 외부 웹 데이터 API의 정보를 관리할 수 있다. The API management server 110 can manage the mashup data API registered by the API generation apparatus 100. The API management server 110 also manages the registration information of the mashup data API registered by the API generating apparatus 100 and the information of one or more sensing data APIs and external web data APIs used for generating the corresponding mashup data API can do.

일반적으로, 도 1의 매쉬업 데이터 API 생성 시스템의 각 구성요소들은 네트워크(120)를 통해 연결된다. 네트워크(120)는 단말들 및 서버들과 같은 각각의 노드 상호 간에 정보 교환이 가능한 연결 구조를 의미하는 것으로, 이러한 네트워크(network)의 일례에는 3GPP(3rd Generation Partnership Project) 네트워크, LTE(Long Term Evolution) 네트워크, WIMAX(World Interoperability for Microwave Access) 네트워크, 인터넷(Internet), LAN(Local Area Network), Wireless LAN(Wireless Local Area Network), WAN(Wide Area Network), PAN(Personal Area Network), 블루투스(Bluetooth) 네트워크, 위성 방송 네트워크, 아날로그 방송 네트워크, DMB(Digital Multimedia Broadcasting) 네트워크 등이 포함되나 이에 한정되지는 않는다. Generally, the components of the mashup data API generation system of FIG. 1 are connected through a network 120. The network 120 refers to a connection structure capable of exchanging information between nodes such as terminals and servers. An example of such a network is a 3rd Generation Partnership Project (3GPP) network, a Long Term Evolution (LTE) ) Network, a World Interoperability for Microwave Access (WIMAX) network, the Internet, a LAN (Local Area Network), a Wireless LAN (Local Area Network), a WAN Bluetooth) network, a satellite broadcast network, an analog broadcast network, a DMB (Digital Multimedia Broadcasting) network, and the like.

이하에서는 도 1의 매쉬업 데이터 API 생성 시스템의 각 구성요소의 동작에 대해 보다 구체적으로 설명한다. Hereinafter, the operation of each component of the mashup data API generation system of FIG. 1 will be described in more detail.

도 2는 본 발명의 일 실시예에 따른, 도 1에 도시된 API 생성 장치(100)의 세부 구성도이다. 2 is a detailed configuration diagram of the API generation apparatus 100 shown in FIG. 1 according to an embodiment of the present invention.

도 2를 참조하면, API 생성 장치(100)는 입력 수신부(210), 센싱 데이터 API 선택부(220), 외부 웹 데이터 API 선택부(230), API 생성부(240), API 등록부(250), API 홍보부(260) 및 DB(270)를 포함할 수 있다. 다만, 도 2에 도시된 API 생성 장치(100)는 본 발명의 하나의 구현 예에 불과하며, 도 2에 도시된 구성요소들을 기초로 하여 여러 가지 변형이 가능하다. 이러한, API 생성 장치(100)에는 사용자로부터 어떤 명령 내지 정보를 입력받기 위한 유저 인터페이스가 더 포함될 수 있다. 이 경우, 유저 인터페이스는 일반적으로 키보드, 마우스 등과 같은 입력 장치가 될 수도 있으나, 영상 표시 장치에 표현되는 그래픽 유저 인터페이스(GUI, Graphical User interface)가 될 수도 있다.2, the API generating apparatus 100 includes an input receiving unit 210, a sensing data API selecting unit 220, an external web data API selecting unit 230, an API generating unit 240, an API registering unit 250, An API public relations unit 260, and a DB 270. [ However, the API generating apparatus 100 shown in FIG. 2 is only one embodiment of the present invention, and various modifications are possible based on the elements shown in FIG. The API generating apparatus 100 may further include a user interface for receiving a command or information from a user. In this case, the user interface may generally be an input device such as a keyboard, a mouse, or the like, but may be a graphical user interface (GUI) represented in an image display device.

입력 수신부(210)는 생성하고자 하는 매쉬업 데이터 API의 정보를 개발자로부터 입력받을 수 있다. 예를 들어, 입력 수신부(210)가 개발자로부터 "불쾌지수"를 입력받은 경우, API 생성 장치(100)는 불쾌지수 API를 생성하기 위해 불쾌지수 API와 연관된 온도 API, 습도 API 등을 개발자에게 제공할 수 있다. The input receiving unit 210 may receive the information of the mashup data API to be generated from the developer. For example, when the input receiving unit 210 receives the "discomfort index" from the developer, the API generating apparatus 100 provides the temperature API, the humidity API, and the like associated with the discomfort index API to the developer can do.

센싱 데이터 API 선택부(220)는 매쉬업 데이터 API의 정보와 연관된 복수의 센싱 데이터 API 중, 하나 이상의 센싱 데이터 API를 개발자로부터 선택받을 수 있다. The sensing data API selection unit 220 may select one or more sensing data APIs among the plurality of sensing data APIs associated with the information of the mashup data API.

센싱 데이터 API 선택부(220)는 API 생성 장치(100)에 의해 수집된 복수의 센싱 데이터 API에서, 매쉬업 데이터 API의 정보와 연관된 센싱 데이터 API 중 하나 이상을 개발자로부터 선택받을 수 있다. The sensing data API selection unit 220 can select one or more of the plurality of sensing data APIs collected by the API generation apparatus 100 from among the sensing data APIs associated with the information of the mashup data API.

구체적으로, 센싱 데이터 API 선택부(220)는 센서 정보별(복수의 센서 플랫폼으로부터 수집된 복수의 센싱 데이터 API에 대응하는 정보임)로 분류된 센싱 데이터 API 리스트에서, 생성하고자 하는 매쉬업 데이터 API의 정보와 연관된 센싱 데이터 API를 선택받을 수 있다. Specifically, the sensing data API selection unit 220 selects, from the sensing data API list classified by the sensor information (information corresponding to a plurality of sensing data APIs collected from a plurality of sensor platforms), the mashup data API The sensing data API associated with the information may be selected.

외부 웹 데이터 API 선택부(230)는 매쉬업 데이터 API의 정보와 연관된 복수의 외부 웹 데이터 API 중 하나 이상을 개발자로부터 선택받을 수 있다. The external web data API selection unit 230 can select one or more of a plurality of external web data APIs associated with the information of the mashup data API from the developer.

외부 웹 데이터 API 선택부(230)는 API 생성 장치(100)에 의해 수집된 복수의 오픈 API에서, 매쉬업 데이터 API의 정보와 연관된 외부 웹 데이터 API 중 하나 이상을 개발자로부터 선택받을 수 있다.The external web data API selection unit 230 may select one or more of the plurality of open APIs collected by the API generation apparatus 100 from among the external web data APIs associated with the information of the mashup data API.

구체적으로, 외부 웹 데이터 API 선택부(230)는 오픈 API(웹 상에서 수집된 API)의 사용 용도에 기초하여 분류된 외부 웹 데이터 API 리스트에서, 생성하고자 하는 매쉬업 데이터 API의 정보와 연관된 외부 웹 데이터 API를 선택받을 수 있다.Specifically, the external web data API selection unit 230 extracts, from the external web data API list classified based on the use purpose of the open API (API collected on the web), external web data associated with the information of the mashup data API to be generated The API can be selected.

API 생성부(240)는 개발자에 의해 선택된 센싱 데이터 API 및 외부 웹 데이터 API를 이용하여 매쉬업 데이터 API를 생성할 수 있다. The API generation unit 240 may generate the mashup data API using the sensing data API selected by the developer and the external web data API.

구체적으로, API 생성부(240)는 API 호출 파라미터 및 API 생성 로직에 기초하여 매쉬업 데이터 API를 생성할 수 있다. 여기서, API 호출 파라미터는 개발자가 선택한 센싱 데이터 API 및 외부 웹 데이터 API 각각에 대응하여 정의된 변수명으로, 해당 센싱 데이터 API 및 외부 웹 데이터 API를 API 생성 로직에 호출하기 위해 필요한 파라미터이다. 여기서, API 생성 로직은 스크립트(예를 들어, 자바 스크립트)로 작성된 로직일 수 있다. 또한, API 생성 로직은 생성하고자 하는 매쉬업 데이터 API의 연산 또는 공식에 API 호출 파라미터가 추가되어 생성된 것일 수 있다. Specifically, the API generation unit 240 may generate the mashup data API based on the API call parameters and API generation logic. Here, the API call parameter is a parameter name defined in correspondence with each of the sensing data API and the external web data API selected by the developer, and is a parameter necessary for calling the corresponding sensing data API and external web data API to the API generation logic. Here, the API generation logic may be logic written in a script (e.g., JavaScript). Also, the API generation logic may be generated by adding an API call parameter to an operation or formula of a mashup data API to be generated.

API 생성부(240)는 API 호출 파라미터를 API 생성 로직에 추가하여 매쉬업 데이터 API를 생성할 수 있다. 예를 들어, 불쾌지수의 공식이 0.4 * (건구온도 + 습구온도)+15이고, 건구온도 API=X, 습구온도 API=Y라면, API 생성부(240)는 불쾌지수의 매쉬업 데이터 API를 0.4 * (X + Y)+15로 생성할 수 있다. The API generation unit 240 may generate the mashup data API by adding API call parameters to the API generation logic. For example, if the discomfort index has a formula of 0.4 * (dry bulb temperature + wet bulb temperature) +15, dry bulb temperature API = X, wet bulb temperature API = Y, then the API generator 240 sets the mashup data API of the discomfort index to 0.4 * (X + Y) +15.

API 생성부(240)는 생성된 매쉬업 데이터 API에 대한 실행값을 시뮬레이션을 통해 확인할 수 있다. 또한, API 생성부(240)는 API 생성 로직이 정상적으로 작동하는지 여부를 시뮬레이션을 통해 검증할 수 있다. 이러한, API 생성부(240)는 매쉬업 데이터 API의 생성 시간을 단축시킬 수 있고, 매쉬업 데이터 API의 개발 비용을 줄일 수 있는 장점을 제공할 수 있다. The API generation unit 240 can confirm the execution value of the generated mashup data API through simulation. In addition, the API generation unit 240 can verify whether the API generation logic operates normally by simulation. The API generation unit 240 can shorten the generation time of the mashup data API and can reduce the development cost of the mashup data API.

API 생성부(240)는 실행값(생성된 매쉬업 데이터 API에 대한 동작 결과값)이 기설정된 값(스크립트가 정상적으로 동작)으로 출력되지 않을 경우, 기설정된 값이 출력될 때까지 API 생성 로직을 반복적으로 수정할 수 있다. If the execution value (the operation result value for the generated mashup data API) is not output in a predetermined value (the script is normally operated), the API generation unit 240 repeatedly generates the API generation logic until the preset value is output .

API 등록부(250)는 생성된 매쉬업 데이터 API를 API 관리 서버(110)에 등록할 수 있다. 구체적으로, API 등록부(250)는 생성된 매쉬업 데이터 API에 대한 실행값이 기설정된 값인 경우에만, 해당 매쉬업 데이터 API를 API 관리 서버(110)에 등록할 수 있다. The API registration unit 250 can register the generated mashup data API in the API management server 110. Specifically, the API registration unit 250 can register the mashup data API in the API management server 110 only when the execution value for the generated mashup data API is a preset value.

또한, API 등록부(250)는 생성된 매쉬업 데이터 API의 등록 정보 및, 해당 매쉬업 데이터 API의 생성에 이용된 하나 이상의 센싱 데이터 API 및 외부 웹 데이터 API의 정보를 API 관리 서버(110)에 등록할 수 있다. 여기서, 생성된 매쉬업 데이터 API의 등록 정보는 생성된 매쉬업 데이터 API에 대응하는 서비스명, 서비스 ID, 카테고리, 공개 여부, 사용 설명서, 개발자 계정 정보를 포함할 수 있다. 또한, 해당 등록 정보에는 생성된 매쉬업 데이터 API의 공개 여부를 선택하는 공개 모드 정보가 포함될 수 있다. 여기서, 센싱 데이터 API 및 외부 웹 데이터 API의 정보는 센싱 데이터 API 및 외부 웹 데이터 API 각각에 대응하는 개발자 계정 정보(예를 들어, 개발자의 이메일 주소)를 포함할 수 있다. In addition, the API registration unit 250 can register the registration information of the generated mashup data API and the information of one or more sensing data APIs and external web data APIs used for generating the mashup data API in the API management server 110 have. Here, the registration information of the generated mashup data API may include a service name, a service ID, a category, a disclosure status, a user manual, and developer account information corresponding to the generated mashup data API. In addition, the registration information may include disclosure mode information for selecting whether the generated mashup data API is disclosed or not. Here, the information of the sensing data API and the external web data API may include developer account information (e.g., developer's e-mail address) corresponding to each of the sensing data API and the external web data API.

본 발명의 다른 실시예로, API 등록부(250)는 API 관리 서버(110)에 등록된 개발자 계정 정보를 수정, 삭제할 수 있고, 특정 개발자가 등록한 매쉬업 데이터 API, 해당 매쉬업 데이터 API의 등록 정보, 및 해당 매쉬업 데이터 API의 구성 API(해당 매쉬업 데이터 API의 생성에 이용된 하나 이상의 센싱 데이터 API 및 외부 웹 데이터 API의 정보)를 API 관리 서버(110)에게 요청할 수 있다. In another embodiment of the present invention, the API registration unit 250 can modify and delete the developer account information registered in the API management server 110, and can register the mashup data API registered by a specific developer, the registration information of the mashup data API, And may request the API management server 110 of the configuration API of the mashup data API (the information of one or more sensing data APIs and external web data APIs used to generate the corresponding mashup data API).

본 발명의 다른 실시예로, API 등록부(250)는 복수의 개발자로부터 매쉬업 데이터 API(API 관리 서버(110)에 등록된 API)의 사용 신청 및 사용 등록에 관하여, 각각의 개발자별로 해당 매쉬업 데이터 API의 사용내역을 저장 및 관리할 수 있다. In another embodiment of the present invention, the API registering unit 250 registers the use of the mashup data API (the API registered in the API management server 110) and the use registration of the mashup data API Can be stored and managed.

본 발명의 다른 실시예로, API 등록부(250)는 API 관리 서버(110)에 등록된 복수의 매쉬업 데이터 API를 조회하거나, 특정 매쉬업 데이터 API(및/또는 특정 매쉬업 데이터 API의 등록 정보)를 수정할 수 있고, 더 이상 필요하지 않은 특정 매쉬업 데이터 API를 삭제할 수 있다. In another embodiment of the present invention, the API registration unit 250 inquires a plurality of mashup data APIs registered in the API management server 110, or modifies specific mashup data APIs (and / or registration information of specific mashup data APIs) And delete specific mashup data APIs that are no longer needed.

API 홍보부(260)는 개발자에 의해 선택된 센싱 데이터 API 및 외부 웹 데이터 API(매쉬업 데이터 API의 생성에 이용된 API)의 개발자 계정으로, 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송할 수 있다. The API public relations unit 260 may transmit a message promoting the generation of the mashup data API to the developer account of the sensing data API selected by the developer and the external web data API (API used for generating the mashup data API).

구체적으로, API 홍보부(260)는 매쉬업 데이터 API가 API 관리 서버(110)에 등록되면 해당 매쉬업 데이터 API의 생성에 이용된 센싱 데이터 API 및 외부 웹 데이터 API 의 정보를 API 관리 서버(110)에게 요청하고, 해당 센싱 데이터 API 및 외부 웹 데이터 API 의 정보로부터 개발자 계정 정보를 추출할 수 있다. 또한, API 홍보부(260)는 해당 개발자 계정 정보에 포함된 개발자 계정으로, 매쉬업 데이터 API의 생성을 홍보할 수 있다. Specifically, when the mashup data API is registered in the API management server 110, the API public relations unit 260 requests the API management server 110 to provide the information of the sensing data API and the external web data API used for creating the mashup data API And extract the developer account information from the information of the sensing data API and the external web data API. Also, the API public relations part 260 can promote the creation of the mashup data API with the developer account included in the corresponding developer account information.

본 발명의 다른 실시예로, API 홍보부(260)는 매쉬업 데이터 API의 생성에 이용된 센싱 데이터 API 및 외부 웹 데이터 API를 사용하는 개발자에게 새로운 매쉬업 데이터 API의 생성을 홍보함으로써, 기존 API의 기능 개선이나 API의 개발을 유도할 수 있다. 예를 들어, API 홍보부(260)는 개발자의 이메일 주소로 생성된 매쉬업 데이터 API 정보 및 해당 매쉬업 데이터 API의 생성에 이용된 API 정보 등을 전송할 수 있다. In another embodiment of the present invention, the API public relations part 260 promotes the creation of a new mashup data API to the developer using the sensing data API and the external web data API used for generating the mashup data API, And APIs. For example, the API public relations unit 260 can transmit mashup data API information generated at an e-mail address of a developer, API information used for creating the mashup data API, and the like.

DB(270)는 API 생성 장치(100) 내부의 각 구성요소들 간에 입력 및 출력되는 데이터를 저장하고, API 생성 장치(100)와 API 생성 장치(100) 외부의 구성요소들 간에 입력 및 출력되는 데이터를 저장한다. 예를 들어, DB(270)는 복수의 센서 플랫폼으로부터 수집된 복수의 센싱 데이터 API를 저장할 수 있다. 또한, DB(270)는 수집된 복수의 오픈 API(웹 상에서 제공되는 API)를 저장할 수 있다. 이러한 DB(270)의 일 예에는 API 생성 장치(100) 내부 또는 외부에 존재하는 ROM(Read Only Memory), RAM(Random Access Memory) 및 플래쉬메모리 등이 포함된다. The DB 270 stores data input and output between each component in the API generating apparatus 100 and receives input and output data between the API generating apparatus 100 and components outside the API generating apparatus 100 And stores the data. For example, the DB 270 may store a plurality of sensing data APIs collected from a plurality of sensor platforms. In addition, the DB 270 can store a plurality of collected open APIs (APIs provided on the web). One example of such a DB 270 includes a ROM (Read Only Memory), a RAM (Random Access Memory), a flash memory, and the like existing inside or outside the API generating apparatus 100.

한편, 당업자라면, 입력 수신부(210), 센싱 데이터 API 선택부(220), 외부 웹 데이터 API 선택부(230), API 생성부(240), API 등록부(250), API 홍보부(260) 및 DB(270) 각각이 분리되어 구현되거나, 이 중 하나 이상이 통합되어 구현될 수 있음을 충분히 이해할 것이다. Those skilled in the art will appreciate that the input receiving unit 210, the sensing data API selecting unit 220, the external web data API selecting unit 230, the API generating unit 240, the API registering unit 250, the API publicizing unit 260, It will be appreciated that each of the components 270 may be implemented separately or one or more of them may be integrated.

도 3은 본 발명의 일 실시예에 따른, 도 1에 도시된 API 생성 장치(100)의 세부 구성도이다.3 is a detailed configuration diagram of the API generation apparatus 100 shown in FIG. 1 according to an embodiment of the present invention.

도 3을 참조하면, API 생성 장치(100)는 센싱 데이터 API 수집부(310), 외부 웹 데이터 API 수집부(320) 및 파라미터 정의부(330)를 더 포함할 수 있다. 3, the API generating apparatus 100 may further include a sensing data API collecting unit 310, an external web data API collecting unit 320, and a parameter defining unit 330. Referring to FIG.

센싱 데이터 API 수집부(310)는 복수의 센서 플랫폼으로부터 복수의 센싱 데이터 API를 수집할 수 있다. 또한, 센싱 데이터 API 수집부(310)는 수집된 복수의 센싱 데이터 API를 DB(270)에 저장시킬 수 있고, DB(270)에 저장된 센싱 데이터 API를 수정 및 삭제할 수 있다. The sensing data API collecting unit 310 may collect a plurality of sensing data APIs from a plurality of sensor platforms. Also, the sensing data API collecting unit 310 may store the collected plurality of sensing data APIs in the DB 270, and may modify and delete the sensing data APIs stored in the DB 270.

본 발명의 다른 실시예로, 센싱 데이터 API 수집부(310)는 복수의 센서 플랫폼으로부터 센서 정보를 수집하고, 수집된 센서 정보를 파싱 처리하고, 파싱된 센서 정보에 기초하여 센싱 데이터 API를 생성할 수 있다. In another embodiment of the present invention, the sensing data API collecting unit 310 collects sensor information from a plurality of sensor platforms, parses the collected sensor information, and generates a sensing data API based on the parsed sensor information .

본 발명의 다른 실시예로, 센싱 데이터 API 수집부(310)는 수집된 복수의 센싱 데이터 API를 가공하여 업그레이드된 센싱 데이터 API를 생성할 수 있다. In another embodiment of the present invention, the sensing data API collecting unit 310 may process the collected plurality of sensing data APIs to generate an upgraded sensing data API.

센싱 데이터 API 수집부(310)는 수집된 복수의 센싱 데이터 API 각각에 대한 센서 정보를 정의할 수 있다. 또한, 센싱 데이터 API 수집부(310)는 수집된 복수의 센싱 데이터 API를 개발자가 조회하기 쉽게 센서 정보별(센서 플랫폼에 대응되는 정보임)로 리스트화할 수 있다. The sensing data API collecting unit 310 may define sensor information for each of the collected plurality of sensing data APIs. In addition, the sensing data API collecting unit 310 can list the collected plurality of sensing data APIs by sensor information (information corresponding to the sensor platform) so that the developer can easily inquire.

외부 웹 데이터 API 수집부(320)는 웹 상에서 제공되는 하나 이상의 오픈 API를 수집할 수 있다. 또한, 외부 웹 데이터 API 수집부(320)는 수집된 복수의 오픈 API를 DB(270)에 저장시킬 수 있고, DB(270)에 저장된 오픈 API를 수정 및 삭제할 수 있다.The external web data API collecting unit 320 may collect one or more open APIs provided on the web. In addition, the external web data API collecting unit 320 can store the collected plurality of open APIs in the DB 270, and can modify and delete the open APIs stored in the DB 270. [

본 발명의 다른 실시예로, 외부 웹 데이터 API 수집부(320)는 수집된 복수의 오픈 API를 가공하여 업그레이드된 오픈 API를 생성할 수 있다. In another embodiment of the present invention, the external web data API collecting unit 320 may process the collected plurality of open APIs to generate an upgraded open API.

외부 웹 데이터 API 수집부(320)는 수집된 복수의 오픈 API 각각에 대한 외부 웹 정보(예를 들어, 오픈 API 사용 용도)를 정의할 수 있다. 또한, 외부 웹 데이터 API 수집부(320)는 수집된 복수의 오픈 API를 개발자가 조회하기 쉽도록 리스트화할 수 있다.The external web data API collecting unit 320 may define external web information (for example, an open API usage purpose) for each of the collected plurality of open APIs. In addition, the external web data API collecting unit 320 can list a plurality of collected open APIs so that developers can easily query the open APIs.

파라미터 정의부(330)는 개발자에 의해 선택된 센싱 데이터 API 및 외부 웹 데이터 API(해당 개발자가 생성하고자 하는 매쉬업 데이터 API의 정보와 연관된 API) 각각에 대응하여 API 호출 파라미터를 정의할 수 있다. 예를 들어, 온도 API, 습도 API를 이용하여, 불쾌지수 API를 생성하고자 할 때, 파라미터 정의부(330)는 온도 API를 X로 정의할 수 있고, 습도 API를 Y로 정의할 수 있다. The parameter defining unit 330 may define an API call parameter corresponding to each of the sensing data API selected by the developer and the external web data API (API associated with the information of the mashup data API desired to be generated by the developer). For example, when generating the discomfort index API using the temperature API and the humidity API, the parameter defining unit 330 can define the temperature API as X and the humidity API as Y. [

도 4는 본 발명의 일 실시예에 따른, 매쉬업 데이터 API의 생성 방법의 일예를 도시한 순서도이다.4 is a flowchart illustrating an example of a method of generating a mashup data API according to an embodiment of the present invention.

도 4에 도시된 실시예에 따른 매쉬업 데이터 API의 생성 방법은 도 1 내지 도 3에 도시된 실시예에 따른 API 생성 장치(100) 및 API 관리 서버(110)에서 시계열적으로 처리되는 단계들을 포함한다. 따라서, 이하 생략된 내용이라고 하더라도 도 1 내지 도 3의 API 생성 장치(100) 및 API 관리 서버(110)에 관하여 기술된 내용은 도 4에 도시된 실시예에 따른 매쉬업 데이터 API의 생성 방법에도 적용될 수 있다. The method of generating the mashup data API according to the embodiment shown in FIG. 4 includes the steps of time series processing in the API generation apparatus 100 and the API management server 110 according to the embodiment shown in FIGS. 1 to 3 do. Therefore, even if omitted below, the contents described with respect to the API generation apparatus 100 and the API management server 110 of FIGS. 1 to 3 are also applied to the method of generating the mashup data API according to the embodiment shown in FIG. 4 .

도 4를 참조하면, 단계 S401에서 API 생성 장치(100)는 생성하고자 하는 매쉬업 데이터 API의 정보를 API 생성 장치(100)의 개발자로부터 입력받을 수 있다. Referring to FIG. 4, in step S401, the API generating apparatus 100 may receive the information of the mashup data API to be generated from the developer of the API generating apparatus 100. FIG.

단계 S403에서 API 생성 장치(100)는 단계 S401에서 입력받은 매쉬업 데이터 API의 정보와 연관된 복수의 센싱 데이터 API 중 하나 이상을 API 생성 장치(100)의 개발자로부터 선택받을 수 있다. 여기서, 복수의 센싱 데이터 API는 API 생성 장치(100)에 의해 복수의 센서 플랫폼으로부터 수집된 것일 수 있다. In step S403, the API generating apparatus 100 may select one or more of the plurality of sensing data APIs associated with the information of the mashup data API input in step S401 from the developer of the API generating apparatus 100. [ Here, the plurality of sensing data APIs may be collected from the plurality of sensor platforms by the API generating device 100.

단계 S405에서 API 생성 장치(100)는 단계 S401에서 입력받은 매쉬업 데이터 API의 정보와 연관된 복수의 외부 웹 데이터 API 중 하나 이상을 API 생성 장치(100)의 개발자로부터 선택받을 수 있다. 여기서, 복수의 외부 웹 데이터 API는 웹 상에서 제공되는 복수의 오픈 API 중 하나 이상을 API 생성 장치(100)가 수집한 것일 수 있다. In step S405, the API generating apparatus 100 can select one or more of the plurality of external web data APIs associated with the information of the mashup data API input in step S401 from the developer of the API generating apparatus 100. [ Here, the plurality of external web data APIs may be one or more of the plurality of open APIs provided on the web, collected by the API generating device 100.

단계 S407에서 API 생성 장치(100)는 단계 S403 및 단계 S405에서 선택된 센싱 데이터 API 및 외부 웹 데이터 API 각각에 대응하여 API 호출 파라미터를 정의할 수 있다. In step S407, the API generation apparatus 100 may define an API call parameter corresponding to each of the sensing data API and the external web data API selected in step S403 and step S405.

단계 S409에서 API 생성 장치(100)는 단계 S407에서 정의된 API 호출 파라미터 및 API 생성 로직에 기초하여 매쉬업 데이터 API를 생성할 수 있다. 여기서, API 생성 로직은 스크립트로 작성된 로직일 수 있다. 구체적으로, API 생성 장치(100)는 API 생성 로직에 API 호출 파라미터를 대입하여 매쉬업 데이터 API를 생성할 수 있다. In step S409, the API generation apparatus 100 may generate the mashup data API based on the API call parameters and API generation logic defined in step S407. Here, the API generation logic may be logic written in a script. Specifically, the API generation apparatus 100 may generate the mashup data API by substituting API call parameters into the API generation logic.

단계 S411에서 API 생성 장치(100)는 단계 S409에서 생성된 매쉬업 데이터 API에 대한 실행값을 시뮬레이션을 통해 확인할 수 있다. In step S411, the API generating apparatus 100 can confirm the execution value for the mashup data API generated in step S409 through simulation.

단계 S413에서 API 생성 장치(100)는 단계 S411에서 확인한 실행값이 기설정된 값과 일치하는지 여부를 판단할 수 있다. In step S413, the API generation apparatus 100 can determine whether the execution value identified in step S411 matches a predetermined value.

단계 S415에서 API 생성 장치(100)는 실행값이 기설정된 값과 일치하는 경우, 단계 S409에서 생성된 매쉬업 데이터 API를 API 관리 서버에 등록할 수 있다. In step S415, the API generation apparatus 100 may register the mashup data API generated in step S409 in the API management server if the execution value matches the predetermined value.

상술한 설명에서, 단계 S401 내지 S415는 본 발명의 구현예에 따라서, 추가적인 단계들로 더 분할되거나, 더 적은 단계들로 조합될 수 있다. 또한, 일부 단계는 필요에 따라 생략될 수도 있고, 단계 간의 순서가 변경될 수도 있다.In the above description, steps S401 through S415 may be further divided into further steps or combined into fewer steps, according to an embodiment of the present invention. Also, some of the steps may be omitted as necessary, and the order between the steps may be changed.

도 5는 본 발명의 일 실시예에 따른, 생성된 매쉬업 데이터 API의 전송 방법의 일예를 도시한 순서도이다. 5 is a flowchart illustrating an example of a method of transmitting a generated mashup data API according to an embodiment of the present invention.

도 5에 도시된 실시예에 따른 생성된 매쉬업 데이터 API의 전송 방법은 도 1 내지 도 4에 도시된 실시예에 따른 API 생성 장치(100) 및 API 관리 서버(110)에서 시계열적으로 처리되는 단계들을 포함한다. 따라서, 이하 생략된 내용이라고 하더라도 도 1 내지 도 4의 API 생성 장치(100) 및 API 관리 서버(110)에 관하여 기술된 내용은 도 5에 도시된 실시예에 따른 생성된 매쉬업 데이터 API의 전송 방법에도 적용될 수 있다. The generated mashup data API transmission method according to the embodiment shown in FIG. 5 is the same as that of FIG. 1 except that the API generation apparatus 100 and the API management server 110 according to the embodiment shown in FIGS. . Therefore, the contents described with respect to the API generation apparatus 100 and the API management server 110 of FIGS. 1 to 4 are not limited to the transmission method of the generated mashup data API according to the embodiment shown in FIG. 5 . ≪ / RTI >

도 5를 참조하면, 단계 S501에서 API 생성 장치(100)는 매쉬업 데이터 API의 생성에 이용된 센싱 데이터 API 및 외부 웹 데이터 API에 대한 정보를 API 관리 서버에게 요청할 수 있다. Referring to FIG. 5, in step S501, the API generation apparatus 100 may request the API management server for information about the sensing data API and the external web data API used for generating the mashup data API.

단계 S503에서 API 생성 장치(100)는 단계 S501에서 요청한 센싱 데이터 API 및 외부 웹 데이터 API에 대한 정보를 API 관리 서버로부터 수신하고, 센싱 데이터 API 및 외부 웹 데이터 API에 대한 정보로부터 개발자 계정 정보를 추출할 수 있다. In step S503, the API generating apparatus 100 receives the information about the sensing data API and the external web data API requested in step S501 from the API management server and extracts developer account information from the information about the sensing data API and the external web data API can do.

단계 S505에서 API 생성 장치(100)는 단계 S503에서 추출한 개발자 계정 정보에 포함되어 있는 개발자 계정으로 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송할 수 있다. In step S505, the API generating apparatus 100 may transmit a message to the developer account included in the developer account information extracted in step S503 to inform that the mashup data API has been generated.

상술한 설명에서, 단계 S501 내지 S505는 본 발명의 구현예에 따라서, 추가적인 단계들로 더 분할되거나, 더 적은 단계들로 조합될 수 있다. 또한, 일부 단계는 필요에 따라 생략될 수도 있고, 단계 간의 순서가 변경될 수도 있다.In the above description, steps S501 to S505 may be further divided into further steps or combined into fewer steps, according to an embodiment of the present invention. Also, some of the steps may be omitted as necessary, and the order between the steps may be changed.

도 6는 본 발명의 일 실시예에 따른, 매쉬업 데이터 API를 생성 및 전송하는 방법의 일예를 도시한 순서도이다. 6 is a flowchart illustrating an example of a method of generating and transmitting a mashup data API according to an embodiment of the present invention.

도 6에 도시된 실시예에 따른 매쉬업 데이터 API를 생성 및 전송하는 방법은 도 1 내지 도 5에 도시된 실시예에 따른 API 생성 장치(100) 및 API 관리 서버(110)에서 시계열적으로 처리되는 단계들을 포함한다. 따라서, 이하 생략된 내용이라고 하더라도 도 1 내지 도 5의 API 생성 장치(100) 및 API 관리 서버(110)에 관하여 기술된 내용은 도 6에 도시된 실시예에 따른 매쉬업 데이터 API를 생성 및 전송하는 방법에도 적용될 수 있다. The method for generating and transmitting the mashup data API according to the embodiment shown in FIG. 6 is the same as the method for generating and transmitting the mashup data API in the API generation apparatus 100 and the API management server 110 according to the embodiment shown in FIGS. / RTI > Therefore, even if omitted below, the contents described with respect to the API generation apparatus 100 and the API management server 110 of FIGS. 1 to 5 are the same as those of FIG. 6 except that the mashup data API according to the embodiment shown in FIG. Method.

도 6을 참조하면, 단계 S601에서 API 생성 장치(100)는 생성하고자 하는 매쉬업 데이터 API의 정보를 API 생성 장치(100)의 개발자로부터 입력 받을 수 있다. Referring to FIG. 6, in step S601, the API generation apparatus 100 may receive information of the mashup data API to be generated from the developer of the API generation apparatus 100. [

단계 S603에서 API 생성 장치(100)는 매쉬업 데이터 API의 정보와 연관된 복수의 센싱 데이터 API 중 하나 이상을 API 생성 장치(100)의 개발자로부터 선택받을 수 있다. In step S603, the API generating apparatus 100 may select one or more of the plurality of sensing data APIs associated with the information of the mashup data API from the developer of the API generating apparatus 100. [

단계 S605에서 API 생성 장치(100)는 매쉬업 데이터 API의 정보와 연관된 복수의 외부 웹 데이터 API 중 하나 이상을 API 생성 장치(100)의 개발자로부터 선택받을 수 있다. In step S605, the API generating apparatus 100 may select one or more of a plurality of external web data APIs associated with the information of the mashup data API from the developer of the API generating apparatus 100. [

단계 S607에서 API 생성 장치(100)는 단계 S603 및 단계 S605에서 선택된 센싱 데이터 API 및 외부 웹 데이터 API를 이용하여 매쉬업 데이터 API를 생성할 수 있다. In step S607, the API generation apparatus 100 may generate the mashup data API using the sensing data API and the external web data API selected in steps S603 and S605.

단계 S609에서 API 생성 장치(100)는 단계 S607에서 생성된 매쉬업 데이터 API를 API 관리 서버에 등록할 수 있다. 또한, API 생성 장치(100)는 생성된 매쉬업 데이터 API의 등록 정보를 API 관리 서버에 등록할 수 있다. 이 때, 등록 정보는 생성된 매쉬업 데이터 API에 대응하는 서비스명, 서비스 ID, 카테고리, 공개 여부, 사용 설명서, 개발자 계정 정보를 포함할 수 있다. 또한, API 생성 장치(100)는 생성된 매쉬업 데이터 API의 생성에 이용된 하나 이상의 센싱 데이터 API 및 외부 웹 데이터 API의 정보를 API 관리 서버에 등록할 수 있다. 여기서, 센싱 데이터 API 및 외부 웹 데이터 API의 정보는 센싱 데이터 API 및 외부 웹 데이터 API 각각에 대응하는 개발자 계정 정보를 포함할 수 있다. In step S609, the API generation apparatus 100 may register the mashup data API generated in step S607 in the API management server. Also, the API generating apparatus 100 can register the generated mashup data API registration information in the API management server. At this time, the registration information may include a service name, a service ID, a category, a disclosure status, a user manual, and developer account information corresponding to the generated mashup data API. In addition, the API generation apparatus 100 may register information on one or more sensing data APIs and external web data APIs used for generating the generated mashup data APIs in the API management server. Here, the information of the sensing data API and the external web data API may include developer account information corresponding to each of the sensing data API and the external web data API.

단계 S611에서 API 생성 장치(100)는 단계 S603 및 단계 S605에서 선택된 센싱 데이터 API 및 외부 웹 데이터 API의 개발자 계정으로, 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송할 수 있다. In step S611, the API generating apparatus 100 may transmit a message for promoting the generation of the mashup data API to the developer account of the sensing data API and the external web data API selected in steps S603 and S605.

상술한 설명에서, 단계 S601 내지 S611은 본 발명의 구현예에 따라서, 추가적인 단계들로 더 분할되거나, 더 적은 단계들로 조합될 수 있다. 또한, 일부 단계는 필요에 따라 생략될 수도 있고, 단계 간의 순서가 변경될 수도 있다.In the above description, steps S601 to S611 may be further divided into additional steps or combined into fewer steps, according to an embodiment of the present invention. Also, some of the steps may be omitted as necessary, and the order between the steps may be changed.

본 발명의 일 실시예는 컴퓨터에 의해 실행되는 프로그램 모듈과 같은 컴퓨터에 의해 실행 가능한 명령어를 포함하는 기록 매체의 형태로도 구현될 수 있다. 컴퓨터 판독 가능 매체는 컴퓨터에 의해 액세스될 수 있는 임의의 가용 매체일 수 있고, 휘발성 및 비휘발성 매체, 분리형 및 비분리형 매체를 모두 포함한다. 또한, 컴퓨터 판독가능 매체는 컴퓨터 저장 매체 및 통신 매체를 모두 포함할 수 있다. 컴퓨터 저장 매체는 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈 또는 기타 데이터와 같은 정보의 저장을 위한 임의의 방법 또는 기술로 구현된 휘발성 및 비휘발성, 분리형 및 비분리형 매체를 모두 포함한다. 통신 매체는 전형적으로 컴퓨터 판독가능 명령어, 데이터 구조, 프로그램 모듈, 또는 반송파와 같은 변조된 데이터 신호의 기타 데이터, 또는 기타 전송 메커니즘을 포함하며, 임의의 정보 전달 매체를 포함한다. One embodiment of the present invention may also be embodied in the form of a recording medium including instructions executable by a computer, such as program modules, being executed by a computer. Computer readable media can be any available media that can be accessed by a computer and includes both volatile and nonvolatile media, removable and non-removable media. In addition, the computer-readable medium may include both computer storage media and communication media. Computer storage media includes both volatile and nonvolatile, removable and non-removable media implemented in any method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Communication media typically includes any information delivery media, including computer readable instructions, data structures, program modules, or other data in a modulated data signal such as a carrier wave, or other transport mechanism.

전술한 본 발명의 설명은 예시를 위한 것이며, 본 발명이 속하는 기술분야의 통상의 지식을 가진 자는 본 발명의 기술적 사상이나 필수적인 특징을 변경하지 않고서 다른 구체적인 형태로 쉽게 변형이 가능하다는 것을 이해할 수 있을 것이다. 그러므로 이상에서 기술한 실시예들은 모든 면에서 예시적인 것이며 한정적이 아닌 것으로 이해해야만 한다. 예를 들어, 단일형으로 설명되어 있는 각 구성 요소는 분산되어 실시될 수도 있으며, 마찬가지로 분산된 것으로 설명되어 있는 구성 요소들도 결합된 형태로 실시될 수 있다. It will be understood by those skilled in the art that the foregoing description of the present invention is for illustrative purposes only and that those of ordinary skill in the art can readily understand that various changes and modifications may be made without departing from the spirit or essential characteristics of the present invention. will be. It is therefore to be understood that the above-described embodiments are illustrative in all aspects and not restrictive. For example, each component described as a single entity may be distributed and implemented, and components described as being distributed may also be implemented in a combined form.

본 발명의 범위는 상세한 설명보다는 후술하는 특허청구범위에 의하여 나타내어지며, 특허청구범위의 의미 및 범위 그리고 그 균등 개념으로부터 도출되는 모든 변경 또는 변형된 형태가 본 발명의 범위에 포함되는 것으로 해석되어야 한다. It is intended that the present invention covers the modifications and variations of this invention provided they come within the scope of the appended claims and their equivalents. .

100: API 생성 장치
110: API 관리 서버
100: API generation device
110: API management server

Claims (20)

API 생성 장치에서 매쉬업 데이터 API를 생성하는 방법에 있어서,
생성하고자 하는 매쉬업 데이터 API의 정보를 입력받는 단계;
상기 매쉬업 데이터 API의 정보와 연관된 복수의 센싱 데이터 API 중 하나 이상을 선택받는 단계;
상기 매쉬업 데이터 API의 정보와 연관된 복수의 외부 웹 데이터 API 중 하나 이상을 선택받는 단계;
상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API를 이용하여 상기 매쉬업 데이터 API를 생성하는 단계;
상기 생성된 매쉬업 데이터 API를 API 관리 서버에 등록하는 단계; 및
상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API의 개발자 계정으로, 상기 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송하는 단계를 포함하되,
상기 매쉬업 데이터 API를 생성하는 단계는
상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API 각각에 대응하여 API 호출 파라미터를 정의하는 단계를 포함하는, 매쉬업 데이터 API를 생성하는 방법.
A method for generating a mashup data API in an API generation device,
Receiving information of a mashup data API to be generated;
Selecting at least one of a plurality of sensing data APIs associated with information of the mashup data API;
Selecting at least one of a plurality of external web data APIs associated with information of the mashup data API;
Generating the mashup data API using the selected sensing data API and external web data API;
Registering the generated mashup data API in an API management server; And
Sending a message promoting the creation of the mashup data API to the developer account of the selected sensing data API and external web data API,
The step of generating the mashup data API
And defining API call parameters corresponding to each of the selected sensing data API and external web data API.
삭제delete 제 1 항에 있어서,
상기 매쉬업 데이터 API를 생성하는 단계는
상기 정의된 API 호출 파라미터 및 API 생성 로직에 기초하여 상기 매쉬업 데이터 API를 생성하는 단계를 더 포함하는, 매쉬업 데이터 API를 생성하는 방법.
The method according to claim 1,
The step of generating the mashup data API
Generating the mashup data API based on the API call parameters and the API creation logic defined above.
제 3 항에 있어서,
상기 API 생성 로직은 스크립트로 작성된 로직인 것인, 매쉬업 데이터 API를 생성하는 방법.
The method of claim 3,
Wherein the API generation logic is logic written in a script.
제 1 항에 있어서,
상기 복수의 센싱 데이터 API는 복수의 센서 플랫폼으로부터 수집된 것이고,
상기 복수의 외부 웹 데이터 API는 웹 상에서 제공되는 복수의 오픈 API 중 하나 이상을 포함하는 것인, 매쉬업 데이터 API를 생성하는 방법.
The method according to claim 1,
Wherein the plurality of sensing data APIs are collected from a plurality of sensor platforms,
Wherein the plurality of external web data APIs comprises one or more of a plurality of open APIs provided on the web.
API 생성 장치에서 매쉬업 데이터 API를 생성하는 방법에 있어서,
생성하고자 하는 매쉬업 데이터 API의 정보를 입력받는 단계;
상기 매쉬업 데이터 API의 정보와 연관된 복수의 센싱 데이터 API 중 하나 이상을 선택받는 단계;
상기 매쉬업 데이터 API의 정보와 연관된 복수의 외부 웹 데이터 API 중 하나 이상을 선택받는 단계;
상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API를 이용하여 상기 매쉬업 데이터 API를 생성하는 단계;
상기 생성된 매쉬업 데이터 API를 API 관리 서버에 등록하는 단계; 및
상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API의 개발자 계정으로, 상기 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송하는 단계를 포함하되,
상기 매쉬업 데이터 API를 생성하는 단계는
생성된 매쉬업 데이터 API에 대한 실행값을 시뮬레이션을 통해 확인하는 단계를 포함하는, 매쉬업 데이터 API를 생성하는 방법.
A method for generating a mashup data API in an API generation device,
Receiving information of a mashup data API to be generated;
Selecting at least one of a plurality of sensing data APIs associated with information of the mashup data API;
Selecting at least one of a plurality of external web data APIs associated with information of the mashup data API;
Generating the mashup data API using the selected sensing data API and external web data API;
Registering the generated mashup data API in an API management server; And
Sending a message promoting the creation of the mashup data API to the developer account of the selected sensing data API and external web data API,
The step of generating the mashup data API
And verifying an execution value for the generated mashup data API through simulation.
제 6 항에 있어서,
상기 등록하는 단계는 상기 실행값이 기설정된 값인 경우, 상기 생성된 매쉬업 데이터 API를 상기 API 관리 서버에 등록하는 것인, 매쉬업 데이터 API를 생성하는 방법.
The method according to claim 6,
Wherein the registering step registers the generated mashup data API to the API management server when the execution value is a preset value.
제 1 항에 있어서,
상기 등록하는 단계는 상기 생성된 매쉬업 데이터 API의 등록 정보를 등록하는 단계이고,
상기 등록 정보는 상기 생성된 매쉬업 데이터 API에 대응하는 서비스명, 서비스 ID, 카테고리, 공개 여부, 사용 설명서, 개발자 계정 정보를 포함하는 것인, 매쉬업 데이터 API를 생성하는 방법.
The method according to claim 1,
Wherein the registering step registers registration information of the generated mashup data API,
Wherein the registration information includes a service name, a service ID, a category, a disclosure status, a usage guide, and developer account information corresponding to the generated mashup data API.
제 1 항에 있어서,
상기 등록하는 단계는 상기 생성된 매쉬업 데이터 API의 생성에 이용된 하나 이상의 센싱 데이터 API 및 외부 웹 데이터 API의 정보를 등록하는 단계인 것인, 매쉬업 데이터 API를 생성하는 방법.
The method according to claim 1,
Wherein the registering step is registering information of one or more sensing data APIs and external web data APIs used to generate the generated mashup data API.
제 9 항에 있어서,
상기 센싱 데이터 API 및 외부 웹 데이터 API의 정보는 상기 센싱 데이터 API 및 외부 웹 데이터 API 각각에 대응하는 개발자 계정 정보를 포함하는 것인, 매쉬업 데이터 API를 생성하는 방법.
10. The method of claim 9,
Wherein the information of the sensing data API and the external web data API includes developer account information corresponding to the sensing data API and the external web data API, respectively.
매쉬업 데이터 API를 생성하는 API 생성 장치에 있어서,
생성하고자 하는 매쉬업 데이터 API의 정보를 입력받는 입력 수신부;
상기 매쉬업 데이터 API의 정보와 연관된 복수의 센싱 데이터 API 중 하나 이상을 선택받는 센싱 데이터 API 선택부;
상기 매쉬업 데이터 API의 정보와 연관된 복수의 외부 웹 데이터 API 중 하나 이상을 선택받는 외부 웹 데이터 API 선택부;
상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API를 이용하여 상기 매쉬업 데이터 API를 생성하는 API 생성부;
상기 생성된 매쉬업 데이터 API를 API 관리 서버에 등록하는 API 등록부; 및
상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API의 개발자 계정으로, 상기 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송하는 API 홍보부를 포함하되,
상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API 각각에 대응하여 API 호출 파라미터를 정의하는 파라미터 정의부를 더 포함하고,
상기 API 생성부는 상기 정의된 API 호출 파라미터 및 API 생성 로직에 기초하여 상기 매쉬업 데이터 API를 생성하는 API 생성 장치.
An API generation apparatus for generating a mashup data API,
An input receiving unit for receiving information of a mashup data API to be generated;
A sensing data API selector selecting one or more of a plurality of sensing data APIs associated with information of the mashup data API;
An external web data API selection unit selecting at least one of a plurality of external web data APIs associated with information of the mashup data API;
An API generator for generating the mashup data API using the selected sensing data API and external web data API;
An API registration unit for registering the generated mashup data API in an API management server; And
And an API publicizing unit for transmitting a message for promoting that the mashup data API is generated to the selected sensing data API and the developer account of the external web data API,
Further comprising a parameter defining unit for defining an API call parameter corresponding to each of the selected sensing data API and external web data API,
Wherein the API generation unit generates the mashup data API based on the defined API call parameters and the API generation logic.
삭제delete 제 11 항에 있어서,
상기 API 생성 로직은 스크립트로 작성된 로직인 것인, API 생성 장치.
12. The method of claim 11,
Wherein the API generation logic is logic written in a script.
제 11 항에 있어서,
복수의 센서 플랫폼으로부터 상기 복수의 센싱 데이터 API를 수집하는 센싱 데이터 API 수집부 및
웹 상에서 제공되는 하나 이상의 오픈 API를 수집하는 외부 웹 데이터 API 수집부를 더 포함하는, API 생성 장치.
12. The method of claim 11,
A sensing data API collection unit for collecting the plurality of sensing data APIs from a plurality of sensor platforms;
Further comprising an external web data API collection unit for collecting one or more open APIs provided on the web.
제 14 항에 있어서,
상기 센싱 데이터 API 선택부는 상기 센싱 데이터 API 수집부에 의해 수집된 복수의 센싱 데이터 API에서, 상기 매쉬업 데이터 API의 정보와 연관된 센싱 데이터 API 중 하나 이상을 선택받고,
상기 외부 웹 데이터 API 선택부는 상기 외부 웹 데이터 API 수집부에 의해 수집된 복수의 오픈 API에서, 상기 매쉬업 데이터 API의 정보와 연관된 외부 웹 데이터 API 중 하나 이상을 선택받는 것인, API 생성 장치.
15. The method of claim 14,
Wherein the sensing data API selection unit selects at least one of a plurality of sensing data APIs collected by the sensing data API collecting unit and a sensing data API associated with information of the mashup data API,
Wherein the external web data API selection unit selects at least one of the plurality of open APIs collected by the external web data API collection unit and an external web data API associated with the information of the mashup data API.
매쉬업 데이터 API를 생성하는 API 생성 장치에 있어서,
생성하고자 하는 매쉬업 데이터 API의 정보를 입력받는 입력 수신부;
상기 매쉬업 데이터 API의 정보와 연관된 복수의 센싱 데이터 API 중 하나 이상을 선택받는 센싱 데이터 API 선택부;
상기 매쉬업 데이터 API의 정보와 연관된 복수의 외부 웹 데이터 API 중 하나 이상을 선택받는 외부 웹 데이터 API 선택부;
상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API를 이용하여 상기 매쉬업 데이터 API를 생성하는 API 생성부;
상기 생성된 매쉬업 데이터 API를 API 관리 서버에 등록하는 API 등록부; 및
상기 선택된 센싱 데이터 API 및 외부 웹 데이터 API의 개발자 계정으로, 상기 매쉬업 데이터 API가 생성되었음을 홍보하는 메시지를 전송하는 API 홍보부를 포함하되,
상기 API 생성부는 상기 생성된 매쉬업 데이터 API에 대한 실행값을 시뮬레이션을 통해 확인하는 것인, API 생성 장치.
An API generation apparatus for generating a mashup data API,
An input receiving unit for receiving information of a mashup data API to be generated;
A sensing data API selector selecting one or more of a plurality of sensing data APIs associated with information of the mashup data API;
An external web data API selection unit selecting at least one of a plurality of external web data APIs associated with information of the mashup data API;
An API generator for generating the mashup data API using the selected sensing data API and external web data API;
An API registration unit for registering the generated mashup data API in an API management server; And
And an API publicizing unit for transmitting a message for promoting that the mashup data API is generated to the selected sensing data API and the developer account of the external web data API,
Wherein the API generation unit confirms an execution value for the generated mashup data API through a simulation.
제 16 항에 있어서,
상기 API 등록부는 상기 실행값이 기설정된 값인 경우, 상기 생성된 매쉬업 데이터 API를 상기 API 관리 서버에 등록하는 것인, API 생성 장치.
17. The method of claim 16,
Wherein the API registering unit registers the generated mashup data API to the API management server when the execution value is a preset value.
제 11 항에 있어서,
상기 API 등록부는 상기 생성된 매쉬업 데이터 API의 등록 정보 및 상기 생성된 매쉬업 데이터 API의 생성에 이용된 하나 이상의 센싱 데이터 API 및 외부 웹 데이터 API의 정보를 등록하는 것인, API 생성 장치.
12. The method of claim 11,
Wherein the API register unit registers registration information of the generated mashup data API and at least one of a sensing data API and an external web data API used for generating the generated mashup data API.
제 18 항에 있어서,
상기 생성된 매쉬업 데이터 API의 등록 정보는 상기 생성된 매쉬업 데이터 API에 대응하는 서비스명, 서비스 ID, 카테고리, 공개 여부, 사용 설명서, 개발자 계정 정보를 포함하는 것인, API 생성 장치.
19. The method of claim 18,
Wherein the registration information of the generated mashup data API includes a service name, a service ID, a category, a disclosure availability, a usage guide, and developer account information corresponding to the generated mashup data API.
제 18 항에 있어서,
상기 센싱 데이터 API 및 외부 웹 데이터 API의 정보는 상기 센싱 데이터 API 및 외부 웹 데이터 API 각각에 대응하는 개발자 계정 정보를 포함하는 것인, API 생성 장치.
19. The method of claim 18,
Wherein the information of the sensing data API and the external web data API includes developer account information corresponding to the sensing data API and the external web data API, respectively.
KR1020140062498A 2014-05-23 2014-05-23 Apparatus and method of generating mashup data api KR101585095B1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
KR1020140062498A KR101585095B1 (en) 2014-05-23 2014-05-23 Apparatus and method of generating mashup data api

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
KR1020140062498A KR101585095B1 (en) 2014-05-23 2014-05-23 Apparatus and method of generating mashup data api

Publications (2)

Publication Number Publication Date
KR20150134962A KR20150134962A (en) 2015-12-02
KR101585095B1 true KR101585095B1 (en) 2016-01-13

Family

ID=54883318

Family Applications (1)

Application Number Title Priority Date Filing Date
KR1020140062498A KR101585095B1 (en) 2014-05-23 2014-05-23 Apparatus and method of generating mashup data api

Country Status (1)

Country Link
KR (1) KR101585095B1 (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2019168390A1 (en) * 2018-03-02 2019-09-06 Jb Financial Co., Ltd. Electronic device, method, and computer-readable recording medium for generating api

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2011258101A (en) 2010-06-11 2011-12-22 Tetsuo Kamei Information utilization system
JP2013502650A (en) * 2009-08-21 2013-01-24 アバイア インク. Mashups and presence found on the phone

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2013502650A (en) * 2009-08-21 2013-01-24 アバイア インク. Mashups and presence found on the phone
JP2011258101A (en) 2010-06-11 2011-12-22 Tetsuo Kamei Information utilization system

Also Published As

Publication number Publication date
KR20150134962A (en) 2015-12-02

Similar Documents

Publication Publication Date Title
US9563613B1 (en) System and method for dynamic portable document file generation
KR102224379B1 (en) Service layer resource management for general interoperability and scalability
US20210289342A1 (en) Methods and entities for ending a subscription
CN104838618B (en) The method and apparatus of authentication-access authorization in a wireless communication system
US9898260B2 (en) Adaptive function-based dynamic application extension framework
CN111052711A (en) Method for discovering services provided by a network repository function
US20120017222A1 (en) Interface For Telecommunication Services Using Uniform Resource Identifiers
CN108132814A (en) Page loading method, device, computer equipment and the storage medium of application program
CN105337787A (en) Multi-server monitoring method, device and system
WO2020062582A1 (en) Methods for information drainage, requesting transmission and communication acceleration, and drainage and node server
CN112399130B (en) Processing method and device of cloud video conference information, storage medium and communication equipment
CN104111944A (en) Page processing method and device and page generating method and device
KR20180107777A (en) Resource acquisition method and associated device
US20140214921A1 (en) System and method for identification of an application executed on a mobile device
EP3669561B1 (en) A method of obtaining user subscription data pertaining to a subscriber in a telecommunication network
CN103475744A (en) Resource downloading method, device and system on basis of Web application
WO2016003134A1 (en) Method for processing request messages in wireless communication system, and device for same
JP2015141473A (en) Server system, method for controlling server system, and program
CN112115103B (en) File address display method and device, electronic equipment and readable storage medium
KR101585095B1 (en) Apparatus and method of generating mashup data api
CN105516269A (en) Application configuration method and application configuration device
CN115509647B (en) API (application program interface) access method, conversion method, device, equipment and storage medium
CN104396211A (en) A method and a server for evaluating a request for access to content from a server in a computer network
KR20160040506A (en) System and method for providing in-app service
CN110417919A (en) A kind of flow abduction method and device

Legal Events

Date Code Title Description
A201 Request for examination
E902 Notification of reason for refusal
E701 Decision to grant or registration of patent right
GRNT Written decision to grant
FPAY Annual fee payment

Payment date: 20190102

Year of fee payment: 4

FPAY Annual fee payment

Payment date: 20200102

Year of fee payment: 5