{ "opencollection": "1.0.0", "info": { "name": "v0 App agent git API", "version": "0" }, "items": [ { "info": { "name": "git", "type": "folder" }, "items": [ { "info": { "name": "git.findRepos", "type": "http" }, "http": { "method": "GET", "url": "https://api.v0.dev/v1/git/:org/repos", "params": [ { "name": "org", "value": "", "type": "path", "description": "The namespace ID (organization or user)." }, { "name": "search", "value": "", "type": "query", "description": "Search query to filter repositories." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "git.{org}.{repo}.find", "type": "http" }, "http": { "method": "GET", "url": "https://api.v0.dev/v1/git/:org/:repo", "params": [ { "name": "org", "value": "", "type": "path", "description": "The namespace (organization or user)." }, { "name": "repo", "value": "", "type": "path", "description": "The repository name." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "git.findBranches", "type": "http" }, "http": { "method": "GET", "url": "https://api.v0.dev/v1/git/:org/:repo/branches", "params": [ { "name": "org", "value": "", "type": "path", "description": "The namespace (organization or user)." }, { "name": "repo", "value": "", "type": "path", "description": "The repository name." }, { "name": "search", "value": "", "type": "query", "description": "Search query to filter branches." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "git.findProjects", "type": "http" }, "http": { "method": "GET", "url": "https://api.v0.dev/v1/git/:org/:repo/projects", "params": [ { "name": "org", "value": "", "type": "path", "description": "The namespace (organization or user)." }, { "name": "repo", "value": "", "type": "path", "description": "The repository name." }, { "name": "branch", "value": "", "type": "query", "description": "The branch to detect projects from." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "git.projects.find", "type": "http" }, "http": { "method": "GET", "url": "https://api.v0.dev/v1/git/projects", "params": [ { "name": "namespace", "value": "", "type": "query", "description": "The namespace (organization or user)." }, { "name": "repo", "value": "", "type": "query", "description": "The repository name." } ], "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "git.namespaces.find", "type": "http" }, "http": { "method": "GET", "url": "https://api.v0.dev/v1/git/namespaces", "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "git.startChat.create", "type": "http" }, "http": { "method": "POST", "url": "https://api.v0.dev/v1/git/start-chat", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } }, { "info": { "name": "git.connect.create", "type": "http" }, "http": { "method": "POST", "url": "https://api.v0.dev/v1/git/connect", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } } } ] } ], "bundled": true }