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 37a279d commit 0eef561Copy full SHA for 0eef561
README.md
@@ -34,6 +34,8 @@ $cli = new BacklogAPIClient($space, $key);
34
$cli->deleteComment(111,[...]);
35
```
36
37
+他のアプリケーションにデータを移行するとか、解約後に簡易的にデータ閲覧するなど、データの囲い込みに負けないために使えます。
38
+
39
## 設定
40
41
`.env` ファイルに BacklogAPIアクセス用の`キー`と`スペースURL`を書いてください。
0 commit comments