Part inquiry, part feature request. Has there been any consideration about including ENUMs in this repository?
At the moment the comment section either packs that data (\n\t) or includes a reference (to your website or externally referenced data). However, given that there are 481 known enumerated types, that strategy may become untenable.
Curious of your thoughts on this, as parsing the content to generate some data format (JSON) would not be too difficult.
Part inquiry, part feature request. Has there been any consideration about including ENUMs in this repository?
At the moment the comment section either packs that data (
\n\t
) or includes a reference (to your website or externally referenced data). However, given that there are 481 known enumerated types, that strategy may become untenable.Curious of your thoughts on this, as parsing the content to generate some data format (
JSON) would not be too difficult.