nulab / backlog-js

Backlog API version 2 client for browser and node.
https://developer.nulab-inc.com/docs/backlog/
33 stars 13 forks source link

"keyword" parameter is not necessary for getting issue list #40

Closed mmktomato closed 3 years ago

mmktomato commented 3 years ago

https://github.com/nulab/backlog-js/blob/3e9f817b2b2014ece946e0cbd35781bcb7e65ba9/src/option.ts#L432

keyword: string;

This means keyword is necessary, but it's not necessary actually.