在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称:Airtable/airtable.js开源软件地址:https://github.com/Airtable/airtable.js开源编程语言:JavaScript 85.4%开源软件介绍:The official Airtable JavaScript library. Airtable.jsThe Airtable API provides a simple way of accessing your data. Whether it's contacts, sales leads, inventory, applicant information or todo items, the vocabulary of the interactions closely matches your data structure. You will use your table names to address tables, column names to access data stored in those columns. In other words, the Airtable API is your own RESTful API for your base. InstallationNode.jsTo install airtable.js in a node project:
Airtable.js is compatible with Node 10 and above. BrowserTo use airtable.js in the browser, use airtable.browser.js which is in the For a demo, run:
Edit Then open http://localhost:8000/ in your browser. Airtable.js is compatible with browsers supported by the Airtable web app with the exception of Safari 10.0. Airtable.js supports Safari 10.1 and higher. See the technical requirements for more details. ConfigurationThere are three configurable options available:
You can set the options globally via
Globally via process env (e.g. in 12factor setup).
You can also override the settings per connection:
Interactive documentationGo to https://airtable.com/api to see the interactive API documentation for your Airtable bases. Once you select a base, click the "JavaScript" tab to see code snippets using Airtable.js. It'll have examples for all operations you can perform against your base using this library. PromisesAs of v0.5.0 all of the methods that take a For example: table.select().firstPage(result => { ... }) is equivalent to table.select().firstPage().then(result => { ... }) TestsTests are run via We strive for 100% test coverage. Some aspects may not be testable or suitable for test coverage. The tooling supports ignoring specific parts of a file documented here; use that as appropriate. When you run the tests a coverage report will be generated at |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论