Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83775a1 commit 609491eCopy full SHA for 609491e
README.md
@@ -88,7 +88,7 @@ me.listNotifications(function(err, notifcations) {
88
});
89
90
const clayreimann = gh.getUser('clayreimann');
91
-clayreimann.getStarredRepos()
+clayreimann.listStarredRepos()
92
.then(function({data: reposJson}) {
93
// do stuff with reposJson
94
@@ -103,7 +103,7 @@ var gh = new GitHub({
103
104
105
var yahoo = gh.getOrganization('yahoo');
106
-yahoo.getRepos(function(err, repos) {
+yahoo.listRepos(function(err, repos) {
107
// look at all the repos!
108
})
109
```
0 commit comments