doc-exports/docs/css/umn/css_02_0017.html
gtema 72909318a9 Add css docs
Reviewed-by: Goncharov, Artem <artem.goncharov@t-systems.com>
Co-authored-by: gtema <artem.goncharov@gmail.com>
Co-committed-by: gtema <artem.goncharov@gmail.com>
2022-10-19 13:04:46 +00:00

18 lines
1.9 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<a name="css_02_0017"></a><a name="css_02_0017"></a>
<h1 class="topictitle1">How Can I Manage CSS?</h1>
<div id="body1505362520124"><div class="p" id="css_02_0017__p1674154701514">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.<ul id="css_02_0017__ul712872915166"><li id="css_02_0017__li9127122921617">curl<p id="css_02_0017__p187062119200"><a name="css_02_0017__li9127122921617"></a><a name="li9127122921617"></a>curl is a command-line tool used to transfer data to or from a given URL. It serves as an HTTP client that can send HTTP requests to the HTTP server and receive response messages. You can also use curl to debug APIs. For more information about curl, visit <a href="https://curl.haxx.se/" target="_blank" rel="noopener noreferrer">https://curl.haxx.se/</a>.</p>
</li><li id="css_02_0017__li11271429201615">Code<p id="css_02_0017__p13440131314225"><a name="css_02_0017__li11271429201615"></a><a name="li11271429201615"></a>You can call APIs through code to assemble, send, and process request messages.</p>
</li><li id="css_02_0017__li212802911614">REST client<p id="css_02_0017__p1896019217223"><a name="css_02_0017__li212802911614"></a><a name="li212802911614"></a>Both Mozilla Firefox and Google Chrome provide a graphical browser plugin, the REST client, which you can use to send and process requests.</p>
<p id="css_02_0017__p274164715152"> For Mozilla Firefox, see <a href="https://addons.mozilla.org/en-US/firefox/addon/restclient/" target="_blank" rel="noopener noreferrer">Firefox REST Client</a>.</p>
<p id="css_02_0017__p10597432122217"> For Google Chrome, see <a href="https://www.getpostman.com/" target="_blank" rel="noopener noreferrer">Postman</a>.</p>
</li></ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="css_02_0001.html">FAQs</a></div>
</div>
</div>