jkcorrea / airtable-typegen

Generate TypeScript & Zod types from your Airtable bases
MIT License
21 stars 8 forks source link

Deal with single quotes in field names, change button handling #52

Closed sheindel closed 6 months ago

sheindel commented 11 months ago

I wasn't totally sure what to do with buttons but I don't believe they can be acted on via API anyways so I just removed the unknown portion of them

jkcorrea commented 6 months ago

Hey thank you for the contribution @sheindel !

I'm not looking to support JS generation or Python with this library, I barely have the time to support it as is. Happy to merge the great fixes you've added here if you can remove the Python & JS generation code.

Thank you!

sheindel commented 6 months ago

That's totally reasonable! In fact, I honestly didn't intend on putting those parts back in your library, I've just been pushing commits to my library and forgot I had this PR open on this branch :face_with_spiral_eyes: I'll go ahead and close this and try to open a new PR later!