📜  什么是 http 接口 - 无论代码示例

📅  最后修改于: 2022-03-11 14:56:24.142000             🧑  作者: Mango

代码示例1
The HTTP Interface exposes a set of API endpoints that accept parameters & 
JSON payloads and return JSON results. These may be called from any program 
capable of making an HTTP request and decoding the JSON format used for 
responses (e.g., C++, C#, etc.).

The HTTP interface is a lightweight Application Programming Interface (API) 
that is hosted in the ObjectServer. The HTTP interface provides access to table 
data in the ObjectServer through a structured URI format that uses HTTP. POST,
PATCH, GET, and DELETE requests. Requests are supported against table URIs or 
row URIs. Access to the URI is authenticated by a known ObjectServer user 
through basic HTTP authentication The interface can be secured through an 
HTTPS connection. You can enable the interface by setting properties in the 
ObjectServer.