Tag Archives: github api

Calling the GitHub API using Spring’s RestTemplate

GitHub has an RESTful JSON API that we can call from our apps. In this post I’ll show how I’m grabbing a GitHub repo’s watchers and pull them into my own app using Spring’s RestTemplate. Meet the GitHub API First, … Continue reading

Posted in Chapter 11 - CMDB, Tutorials | Tagged , , , , | 3 Comments