octokit.net Questions

3

Solved

I would like to get a list of all forks of a GitHub repo (e.g. https://github.com/eternicode/bootstrap-datepicker), however I am unable to find out how to do it using octokit.net. I want also get...
Telly asked 12/1, 2015 at 10:15

2

Solved

Something like this. void UpdateCheck() { if (GithubApi.GetCurrentRelease().Version > CurrentVersion) } How can I do this? I found some API, https://github.com/octokit/octokit.net but I ca...
Blagoveshchensk asked 5/9, 2014 at 4:39

2

I want to get all informations about files from my github repository using octokit projectis: http://octokitnet.readthedocs.org/en/latest/contributing/ Updated: what I thought I can do is getAllFil...
Jaffa asked 15/3, 2016 at 23:4

3

I'd like to check if a feature branch has been merged into my master branch using the github api/Octokit. I havent been able to find any documentation or posts on this topic. Is this possible? Does...
Dandruff asked 26/10, 2015 at 14:16
1

© 2022 - 2024 — McMap. All rights reserved.