Help Center> Cloud Search Service> FAQ> General Consulting> Which Tools Can I Use to Manage CSS?

Which Tools Can I Use to Manage CSS?

You can use any of the following three methods to manage CSS or to use search engine APIs. You can initiate requests based on constructed request messages.
  • curl

    cURL is a command-line tool used to perform URL operations and transfer information. It serves as the HTTP client that can send HTTP requests to the HTTP server and receive response messages. cURL is applicable to API debugging. For more information about cURL, visit https://curl.haxx.se/.

  • Code

    You can call APIs through code to assemble, send, and process request messages.

  • REST client

    Both Mozilla Firefox and Google Chrome provide a graphical browser plugin, that is, REST client, to send and process requests.

    – For Mozilla Firefox, see Firefox REST Client.

    – For Google Chrome, see Postman.