[C#] 使用 MrHuo.OAuth 來輕鬆做到 Github 登入
2021-01-25
最近看到一個 open source 專案感覺蠻簡單的,就測試玩了一下,不過因為我是使用 webform 開發手上的專案,但是他們官方案例就是使用 .net core ,所以我就是測試一下遇到一些小問題,這邊就分享一下,推薦一下 這 open source 專案 MrHuo.OAuth ,讓你可以輕鬆做到各家的登入..
[C#] Github 透過程式 fork Repository , 刪除 Repository , 將 Repository 公開或是設成私人
2020-11-10
之前寫過幾篇文章( Github 透過 Octokit.net 操控 Github - 檔案是否存在,刪除檔案,傳檔案上去 、Github 透過 Octokit.net 操控 Github - 取得所有 Repositories)
使用 Octokit.net https://github.com/octokit/octokit.net 去操控 Github ,今天繼續把一些測試的筆記紀錄一下
[C#] Github 透過 Octokit.net 操控 Github - 透過遞迴取得(下載)整個 Repository
2020-01-14
上一篇文章( Github 透過 Octokit.net 操控 Github - 檔案是否存在,刪除檔案,傳檔案上去)我們聊到了 如何檢查檔案是否存在,刪除,並且上傳新的檔案,這一篇我們聊一下如何把整個 Repository 下載下來。
[C#] Github 透過 Octokit.net 操控 Github - 檔案是否存在,刪除檔案,傳檔案上去
2020-01-02
訂閱:
文章 (Atom)