Airtable 0.9.3

There is a newer version of this package available.
See the version list below for details.
dotnet add package Airtable --version 0.9.3
NuGet\Install-Package Airtable -Version 0.9.3
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Airtable" Version="0.9.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Airtable --version 0.9.3
#r "nuget: Airtable, 0.9.3"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Airtable as a Cake Addin
#addin nuget:?package=Airtable&version=0.9.3

// Install Airtable as a Cake Tool
#tool nuget:?package=Airtable&version=0.9.3

Airtable .NET API Client

Airtable.net is the C-Sharp client of the public APIs of Airtable. It builds a Windows class library named AirtableClientApi.dll. AirtableClientApi.dll facilitates the usage of Airtable APIs without having to worry about interfacing with raw HTTP, the low-level concepts like HTTP status codes and records paging. The users can write C-Sharp applications which integrate with Airtable by consuming what Airtable public APIs have to offer programmatically such as List Records, Create Record, Retrieve Record, Update Record, Replace Record, Delete Record.

Installation

Install the latest nuget package Airtable.0.9.3.0.nupkg

Requirements

.NET Framework 4.5.2 or newer Operating System: Windows 10 or newer Microsoft Visual Studio 2015 or newer (only if you choose to build AirtableApiClient.dll from source files using the instructions below.)

Build AirtableApiClient.dll

Download Airtable.net c# source files from github.com. To compile to an assembly, simply create a new project in visual studio of type Class Library and add these source files to the project. You will have to reference the following assemblies in order to successfully compile as a lot of library functions that are used in Airtable.net are defined there.

Newtonsoft.Json.dll.9.0.1 or newer can be downloaded from http://www.newtonsoft.com/json or from https://www.nuget.org/packages/newtonsoft.json/ .NETFramework\v4.5.2\Microsoft.CSharp.dll .NETFramework\v4.5.2\System.dll .NETFramework\v4.5.2\System.Core.dll .NETFramework\v4.5.2\System.Net.Http.dll .NETFramework\v4.5.2\System.Web.dll .NETFramework\v4.5.2\System.Web.Extensions.dll

Quickstart

Example demonstrating usage of the API to list records:


Product Compatible and additional computed target framework versions.
.NET Framework net452 is compatible.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (3)

Showing the top 3 NuGet packages that depend on Airtable:

Package Downloads
SquidDraftLeague.Airtable

Airtable integration with SDL's drafting system.

Musoq.DataSources.Airtable

Package Description

Airtable.EFCore

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.4.0 41,927 12/1/2023
1.3.0 127,319 3/8/2023
1.2.0 61,654 7/23/2022
1.1.6 20,570 2/22/2022
1.1.5 76,455 12/22/2020
1.1.4 7,503 8/25/2020
1.1.2 17,848 3/26/2020
1.1.0 33,508 10/20/2019
1.0.2 75,028 2/17/2019
1.0.0 2,172 10/29/2018
0.9.3 1,483 10/17/2018
0.9.2 2,450 11/30/2017
0.9.0 1,783 4/29/2017

Corrected special characters support.