Closed Fatal1ty closed 1 year ago
Thanks, I'll take a look. Do you know if your tool has shown up on https://tools.openapis.org ?
Do you know if your tool has shown up on https://tools.openapis.org ?
No, It hasn’t.
OK, will take a close look, thanks.
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.
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.
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.
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.
Thank you! I think code-gen category is ok.
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?