🌐KR

This document describes how to use Transfer, Response, and Context blocks.



▶ Plan Control

Free Starter Plus Pro Enterprise
**Protocol

▶ Restful Block

기능 설명 비고
ID The unique ID of the Transfer blockset is automatically created when the block is registered.
method The http(s) method to call the API. Applicable options are post, get, put, delete, patch.
end-point The endpoint (address) of the API to call.
header Header area of data to request to the server.
body Body area of data to request to server.
options Used when you need additional options for API calls Option information

▶ Transfer Blockset

Untitled

Function Explanation
ID The unique ID of the Transfer blockset is automatically created when the block is registered.
protocol unit Enter the protocol blockset of the API to be called.
contexts Define the response object to be received after executing the API as a Response Context block.

▶ Async