Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simonw/graphql-scraper
Track changes to GraphQL APIs by git scraping their schemas
https://github.com/simonw/graphql-scraper
git-scraping graphql
Last synced: 24 days ago
JSON representation
Track changes to GraphQL APIs by git scraping their schemas
- Host: GitHub
- URL: https://github.com/simonw/graphql-scraper
- Owner: simonw
- Created: 2022-03-22T23:14:53.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-05T03:44:39.000Z (about 1 month ago)
- Last Synced: 2024-10-06T20:22:01.205Z (about 1 month ago)
- Topics: git-scraping, graphql
- Homepage:
- Size: 816 KB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# graphql-scraper
Track changes to GraphQL APIs by scraping their schemas
In this repo:
- [flyctl/fly.graphql](flyctl/fly.graphql) ([history](https://github.com/simonw/graphql-scraper/commits/main/flyctl/fly.graphql)) for `https://api.fly.io/graphql`
- [github/github.graphql](github/github.graphql) ([history](https://github.com/simonw/graphql-scraper/commits/main/github/github.graphql)) for `https://api.github.com/graphql`See also [git scraping](https://simonwillison.net/2020/Oct/9/git-scraping/) and [help scraping](https://simonwillison.net/2022/Feb/2/help-scraping/).