From 6f6ab7d789d8e8679ede29fb244cf68895546e96 Mon Sep 17 00:00:00 2001 From: mehanizm Date: Wed, 15 Apr 2020 23:19:12 +0300 Subject: [PATCH] Add Airtable to Third-party APIs (#3051) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a7133ce..e1ac0c9e 100644 --- a/README.md +++ b/README.md @@ -1725,6 +1725,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *Libraries for accessing third party APIs.* +* [airtable](https://github.com/mehanizm/airtable) - Go client library for the [Airtable API](https://airtable.com/api). * [amazon-product-advertising-api](https://github.com/ngs/go-amazon-product-advertising-api) - Go Client Library for [Amazon Product Advertising API](https://affiliate-program.amazon.com/gp/advertising/api/detail/main.html). * [anaconda](https://github.com/ChimeraCoder/anaconda) - Go client library for the Twitter 1.1 API. * [aws-sdk-go](https://github.com/aws/aws-sdk-go) - The official AWS SDK for the Go programming language.