Updated on 2022-02-21 GMT+08:00

Initiating Requests

There are two ways to initiate requests:

  • cURL

    cURL is a command line tool used to perform URL operations and transmit information. It serves as a client to send HTTP requests to a server. You can use cURL to initiate requests for API commissioning.

  • Code

    You can call APIs using code to assemble, send, and process requests.