Jul 22, 2016 08:39 AM
Anyone know of a .Net wrapper DLL that exposes the Airtable API?
Oct 28, 2016 08:11 AM
Mar 22, 2017 05:51 AM
Maybe you should find usefull my Github project Airtable.cs as it is object oriented (& portable).
Feel free to make pull request or bug report.
Regards,
Aug 03, 2017 10:32 AM
Here’s a very lightweight wrapper to get a strongly-typed list of objects from an AirTable table:
Does nothing else but get records and turn them into objects.