API calls from JS

Hi all,
Im struggling with a networking in JS env of mongoose (which i completely love!)

  1. My goal is: to call backend API via network and parse received data
  2. My expectation & question is: is it even possible from js ? I havent seen in the docs any module or client that is available to use from JS
    I’ve used axios extensively for standard js but anything that can do HTTP post and parse json reply will do.
    Any pointers ?

Have a look at api_http and api_net.
Hope it helps.

1 Like