2

I have a repository in GitHub that is empty and I want to find out when it was created. Is it possible somehow?

1 Answer 1

2

You can access it by Github API https://api.github.com/repos/%7Busername%7D/%7Brepository%7D and look at created_at parameter there.

Sign up to request clarification or add additional context in comments.

Comments