We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestones Listからマイルストーンの一覧は取得できるが、マイルストーンに紐付いているIssuesまでは取得できない。 取得したマイルストーンから別のAPIを叩くことで取得できると思われるので、それの調査と実装を行う。
実際に叩くAPIは以下 https://api.github.com/repos/cuculus-dev/cuculus-community/milestones
The text was updated successfully, but these errors were encountered:
Issues Listのクエリパラメータmilestone指定でいけそう?
milestone
https://api.github.com/repos/cuculus-dev/cuculus-community/issues?milestone=2
Sorry, something went wrong.
調べた結果 GItHubのAPIと使用するためのとAPIリクエストの作成は必要。 ->REST APIを使用するっぽいのでAPIは問題なし ->マイルストーンからissuesを取得するにはHTTPクライアントまたはサーバーサイドからのAPIリクエストが必要そう -->HTTPクライアントまたはサーバーサイドのAPIリクエスト方法としてfetch Axiosがある
fetch
Axios
以下参考サイト https://qiita.com/morry_48/items/3dda89b03c29537a5f86 https://qiita.com/sotasato/items/31be24d6776f3232c0c0 https://qiita.com/s_taro/items/30114cfa370aac6c085f
kawanolk
No branches or pull requests
概要
Milestones Listからマイルストーンの一覧は取得できるが、マイルストーンに紐付いているIssuesまでは取得できない。
取得したマイルストーンから別のAPIを叩くことで取得できると思われるので、それの調査と実装を行う。
参考
実際に叩くAPIは以下
https://api.github.com/repos/cuculus-dev/cuculus-community/milestones
The text was updated successfully, but these errors were encountered: