Skip to content

Commit cb88ac6

Browse files
authored
Update README.md
1 parent effb549 commit cb88ac6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,13 @@ foreach ($cli->space()->projects(Backlog::PROJECTS_ONLY_MINE) as $prj){
6868
}
6969
}
7070
```
71-
自動補完の例
71+
## 自動補完の例
72+
BacklogのAPIのメソッド名を自動補完します。
73+
```
74+
$cli = new BacklogAPIClient($space, $key);
75+
$cli->...
76+
```
77+
7278
<div>
7379
<img width="100%" alt="image" src="https://user-images.githubusercontent.com/55338/215521858-31d7fd22-ddd5-484f-b55f-af12503eb82a.png">
7480
</div>

0 commit comments

Comments
 (0)