Airtable 1.0.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package Airtable --version 1.0.2
NuGet\Install-Package Airtable -Version 1.0.2
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="1.0.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Airtable --version 1.0.2
#r "nuget: Airtable, 1.0.2"
#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=1.0.2

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

AirtableApiClient is the C-Sharp client of the public APIs of Airtable. It facilitates the usage of Airtable APIs without having to worry about interfacing with raw HTTP.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos 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 37,405 12/1/2023
1.3.0 126,528 3/8/2023
1.2.0 61,480 7/23/2022
1.1.6 20,493 2/22/2022
1.1.5 76,187 12/22/2020
1.1.4 7,503 8/25/2020
1.1.2 17,820 3/26/2020
1.1.0 33,494 10/20/2019
1.0.2 74,979 2/17/2019
1.0.0 2,172 10/29/2018
0.9.3 1,482 10/17/2018
0.9.2 2,450 11/30/2017
0.9.0 1,782 4/29/2017

Allow retries if the user sends too many requests and causes the request to fail with HttpStatusCode 429 for Too Many Requests.
The retry capability is enabled by default and may be disabled. The maximum number of retries is 3.
The default initial retry delay is 2000 milliseconds and this delay will increase exponentially by an exponent of 2 in each subsequent retry.