{ "info": { "name": "Github Get Repos Owner Repo Git Refs", "_postman_id": "42d8715d-1d05-4bc8-8860-07b70b0e6960", "description": "Get all References", "schema": "https://schema.getpostman.com/json/collection/v2.0.0/" }, "item": [ { "name": "repos", "item": [ { "id": "6bdfbae3-7fdb-4322-8ff2-41dfcc4554db", "name": "get-all-references", "request": { "url": { "protocol": "http", "host": "api.github.com", "path": [ "repos/:owner/:repo/git/refs" ], "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 all References" }, "response": [ { "status": "OK", "code": 200, "name": "Response_200", "id": "4d24481b-b508-4e63-bd70-d62464763b42" } ] } ] } ] }