Skip to content

alphamax/AirTable.cs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AirTable.cs

C# library for accessing AirTable API. A portable class library if you want to use it on multiple platforms. It is based on Newtonsoft JSON reader. Everything is object oriented : Get a Base with your secret key, the Base Id & the Base Name. Act on this Base.

You can find two project. One is the API & the other is a test program. You need to fill your secret API key, the Base name & Id to make it work. The main part is located in the Program.cs. It relies on Agile Template.

First commit is few hours of work. Be gentle & open issues if there is any problems 😊

What library handle :

  • List with parameters (formula is a string but everything else is object oriented)
  • Create lines
  • Update lines based on data changed by the user
  • Delete lines

What library do not handle :

  • Pagination & attachment

To be tested :

  • Different esoteric characters to test/challenge encoding !

NB : There is a wink in the code 🍺

About

AirTable API .Net client.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages