Tag Archives: spring social github
Using Spring Social GitHub to access secured GitHub data
At my Skydingo blog (a devops blog written in collaboration with Paul Jenson) I just wrote a quick post with some screenshots of an open source, Spring-based CMDB I’m building called Skybase. In the current post I want to show … Continue reading
Zkybase now supports authorized access to GitHub via Spring Social GitHub
This one’s another quick Zkybase screenshot post. Using Spring Social GitHub, it’s easy to access public user and repo information via the GitHubTemplate. But if we want to access private information, or write capabilities, we need to use the Spring … Continue reading
Spring Social GitHub: revisiting GitHub integration
In my last post, Calling the GitHub API using Spring’s RestTemplate, I explained how to call a public endpoint that retrieves a repository’s watchers on the GitHub API using Spring’s RestTemplate. I was happy to receive a comment by Craig … Continue reading
