{"info":{"_postman_id":"fdd0709a-9636-4552-8f10-51c225af9313","name":"Github Service","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"26825676","collectionId":"fdd0709a-9636-4552-8f10-51c225af9313","publishedId":"2sA3kPpjD1","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2024-07-15T09:46:47.000Z"},"item":[{"name":"Github API Inspection","item":[{"name":"Get all repo request","id":"e9fab163-c49a-4039-9da9-48cc9893f969","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"https://api.github.com/repos/midedickson/rigo/commits?since=2023-04-09","urlObject":{"protocol":"https","path":["repos","midedickson","rigo","commits"],"host":["api","github","com"],"query":[{"key":"since","value":"2023-04-09"}],"variable":[]}},"response":[],"_postman_id":"e9fab163-c49a-4039-9da9-48cc9893f969"}],"id":"2d205e08-d3ed-4251-acb2-f7293e62562a","_postman_id":"2d205e08-d3ed-4251-acb2-f7293e62562a","description":""},{"name":"Register Username","id":"8e9f1580-c47f-42a9-acce-9c009fd15c38","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"chromium\",\n    \"fullName\": \"Chromium\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/register","urlObject":{"port":"8080","path":["register"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"546a23a2-32d8-4982-9cb9-d06422d7b7ee","name":"Register user successfully","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"username\": \"midedickson\",\n    \"fullName\": \"Mide Dickson\"\n}","options":{"raw":{"language":"json"}}},"url":"localhost:8080/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 15 Jul 2024 11:44:11 GMT"},{"key":"Content-Length","value":"232"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"user created successfully\",\n    \"data\": {\n        \"ID\": 1,\n        \"CreatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n        \"UpdatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n        \"DeletedAt\": null,\n        \"FullName\": \"Mide Dickson\",\n        \"Username\": \"midedickson\"\n    }\n}"}],"_postman_id":"8e9f1580-c47f-42a9-acce-9c009fd15c38"},{"name":"Get Single Repo Information","id":"e64bd80e-ff4b-44a5-96be-00dd49e49f4d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/chromium/repos/chromium","urlObject":{"port":"8080","path":["chromium","repos","chromium"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"d3212f70-d3b7-4570-a4f5-5ae7a21d48e7","name":"Get single repo information","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/midedickson/repos/rigo"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 15 Jul 2024 10:19:37 GMT"},{"key":"Content-Length","value":"660"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Repository Information Fetched Successfully\",\n    \"data\": {\n        \"ID\": 1,\n        \"CreatedAt\": \"2024-07-15T11:19:35.919043+01:00\",\n        \"UpdatedAt\": \"2024-07-15T11:19:35.919043+01:00\",\n        \"DeletedAt\": null,\n        \"RemoteID\": 739865506,\n        \"OwnerID\": 1,\n        \"Owner\": {\n            \"ID\": 1,\n            \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n            \"DeletedAt\": null,\n            \"FullName\": \"Mide Dickson\",\n            \"Username\": \"midedickson\"\n        },\n        \"Name\": \"rigo\",\n        \"Description\": \"Redis In GO (RIGO)\",\n        \"URL\": \"https://github.com/midedickson/rigo\",\n        \"Language\": \"Go\",\n        \"ForksCount\": 0,\n        \"StarsCount\": 4,\n        \"OpenIssues\": 1,\n        \"Watchers\": 4,\n        \"RemoteCreatedAt\": \"2024-01-06T19:26:59Z\",\n        \"RemoteUpdatedAt\": \"2024-01-15T23:22:38Z\"\n    }\n}"},{"id":"6b803b95-cd7b-4d7c-9921-7bbe9b50dc15","name":"Repo not found","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/midedickson/repos/rigo"},"status":"Not Found","code":404,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 15 Jul 2024 11:45:19 GMT"},{"key":"Content-Length","value":"98"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": false,\n    \"message\": \"Repository not found on Github; kindly check back again.\",\n    \"data\": null\n}"}],"_postman_id":"e64bd80e-ff4b-44a5-96be-00dd49e49f4d"},{"name":"Get All User Repo with Search parameters","id":"bceff7e9-34f6-41de-aa4f-62c67cf489a4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/chromium/repos?language=C++","urlObject":{"port":"8080","path":["chromium","repos"],"host":["localhost"],"query":[{"disabled":true,"key":"name","value":"go"},{"disabled":true,"key":"top_stars","value":"11"},{"key":"language","value":"C++"}],"variable":[]}},"response":[{"id":"9bf2b784-a1b9-4571-b9dc-2b28af716531","name":"Get All User Repo with Search parameters top n repositories by star counts","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/midedickson/repos?top_stars=11","host":["localhost"],"port":"8080","path":["midedickson","repos"],"query":[{"key":"language","value":"Go","disabled":true},{"key":"name","value":"go","disabled":true},{"key":"top_stars","value":"11"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 15 Jul 2024 10:31:54 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Repositories Fetched Successfully\",\n    \"data\": [\n        {\n            \"ID\": 1,\n            \"CreatedAt\": \"2024-07-15T11:19:35.919043+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:35.919043+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 739865506,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"rigo\",\n            \"Description\": \"Redis In GO (RIGO)\",\n            \"URL\": \"https://github.com/midedickson/rigo\",\n            \"Language\": \"Go\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 4,\n            \"OpenIssues\": 1,\n            \"Watchers\": 4,\n            \"RemoteCreatedAt\": \"2024-01-06T19:26:59Z\",\n            \"RemoteUpdatedAt\": \"2024-01-15T23:22:38Z\"\n        },\n        {\n            \"ID\": 2,\n            \"CreatedAt\": \"2024-07-15T11:19:36.538929+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:36.538929+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 661470667,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"advanced_node_concepts\",\n            \"Description\": \"\",\n            \"URL\": \"https://github.com/midedickson/advanced_node_concepts\",\n            \"Language\": \"JavaScript\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 0,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2023-07-03T00:09:59Z\",\n            \"RemoteUpdatedAt\": \"2023-07-07T00:48:41Z\"\n        },\n        {\n            \"ID\": 3,\n            \"CreatedAt\": \"2024-07-15T11:19:36.971579+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:36.971579+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 268416060,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"ArticleWriter\",\n            \"Description\": \"First Completed Article Writing App. Intermeditae djang level\",\n            \"URL\": \"https://github.com/midedickson/ArticleWriter\",\n            \"Language\": \"Python\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 0,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2020-06-01T03:27:45Z\",\n            \"RemoteUpdatedAt\": \"2023-01-02T16:55:04Z\"\n        },\n        {\n            \"ID\": 4,\n            \"CreatedAt\": \"2024-07-15T11:19:37.369566+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:37.369566+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 640422630,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"barf\",\n            \"Description\": \"Barf is basically a remarkable framework for building JSON-based web APIs in Golang\",\n            \"URL\": \"https://github.com/midedickson/barf\",\n            \"Language\": \"Go\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 0,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2023-05-14T03:14:14Z\",\n            \"RemoteUpdatedAt\": \"2023-12-31T10:28:50Z\"\n        },\n        {\n            \"ID\": 11,\n            \"CreatedAt\": \"2024-07-15T11:19:40.971864+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:40.971864+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 509894410,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"datastructure\",\n            \"Description\": \"\",\n            \"URL\": \"https://github.com/midedickson/datastructure\",\n            \"Language\": \"Python\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 0,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2022-07-03T01:12:26Z\",\n            \"RemoteUpdatedAt\": \"2022-07-03T01:16:42Z\"\n        },\n        {\n            \"ID\": 12,\n            \"CreatedAt\": \"2024-07-15T11:19:41.405125+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:41.405125+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 497310263,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"datastructuresalgo\",\n            \"Description\": \"Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)\",\n            \"URL\": \"https://github.com/midedickson/datastructuresalgo\",\n            \"Language\": \"Python\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 0,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2022-05-28T12:22:56Z\",\n            \"RemoteUpdatedAt\": \"2022-07-05T00:26:20Z\"\n        },\n        {\n            \"ID\": 14,\n            \"CreatedAt\": \"2024-07-15T11:19:42.391605+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:42.391605+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 491861364,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"dickson-fe-guest-ready\",\n            \"Description\": \"\",\n            \"URL\": \"https://github.com/midedickson/dickson-fe-guest-ready\",\n            \"Language\": \"TypeScript\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 0,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2022-05-13T10:53:18Z\",\n            \"RemoteUpdatedAt\": \"2022-05-20T16:46:45Z\"\n        },\n        {\n            \"ID\": 15,\n            \"CreatedAt\": \"2024-07-15T11:19:42.973804+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:42.973804+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 491332971,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"dickson-python-guesready\",\n            \"Description\": \"Test Assesment for Backend Engineer Role in GuestReady\",\n            \"URL\": \"https://github.com/midedickson/dickson-python-guesready\",\n            \"Language\": \"Python\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 1,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2022-05-12T02:07:31Z\",\n            \"RemoteUpdatedAt\": \"2022-05-20T16:46:51Z\"\n        },\n        {\n            \"ID\": 18,\n            \"CreatedAt\": \"2024-07-15T11:19:44.301607+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:44.301607+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 350110199,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"Double-DOS\",\n            \"Description\": \"Config files for my GitHub profile.\",\n            \"URL\": \"https://github.com/midedickson/Double-DOS\",\n            \"Language\": \"\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 0,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2021-03-21T20:25:21Z\",\n            \"RemoteUpdatedAt\": \"2023-07-07T00:48:52Z\"\n        },\n        {\n            \"ID\": 25,\n            \"CreatedAt\": \"2024-07-15T11:19:47.78977+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:47.78977+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 299457760,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"GetTutorOnline\",\n            \"Description\": \"A start-up aimed at providing kids in school profound education by digitizing the learning process allowing their parents to hire home tutors, purchase online courses and also partner with schools to build graphical learning methods in the classroom\",\n            \"URL\": \"https://github.com/midedickson/GetTutorOnline\",\n            \"Language\": \"JavaScript\",\n            \"ForksCount\": 1,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 0,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2020-09-28T23:49:45Z\",\n            \"RemoteUpdatedAt\": \"2021-04-25T16:01:56Z\"\n        },\n        {\n            \"ID\": 29,\n            \"CreatedAt\": \"2024-07-15T11:19:49.670203+01:00\",\n            \"UpdatedAt\": \"2024-07-15T11:19:49.670203+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 528108216,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"UpdatedAt\": \"2024-07-15T11:19:32.029763+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"go-chat\",\n            \"Description\": \"Instant messaging platform. Backend in Go. Clients: Swift iOS, Java Android, JS webapp, scriptable command line; chatbots\",\n            \"URL\": \"https://github.com/midedickson/go-chat\",\n            \"Language\": \"\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 0,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2022-08-23T18:02:55Z\",\n            \"RemoteUpdatedAt\": \"2022-08-30T02:50:45Z\"\n        }\n    ]\n}"},{"id":"d3d207f7-e55f-4e1d-b5c2-14f9316440ee","name":"Get All User Repo with Search parameters search by name","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/midedickson/repos?name=go","host":["localhost"],"port":"8080","path":["midedickson","repos"],"query":[{"key":"language","value":"Go","disabled":true},{"key":"name","value":"go"},{"key":"top_stars","value":"11","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 15 Jul 2024 11:44:16 GMT"},{"key":"Content-Length","value":"799"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Repositories Fetched Successfully\",\n    \"data\": [\n        {\n            \"ID\": 9,\n            \"CreatedAt\": \"2024-07-15T12:44:15.932076+01:00\",\n            \"UpdatedAt\": \"2024-07-15T12:44:15.932076+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 638241151,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n                \"UpdatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"clean-go-article\",\n            \"Description\": \"A reference for the Go community that covers the fundamentals of writing clean code and discusses concrete refactoring examples specific to Go.\",\n            \"URL\": \"https://github.com/midedickson/clean-go-article\",\n            \"Language\": \"\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 0,\n            \"OpenIssues\": 0,\n            \"Watchers\": 0,\n            \"RemoteCreatedAt\": \"2023-05-09T11:26:52Z\",\n            \"RemoteUpdatedAt\": \"2023-05-09T11:26:53Z\"\n        }\n    ]\n}"},{"id":"259cd2f4-619d-44ba-afda-1266138d8ba9","name":"Get All User Repo with Search parameters filter by language","originalRequest":{"method":"GET","header":[],"url":{"raw":"localhost:8080/midedickson/repos?language=Go","host":["localhost"],"port":"8080","path":["midedickson","repos"],"query":[{"key":"language","value":"Go"},{"key":"name","value":"go","disabled":true},{"key":"top_stars","value":"11","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 15 Jul 2024 11:44:32 GMT"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Repositories Fetched Successfully\",\n    \"data\": [\n        {\n            \"ID\": 3,\n            \"CreatedAt\": \"2024-07-15T12:44:13.54362+01:00\",\n            \"UpdatedAt\": \"2024-07-15T12:44:13.54362+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 640422630,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n                \"UpdatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"barf\",\n            \"Description\": \"Barf is basically a remarkable framework for building JSON-based web APIs in Golang\",\n            \"URL\": \"https://github.com/midedickson/barf\",\n            \"Language\": \"Go\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 0,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2023-05-14T03:14:14Z\",\n            \"RemoteUpdatedAt\": \"2023-12-31T10:28:50Z\"\n        },\n        {\n            \"ID\": 25,\n            \"CreatedAt\": \"2024-07-15T12:44:22.139425+01:00\",\n            \"UpdatedAt\": \"2024-07-15T12:44:22.139425+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 828700970,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n                \"UpdatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"github-service\",\n            \"Description\": \"\",\n            \"URL\": \"https://github.com/midedickson/github-service\",\n            \"Language\": \"Go\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 0,\n            \"OpenIssues\": 0,\n            \"Watchers\": 0,\n            \"RemoteCreatedAt\": \"2024-07-14T23:54:49Z\",\n            \"RemoteUpdatedAt\": \"2024-07-15T10:41:10Z\"\n        },\n        {\n            \"ID\": 27,\n            \"CreatedAt\": \"2024-07-15T12:44:22.910181+01:00\",\n            \"UpdatedAt\": \"2024-07-15T12:44:22.910181+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 745298661,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n                \"UpdatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"go-blockchain\",\n            \"Description\": \"A blockchain Implementation in GO\",\n            \"URL\": \"https://github.com/midedickson/go-blockchain\",\n            \"Language\": \"Go\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 0,\n            \"OpenIssues\": 0,\n            \"Watchers\": 0,\n            \"RemoteCreatedAt\": \"2024-01-19T03:07:52Z\",\n            \"RemoteUpdatedAt\": \"2024-01-19T08:33:02Z\"\n        },\n        {\n            \"ID\": 30,\n            \"CreatedAt\": \"2024-07-15T12:44:23.9191+01:00\",\n            \"UpdatedAt\": \"2024-07-15T12:44:23.9191+01:00\",\n            \"DeletedAt\": null,\n            \"RemoteID\": 595405447,\n            \"OwnerID\": 1,\n            \"Owner\": {\n                \"ID\": 1,\n                \"CreatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n                \"UpdatedAt\": \"2024-07-15T12:44:11.608474+01:00\",\n                \"DeletedAt\": null,\n                \"FullName\": \"Mide Dickson\",\n                \"Username\": \"midedickson\"\n            },\n            \"Name\": \"go-docker-cicd\",\n            \"Description\": \"Basic Go application developed and deployed in a docker container. CI/CD orchestrated with GitHub Actions\",\n            \"URL\": \"https://github.com/midedickson/go-docker-cicd\",\n            \"Language\": \"Go\",\n            \"ForksCount\": 0,\n            \"StarsCount\": 1,\n            \"OpenIssues\": 0,\n            \"Watchers\": 1,\n            \"RemoteCreatedAt\": \"2023-01-31T02:14:42Z\",\n            \"RemoteUpdatedAt\": \"2023-02-21T00:54:50Z\"\n        }\n    ]\n}"}],"_postman_id":"bceff7e9-34f6-41de-aa4f-62c67cf489a4"},{"name":"Get User Repo Commits","id":"9a1e825a-d5ce-4c61-87c4-a2f90117a962","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/chromium/repos/chromium/commits","urlObject":{"port":"8080","path":["chromium","repos","chromium","commits"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"cbf36750-760d-4116-8848-a587631301ac","name":"Get user repo commits successfully","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/midedickson/repos/rigo/commits"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Mon, 15 Jul 2024 09:02:01 GMT"},{"key":"Content-Length","value":"1380"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Repository Commits Fetched Successfully\",\n    \"data\": [\n        {\n            \"ID\": 189,\n            \"CreatedAt\": \"2024-07-15T08:16:53.893018+01:00\",\n            \"UpdatedAt\": \"2024-07-15T08:16:53.893018+01:00\",\n            \"DeletedAt\": null,\n            \"RepositoryName\": \"rigo\",\n            \"Repository\": null,\n            \"message\": \"feat: add example and readme.\",\n            \"author\": \"Mide Dickson\",\n            \"date\": \"2024-01-07T20:07:10Z\",\n            \"html_url\": \"\",\n            \"sha\": \"dc0fd50e4d2a901a1a869b121d15c3ee0e62fc89\"\n        },\n        {\n            \"ID\": 190,\n            \"CreatedAt\": \"2024-07-15T08:16:53.89409+01:00\",\n            \"UpdatedAt\": \"2024-07-15T08:16:53.89409+01:00\",\n            \"DeletedAt\": null,\n            \"RepositoryName\": \"rigo\",\n            \"Repository\": null,\n            \"message\": \"feat: queueing system initial configuration\",\n            \"author\": \"Mide Dickson\",\n            \"date\": \"2024-01-07T19:57:04Z\",\n            \"html_url\": \"\",\n            \"sha\": \"ee86d5fc98b25f05f571c0dfb36b0d419a46c811\"\n        },\n        {\n            \"ID\": 191,\n            \"CreatedAt\": \"2024-07-15T08:16:53.894736+01:00\",\n            \"UpdatedAt\": \"2024-07-15T08:16:53.894736+01:00\",\n            \"DeletedAt\": null,\n            \"RepositoryName\": \"rigo\",\n            \"Repository\": null,\n            \"message\": \"chore: change init to package scope function\",\n            \"author\": \"Mide Dickson\",\n            \"date\": \"2024-01-07T18:35:15Z\",\n            \"html_url\": \"\",\n            \"sha\": \"83e610ddf22b5832c8fd13b4c90fee7962daae48\"\n        },\n        {\n            \"ID\": 192,\n            \"CreatedAt\": \"2024-07-15T08:16:53.895324+01:00\",\n            \"UpdatedAt\": \"2024-07-15T08:16:53.895324+01:00\",\n            \"DeletedAt\": null,\n            \"RepositoryName\": \"rigo\",\n            \"Repository\": null,\n            \"message\": \"initial setup\",\n            \"author\": \"Mide Dickson\",\n            \"date\": \"2024-01-06T19:26:38Z\",\n            \"html_url\": \"\",\n            \"sha\": \"d74c34100e578797aaeb9c8b36f1f93db4ee394d\"\n        }\n    ]\n}"}],"_postman_id":"9a1e825a-d5ce-4c61-87c4-a2f90117a962"},{"name":"Request Repo Reset","id":"3b849f3a-3e26-4ebf-a3ad-608b10daf27f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/chromium/repos/chromium/commits/reset/ee86d5fc98b25f05f571c0dfb36b0d419a46c811","urlObject":{"port":"8080","path":["chromium","repos","chromium","commits","reset","ee86d5fc98b25f05f571c0dfb36b0d419a46c811"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f5719bed-712e-4e5b-a5bc-d20d38dae19b","name":"Repo Reset Request Sent Successfully","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/midedickson/repos/rigo/commits/reset/ee86d5fc98b25f05f571c0dfb36b0d419a46c811"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Jul 2024 08:39:33 GMT"},{"key":"Content-Length","value":"72"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Reset Request sent successfully\",\n    \"data\": null\n}"}],"_postman_id":"3b849f3a-3e26-4ebf-a3ad-608b10daf27f"},{"name":"Get Top N authors","id":"ed69f2c2-e8d1-4377-a8bc-2dc1a5070633","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"localhost:8080/authors/top/10","urlObject":{"port":"8080","path":["authors","top","10"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"da0f6a89-cf7b-4775-bb82-5424de93cd82","name":"Get Top N Authors - success","originalRequest":{"method":"GET","header":[],"url":"localhost:8080/authors/top/10"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Content-Type","value":"application/json"},{"key":"Date","value":"Thu, 25 Jul 2024 08:36:58 GMT"},{"key":"Content-Length","value":"153"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": true,\n    \"message\": \"Top Authors by Commits Fetched Successfully\",\n    \"data\": [\n        {\n            \"author\": \"Mide Dickson\",\n            \"commitCount\": 4\n        },\n        {\n            \"author\": \"\",\n            \"commitCount\": 4\n        }\n    ]\n}"}],"_postman_id":"ed69f2c2-e8d1-4377-a8bc-2dc1a5070633"}]}