Skip to main content

.Net API for Airtable


Anyone know of a .Net wrapper DLL that exposes the Airtable API?

3 replies

  • New Participant
  • 1 reply
  • October 28, 2016

No but I could write one for you or you could just use my powershell interface (which is .net based) found here. How to execute powershell in Visual Studio can be found here


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,


  • New Participant
  • 1 reply
  • August 3, 2017

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.


Reply