文件名称:HW4:HW4 SSW345的存储库
文件大小:4.55MB
文件格式:ZIP
更新时间:2024-04-17 19:41:29
JavaScript
SSW345-HW4 / REST实验室-Christian Kubelle REST LAB的第1部分和第2部分: 在所有者下的给定存储库中为listBranches编写代码。 查看清单分支 // 1. Write code for listBranches in a given repo under an owner. See list branches async function listBranches ( owner , repo ) { let options = getDefaultOptions ( `/repos/ ${ owner } / ${ repo } /branches` , "GET" ) ; // Send a http request to url and specify a callback that will be called upon its
【文件预览】:
HW4-main
----.travis.yml(52B)
----server()
--------index.js(947B)
--------package.json(242B)
--------package-lock.json(14KB)
----brewery.js(461B)
----index.js(5KB)
----img()
--------http.png(901KB)
--------expected.png(125KB)
----package.json(419B)
----.eslintrc.json(311B)
----test()
--------test.js(2KB)
----package-lock.json(56KB)
----Screencast.mp4(3.09MB)
----Evans.md(2KB)
----.gitignore(75B)
----README.md(3KB)
----PassedTests.PNG(908KB)