https://github.com/deep1144/angular-issue-tracker-github
https://github.com/deep1144/angular-issue-tracker-github
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/deep1144/angular-issue-tracker-github
- Owner: Deep1144
- Created: 2022-08-04T18:45:44.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T18:55:28.000Z (almost 4 years ago)
- Last Synced: 2025-01-22T11:28:34.280Z (over 1 year ago)
- Language: TypeScript
- Homepage: https://62ec14e5f3c82a18b6ad44f7--coruscating-kringle-443385.netlify.app/
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## How to run project?
### Steps:
- do `yarn install` to install dependencies
- run `yarn run dev` or `npm run dev` command to start the project
## Information About the API used:
We could have used https://docs.github.com/en/rest/issues/issues#list-repository-issues
this API to get the list of issues, but the problem with this API is it does not provided total count of issues (which we will need for pagination)
even call for getting information about repository only provides count of open issues and not of closed once,
So, we are using search API instead as stated here in this comment
https://stackoverflow.com/questions/49207654/how-to-find-number-of-closed-issues-for-a-repository