{ "info": { "name": "Github Get Repos Owner Repo Events", "_postman_id": "9fa9f5ab-ebef-477f-93bd-7fdbc56f0f16", "description": "Get list of repository events.", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "f52587f9-cab1-48b4-9174-d3ea8b863556", "name": "get-list-of-repository-events", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/events" ], "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": "Get list of repository events" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "f37626cd-c6ab-43c6-a232-b44c1157f74d" } ] } ] } ] }