You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -14,31 +15,38 @@ English | [简体中文](./README_ZH.md)
14
15
`agora-rest-client-go` is an open-source project written in Go, specifically designed for the Agora REST API. It includes wrappers and internal implementations of the official Agora REST API interfaces, making it easier for developers to integrate the server-side Agora REST API.
15
16
16
17
> [!IMPORTANT]
17
-
This SDK has undergone some testing to ensure its basic functionality works correctly. However, due to the complexity of software development, we cannot guarantee it is completely free of defects. We encourage community developers and users to actively participate and help improve this project.
18
+
> This SDK has undergone some testing to ensure its basic functionality works correctly. However, due to the complexity of software development, we cannot guarantee it is completely free of defects. We encourage community developers and users to actively participate and help improve this project.
18
19
19
20
## Features
20
-
* Encapsulates the request and response handling of the Agora REST API, simplifying the communication process with the Agora REST API.
21
-
* Provides automatic switching to the best domain in case of DNS resolution failure, network errors, or request timeouts, ensuring the availability of the REST API service.
22
-
* Offers easy-to-use APIs to easily implement common functions of the Agora REST API, such as starting and stopping cloud recording.
23
-
* Based on Go language, it is efficient, concurrent, and scalable.
21
+
22
+
- Encapsulates the request and response handling of the Agora REST API, simplifying the communication process with the Agora REST API.
23
+
- Provides automatic switching to the best domain in case of DNS resolution failure, network errors, or request timeouts, ensuring the availability of the REST API service.
24
+
- Offers easy-to-use APIs to easily implement common functions of the Agora REST API, such as starting and stopping cloud recording.
25
+
- Based on Go language, it is efficient, concurrent, and scalable.
0 commit comments