API Builder Panel

API Builder Panel is a control panel where all API Builder definitions created on Kuika are managed together. Thanks to this panel, you can perform API management quickly and easily. The main functions offered by the API Builder Panel on the left side are as follows:

  1. Creating a New API: Through the panel, you can create a new API definition that your application needs. During this process, you can do the basic configuration of the API and specify the building blocks needed for data exchange. For example, if you are developing a food ordering application, you can create APIs that can manage data such as restaurant menu and order information through this panel.
  2. Updating Existing APIs: The panel allows you to edit the naming, description and general properties of created APIs. Making changes to API names or descriptions provides an organized structure without disrupting the overall structure of your application. This way, you can better organize your app's APIs and manage relationships with different data sources.
  3. API Deletion: You can delete APIs that are no longer needed or used during the development process with the help of the Delete icon on the API Builder Panel. Especially, removing APIs that are used in older versions or replaced with a different function is important for the performance and security of the application.
  4. API Status Check and Preview: You can review the working status of APIs through the panel and test them in a live environment if needed. This allows you to check whether the APIs are working correctly and detect potential problems in advance. Also, thanks to the preview, you can examine the API's data return format and output in advance and make corrections if necessary.
  5. Security and Authorization Settings: You can use the panel to take necessary security measures and configure authorization processes on APIs. You can protect data security by ensuring that APIs are only used by authorized users or applications.