Kuika's API Builder module allows you to turn your application into a data source for other applications and services. API (Application Programming Interface) is an interface that performs data exchange between different systems and applications in a standard structure.
This module makes it easier for your application to send and receive data. For example, a food ordering application developed in Kuika can get a restaurant's menu via API. Similarly, when an order is placed, you can send this information to the restaurant via API and get feedback. In this training content, you will learn how to configure API definitions using the Kuika API Builder module.
This training content consists of the following topics:
API Builder Panel allows you to manage all API definitions created on Kuika. What you can do in this panel:
Scenario: An application will return menu status information when a barcode number is entered.
SELECT Barcode, Status FROM Menu WHERE Barcode = @Barcode
With this training content, you have gained basic knowledge about creating APIs, defining methods and managing APIs in the Kuika API Builder module. You can complete your development by testing your API and optimizing its settings.