const getContents = async () => { const { data } = await octokit.request({ owner, repo, url, method: 'GET', path: 'contents', // gets the whole ...
確定! 回上一頁