{ "info": { "name": "Github Get Repos Owner Repo Stargazers", "_postman_id": "79e088a5-93e5-4fd9-b27f-6e760e089667", "description": "List Stargazers.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "a120168c-1526-4b1a-98fe-9179f229904d", "name": "list-stargazers", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/stargazers" ], "query": [ { "key": "access_token", "value": "%7B%7D", "disabled": false } ], "variable": [ { "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 Stargazers" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "dcd539db-b2ff-4723-8a07-a678519b9594" } ] } ] } ] }