Using `ajax-get` in Q&A

Hi,
Is there an example of using ajax-get in a Q&A environment? The docs mention that this function is available but when I try and use it in the customisation of a question/card/custom block/custom function, I always see the linting error:

Could not resolve symbol: ajax-get

Many thainks
James

Apologies, it’s the internal function (not exposed) that is called ajax-get.

The function exposed to you is actually called ajax/get (i.e. the function get within the Clojure namespace “ajax”).

1 Like