Add documentation of the api of record object
See original GitHub issueThere is no documentation about the method in the object return by select()
,
like updateFields()
and replaceFields()
.
Please add it
Issue Analytics
- State:
- Created 6 years ago
- Reactions:9
- Comments:8 (3 by maintainers)
Top Results From Across the Web
Create a Record | REST API Developer Guide
Use the sObject Basic Information resource to create new records. You supply the required field values in the request data, and send the...
Read more >Company API Documentation - Gainsight Inc.
This document provides details of REST APIs that can be used for creating, updating, reading, and deleting records in the Company object.
Read more >Custom Objects API | Zendesk Developer Docs
On this page. Run in Postman · API path · Documentation · Enabling custom objects. You can use the Custom Objects API ......
Read more >createRecord (Client API reference) in model-driven apps
A function to call when a record is created. An object with the following properties will be passed to identify the new record:....
Read more >API Tutorial: Add and Update data on an ORCID record
They will appear with your client name as the “source” of the item. a. How do I add an item using the ORCID...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This article details the API more than what’s in the README here: https://flaviocopes.com/airtable/
It’s very nice that we have a dedicated and real time documentation for our own API, but having a better documentation here would also be nice!
You’re right, Airtable.js’s documentation could be more thorough. We’ll work on improving documentation as we iterate on this library.
You almost certainly know about this, but make sure to click the “Node” tab on the docs at airtable.com/api—it should help give you some guidance.