GV14982 / async-airtable

A lightweight npm package to handle working with the Airtable API.
https://www.npmjs.com/package/asyncairtable
MIT License
54 stars 5 forks source link

✨ Add upsert method #31

Closed GV14982 closed 4 years ago

GV14982 commented 4 years ago

I think we should add AsyncAirtable#upsert.

This should function similar to the upsert method in many SQL ORM's:

Be sure to write tests and do any error handling on it.