ngocnicholas / airtable.net

Airtable .NET API Client
MIT License
138 stars 34 forks source link

Retrieve record updated and webhooks support added #80

Closed ngocnicholas closed 9 months ago

ngocnicholas commented 9 months ago

Retrieve record: updated to support returnFieldsByFieldId Added support for webhooks feature

ngocnicholas commented 9 months ago

PR#76: Added support for Webhooks Fixed PR#79: Include CreatedRecords and UpdatedRecords when performing an upsert Added 2 more properties in AirtableCreateUpdateReplaceMultipleRecordsResponse: string[] UpdatedRecords and string[] CreatedRecords. Fixed PR#71 and PR#77: support for returnFieldsByFieldId is added in RetrieveRecord(). Merged enhancements in the README.MD file by NiJeTi. Added more test methods in AirtableApiClient.Tests.

ngocnicholas commented 9 months ago

PR#76: Added support for Webhooks Fixed PR#79: Include CreatedRecords and UpdatedRecords when performing an upsert Added 2 more properties in AirtableCreateUpdateReplaceMultipleRecordsResponse: string[] UpdatedRecords and string[] CreatedRecords. Fixed PR#71 and PR#77: support for returnFieldsByFieldId is added in RetrieveRecord(). Merged enhancements in the README.MD file by NiJeTi. Added more test methods in AirtableApiClient.Tests.