- Joined
- Jun 1, 2023
- Messages
- 1
- Reaction score
- 0
I am in the process of trying to program a react app that uses the githup api to extract data from a given column. I have attempted to reconstruct the app.tsx multiple times attempting to integrate octokit-rest, octokit-graphql, and axios. The problem I am coming across is that the project I am trying scrape data from is the new projects data, off which there seems to be no way scrape for columns in the new projects version. Is there some kind of work around with a library/api to get a count of the amount of items in a given column?