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
* Lists calendar events for the authenticated user.
91
-
* Updates a calendar event with the data included in the request.
92
-
* Deletes a location record from the authenticated user's location history.
93
-
* Creates or updates a location record in the authenticated user's location history using the data included in the request. If a location resource already exists with the same timestamp value, the data provided overwrites the existing data.
90
+
*Lists calendar events for the authenticated user.
91
+
*Updates a calendar event with the data included in the request.
92
+
*Deletes a location record from the authenticated user's location history.
93
+
*Creates or updates a location record in the authenticated user's location history using the data included in the request. If a location resource already exists with the same timestamp value, the data provided overwrites the existing data.
94
94
95
95
## 描述的检查清单
96
-
你要确保每个描述都是简短但完整的,同时也要可以被那些不太了解你的API的用户看懂。在大多数情况下,不能只是重申显而易见的信息,例如`series.insert`方法的描述不能只是'Inserts a series'。虽然你的命名应该已经表明它是做什么的了,但大多数读者因为想要获取更多详细信息所以要阅读你的描述。如果你不确定描述中要写什么,试着回答以下相关的问题:
97
-
98
-
* 它是什么?
99
-
* 成功时会做什么?失败时会做什么?怎样原因会导致失败?
100
-
* 它是幂等的吗?
101
-
* 单位是什么?(例如:米、度、像素。)
102
-
* 接受值的范围?范围是包含的还是不包含的?
103
-
* 副作用是什么?
104
-
* 如何使用?
105
-
* 常见错误是什么?
106
-
* 是否会一直存在?(例如: "Container for voting information. Present only when voting information is recorded.")
你要确保每个描述都是简短但完整的,同时也要可以被那些不太了解你的API的用户看懂。在大多数情况下,不能只是重申显而易见的信息,例如`series.insert`方法的描述不能只是"Inserts a series"。虽然你的命名应该已经表明它是做什么的了,但大多数读者之所以会阅读你的描述是因为他们想要获取更多的详细信息。如果你不确定描述中要写什么,试着回答以下相关的问题:
97
+
98
+
*它是什么?
99
+
*成功时会做什么?失败时会做什么?怎样原因会导致失败?
100
+
*它是幂等的吗?
101
+
*单位是什么?(例如:米、度、像素。)
102
+
*接受值的范围?范围是开区间还是闭区间?
103
+
*副作用是什么?
104
+
*如何使用?
105
+
*常见错误是什么?
106
+
*是否会一直存在?(例如: "Container for voting information. Present only when voting information is recorded.")
0 commit comments