Skip to content

Commit 8e4eb29

Browse files
committed
メモ追加
1 parent c0129c5 commit 8e4eb29

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/BacklogAPIClient.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ public function issue_ids( $project_id ) {
205205
}
206206

207207
protected function list_all( $method, $q = [] ) {
208+
// TODO:GENERATOR にする。課題が1000件あると10回もリクエストがおきる。
208209
$params = &$q[sizeof($q) - 1];
209210
$limit = $params['count'];
210211
$params['offset'] = ! empty($params['offset']) ? $params['offset'] : 0;

0 commit comments

Comments
 (0)