Learn Hadoop
Learn Hadoop

Reputation: 3060

How to get the clone count in github api

How to get GitHub clone count using api. The below api helped me to get fork count and watcher count (https://www-github.com/api/v3/repos/Community/reponame ) . but couldn't find clone count. Is it possible to get fork ,watcher and clone count from single rest api?

Upvotes: 1

Views: 1195

Answers (1)

steadweb
steadweb

Reputation: 16611

This feature doesn't seem to be exposed within the API. Similar question / answer found.

Upvotes: 1

Related Questions