JuliaWeb / GitHub.jl

A Julia package for interfacing with GitHub
MIT License
172 stars 60 forks source link

Idea: Support the GraphQL API #145

Open DilumAluthge opened 5 years ago

DilumAluthge commented 5 years ago

I don’t know a lot about GraphQL, but it would be cool to eventually have support for Github’s GraphQL API.

Nosferican commented 4 years ago

I use the GitHub GraphQL API and it's so much better. You can easily reduce 200 different calls to a single call in many instances.

markhalonen commented 3 years ago

if anyone had interest in pursuing this, https://github.com/laurium-labs/GithubGraphQLExample.jl might be of interest.