Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more information in the /project endpoint v2 #748

Open
adpi2 opened this issue Dec 9, 2021 · 0 comments
Open

Add more information in the /project endpoint v2 #748

adpi2 opened this issue Dec 9, 2021 · 0 comments
Milestone

Comments

@adpi2
Copy link
Member

adpi2 commented Dec 9, 2021

Currently the programmatic /project endpoint returns:

  artifact: List[String],
  versions: List[String],
  groupId: String,
  artifactId: String,
  version: String

A lot more information could be added in a version 2 of this endpoint:

  website: String, 
  githubUrl: String,
  topics: List[String],
  stars: Int,
  forks: Int,
  contributors: List[String]
  projectDependencies: List[String]
  ...
@adpi2 adpi2 added this to the 1.1.0 milestone Dec 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant