X-lab2017 / od-api

A repository for transforming response data format from open-digger
5 stars 2 forks source link

[feature] Add an API to query which repos are included in a login #39

Closed stevending1st closed 1 year ago

zhicheng-ning commented 1 year ago

Hi @stevending1st , I'm not sure if l understand what your mean. Do you mean output all public repositories of that user by inputing the user name?

stevending1st commented 1 year ago

Hi @stevending1st , I'm not sure if l understand what your mean. Do you mean output all public repositories of that user by inputing the user name?

I'm sorry, this may not be what I thought. As we know, OD-API can't query metrics for all repos. I would like to have an API that gets all the repos that can query metrics, for a login.

zhicheng-ning commented 1 year ago

As we know, OD-API can't query metrics for all repos.

You can see https://github.com/X-lab2017/od-api/issues/15, we now support many metrics for all repo and user that supported by open-digger actually, we will support more metric in the future.

zhicheng-ning commented 1 year ago

I would like to have an API that gets all the repos that can query metrics, for a login.

If you want to know which repositories can query metrics, I think you should create a issue in open-digger which is the upstream project.

stevending1st commented 1 year ago

If you want to know which repositories can query metrics, I think you should create a issue in open-digger which is the upstream project.

OK, thank you! ❤️