Back to Providers
GitHub

GitHub

GitHub REST API emulator with repos, issues, PRs, and webhooks

DevToolsgitdevtoolsRESTv0.1.0

Quick Start

# Create a repository
curl -X POST http://localhost:7500/github/repos \
  -H "Content-Type: application/json" \
  -d '{"name":"my-app","owner":"octocat"}'

# List repos
curl http://localhost:7500/github/repos

Related Providers