Can I use HTTP methods to call Tablestore data management API operations?
Direct HTTP calls to Tablestore data management API operations require you to handle authentication, request signing, and data encoding and decoding yourself. Use one of the following approaches based on your task:
To manage instances, use the Tablestore console or OpenAPI Explorer for online debugging. For more information, see Instance management and OpenAPI Explorer.
To work with tables, data, and indexes, use Tablestore SDKs, which handle HTTP request construction, authentication, and encoding for you.