2
我想從我的系統上傳文件到github repo中使用api的目錄。是否有任何允許我這樣做的API端點。使用github api將文件上傳到github目錄
我想從我的系統上傳文件到github repo中使用api的目錄。是否有任何允許我這樣做的API端點。使用github api將文件上傳到github目錄
您需要使用廣域網中。可能推出2013
它包括GitHub CRUD API:
PUT /repos/:owner/:repo/contents/:path
PUT /repos/:owner/:repo/contents/:path
DELETE /repos/:owner/:repo/contents/:path
在https://gist.github.com/Integralist/9482061實施例 – VonC