feat: add and get records methods (initial commit)

This commit is contained in:
mehanizm
2020-04-12 13:05:28 +03:00
commit 2a2e70bfe7
21 changed files with 870 additions and 0 deletions

8
README.md Normal file
View File

@@ -0,0 +1,8 @@
Golang Airtable API
================
[![GoDoc](https://godoc.org/github.com/mehanizm/airtable?status.svg)](https://pkg.go.dev/github.com/mehanizm/airtable)
<a href='https://github.com/jpoles1/gopherbadger' target='_blank'>![gopherbadger-tag-do-not-edit](https://img.shields.io/badge/Go%20Coverage-92%25-brightgreen.svg?longCache=true&style=flat)</a>
<a href='https://goreportcard.com/report/github.com/mehanizm/airtable' target='_blank'>![goreportcard](https://goreportcard.com/badge/github.com/mehanizm/airtable)</a>
A simple #golang package to access the [Airtable API](https://airtable.com/api).