lmmx / incubator

Staging ground issue tracker for software ideas
0 stars 0 forks source link

GitHub API schema #1

Open lmmx opened 2 months ago

lmmx commented 2 months ago

This package can be used to generate JSON Schemas from Go types through reflection.

There is also a Google-maintained libary of Go structs that model the GitHub event types required to parse the activity API responses that can be used for easy changelog and user activity log generation

lmmx commented 2 months ago

Separately graphql schema https://chatgpt.com/share/66e8c766-97bc-800a-b75f-8a0ebea3a5e2 (I'm not sure how you might go about converting a graphql into a data model but there must be some way it's just nesting really? Graphql has directives not sure what they would correspond to...)

Links