{ "info": { "name": "Github Get Repos Owner Repo Issues Number Comments", "_postman_id": "b2872a7b-d653-4fa9-86dd-02185adf4c64", "description": "List comments on an issue.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "94a2dab3-13d6-4d6f-80e4-621494ff35cb", "name": "list-comments-on-an-issue", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/issues/:number/comments" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "id": "number", "value": "{}", "type": "string" }, { "id": "owner", "value": "{}", "type": "string" }, { "id": "repo", "value": "{}", "type": "string" } ] }, "method": "GET", "header": [ { "key": "Accept", "value": "{}", "description": "Is used to set specified media type", "disabled": false } ], "body": { "mode": "raw" }, "description": "List comments on an issue" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "15ce4f78-e28b-41cf-9141-b6b3805c6580" } ] } ] } ] }