Help

Re: .Net API for Airtable

1245 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Chris_Adler
4 - Data Explorer
4 - Data Explorer

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

3 Replies 3
Frank_Koch
4 - Data Explorer
4 - Data Explorer

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

Benjamin_Alpha
4 - Data Explorer
4 - Data Explorer

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,

Deane_Barker
4 - Data Explorer
4 - Data Explorer

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.