Open gajen007 opened 2 years ago
import pkg from 'realtorca/realtorca.js'; const { buildUrl, optionsFromUrl } = pkg; //This is appropriate instead of the following... const realtor = require('realtorca');
//Also... pkg.post(opts) //instead of realtor.post(opts)
import pkg from 'realtorca/realtorca.js'; const { buildUrl, optionsFromUrl } = pkg; //This is appropriate instead of the following... const realtor = require('realtorca');
//Also... pkg.post(opts) //instead of realtor.post(opts)