Skip to content

Commit 4d8dbe1

Browse files
committed
update readme
1 parent b82576d commit 4d8dbe1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @Date: 2021-12-23 14:25:35
44
* @version:
55
* @LastEditors: 饕餮
6-
* @LastEditTime: 2021-12-24 12:57:34
6+
* @LastEditTime: 2021-12-24 12:58:58
77
* @Description: How to use
88
-->
99
# DongTai-SDK-Python
@@ -41,12 +41,16 @@ dongTaiSdk = DongTai("config.json")
4141

4242
3.now support function
4343
## Project
44+
```python
4445
GetProjectList(self,page,pageSize,name=None)
4546
GetProjectVerList(self,projectId)
4647
AddProjectVersion(self,projectId,verName,description,isEdit=True)
4748
SearchProject(self,projectId)
49+
```
4850

4951
## Agent
52+
```python
5053
DeleteAgent(self,agentId)
5154
StartAgent(self,agentId)
5255
StopAgent(self,agentId)
56+
```

0 commit comments

Comments
 (0)