APIs-guru / awesome-openapi3

😎 A list of awesome projects related to OpenAPI 3.0.x, curated by the community
https://apis.guru/awesome-openapi3
BSD 3-Clause "New" or "Revised" License
632 stars 53 forks source link

A project with the proper topic is not added #72

Closed Fatal1ty closed 1 year ago

Fatal1ty commented 1 year ago

I added openapi3 topic to my project https://github.com/Fatal1ty/openapify a few days ago but it still hasn’t appeared on the site. Am I missing something?

MikeRalphson commented 1 year ago

Thanks, I'll take a look. Do you know if your tool has shown up on https://tools.openapis.org ?

Fatal1ty commented 1 year ago

Do you know if your tool has shown up on https://tools.openapis.org ?

No, It hasn’t.

MikeRalphson commented 1 year ago

OK, will take a close look, thanks.

MikeRalphson commented 1 year ago

We currently only fetch the first (I think it's 200) repos from the GraphQL endpoint, ordered by stars. Your project may not be making that list. I'll see if I can add pagination to the query.

Fatal1ty commented 1 year ago

We currently only fetch the first (I think it's 200) repos from the GraphQL endpoint, ordered by stars. Your project may not be making that list. I'll see if I can add pagination to the query.

Thank you for a quick investigation! I don't know if it's related but I can see projects with only one star in response of the Tools API (https://apis.guru/awesome-openapi3/api/tools.json). In any case, if adding pagination isn't difficult and you're for it, then it would be great for me and many others. Otherwise, it would be helpful for future coming projects to see a note somewhere about the limit of projects.

MikeRalphson commented 1 year ago

I've moved off the GraphQL endpoint with it's low limitations, and I can see your project will now be added. Will close when confirmed.

MikeRalphson commented 1 year ago

The projects with only one star were probably added when all the projects fit in the GraphQL query! Anyway, your project is now listed and I've put it in the code-gen category, hope that's right.

Fatal1ty commented 1 year ago

Thank you! I think code-gen category is ok.