We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent effb549 commit cb88ac6Copy full SHA for cb88ac6
README.md
@@ -68,7 +68,13 @@ foreach ($cli->space()->projects(Backlog::PROJECTS_ONLY_MINE) as $prj){
68
}
69
70
```
71
-自動補完の例
+## 自動補完の例
72
+BacklogのAPIのメソッド名を自動補完します。
73
+```
74
+$cli = new BacklogAPIClient($space, $key);
75
+$cli->...
76
77
+
78
<div>
79
<img width="100%" alt="image" src="https://user-images.githubusercontent.com/55338/215521858-31d7fd22-ddd5-484f-b55f-af12503eb82a.png">
80
</div>
0 commit comments