tmcw / geojson.net

https://www.placemark.io/
ISC License
150 stars 32 forks source link

How does one get the files inside of a gist - even their names - with GitHub's GraphQL interface? #33

Closed tmcw closed 6 years ago

tmcw commented 6 years ago

🤔 https://developer.github.com/v4/object/gist/ nothing here. It's in the v3 API, where... is it? Is it omitted from the new API?

tmcw commented 6 years ago

Welp, https://platform.github.community/t/gist-functionality-support-in-graphql-api/4276/8 doesn't exist. Guess Gist support will require both graphql and rest interfaces.

tmcw commented 6 years ago

Just going to implement the rest interface, the graphql interface is no bueno.