ponder-lab / GitHub-Issue-Classifier

Python script to mine for GitHub issues + comments and classify them.
MIT License
6 stars 0 forks source link

What is the sample search file for? #39

Closed khatchad closed 3 years ago

khatchad commented 3 years ago

https://github.com/ponder-lab/GitHub-Issue-Mining/blob/b88a9604d3bc9b2b56d4a0fd651b8be352c150af/search_sample.json#L1

y3pio commented 3 years ago

That's just the sample response object of the search query API call. I stored the response as a static file for development purpose so we can read the sample response directly from this file, instead of actually calling the API which cuts into our quota.

khatchad commented 3 years ago

Cool thanks.