Open danielcompton opened 8 years ago
It's because these functions are defined by a macro at the bottom in the ajax.core namespace https://github.com/JulianBirch/cljs-ajax/blob/master/src/ajax/core.cljc#L585
What worked for me is to go into that namespace and resolve an easy-api call as def. Works well enough for resolving the symbol.
cljs-ajax uses macros to define
GET
,POST
, e.t.c. These don't seem to be picked up by the Cursive stub generator, possibly because it is a cljs library?