Skip to content

Utility Library containing useful functions for quick development of DMCR-related Tools and Services

Notifications You must be signed in to change notification settings

Burgersim/dmcr-utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dmcr-utils

Utility Library containing useful functions for quick development of DMCR-related Tools and Services

Functions

###getAirtableRecords

Fetches records from Airtable using apiKey, baseId, table and view as parameters. Records are fetched using the AirtableRecord class (extending Array).

Airtable Record Methods

get(value): returns the value of the given field (using id or name)
getRecordId: returns Id of the Airtable Record
getTable: returns Id of the Table containing the Record
getView: returns Id of the View the record was taken from
getFieldId(value): returns Id of a field (using name)
getAllIds: returns all field Ids of the Record
set(key, value): sets the value of the given field (using id or name)

About

Utility Library containing useful functions for quick development of DMCR-related Tools and Services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published