API Example in plain JavaScript

Hi! Is there any example of code to work with the API without using jQuery? I want to use the API in an Airtable scripting block, and I am not able to do it :frowning:

Thanks!

There are several examples on Github, see:

Yes, I was using those examples but the Javascript one uses jQuery, that’s why asked about an example that does not uses it. I want to use it in the scripting Airtable block, where I can’t load external resources (or I don’t see how to do it).

Thanks.

Sorry, we don’t have examples for that. You’d probably need to use XMLHttpRequest.

We’ve updated our example with plain Javascript:

Oh thanks! :heart_eyes:

1 Like