Added pagination in fetching issues.
URL - http://localhost:5000/api/v1/issue/get/1?page=<page number>&per_page=<items per page>
Example - http://localhost:5000/api/v1/issue/get/1?page=2&per_page=5
Type of change
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
Description
Added pagination in fetching issues. URL -
http://localhost:5000/api/v1/issue/get/1?page=<page number>&per_page=<items per page>
Example -http://localhost:5000/api/v1/issue/get/1?page=2&per_page=5
Type of change
How Has This Been Tested?
Test Configuration:
https://user-images.githubusercontent.com/76858666/175392193-b42092db-a3ca-46e7-b5e3-31fc0d39e8e2.mp4
Checklist: