Krister Andersson

Results 8 issues of Krister Andersson

I was using this package for to handle oauth and making rest api requests to magento. In the filters to the endpoint I had a trailing `&` which made the...

I have a site that is password protected and I have added correct credentials in vue-storefront-api configuration under `httpUserName` and `httpUserPassword`, but I'm still not able to access the site...

feature request
P4: Nice to have

It would be nice if we could add a parameter to specify which store/index to use: `node --harmony cli.js productsdelta --partitions=1 --index=vue_storefront_catalog_se` Perhaps we also need then need the set...

I was wondering how to best syncronize changes to categories using a delta indexer. The `productdelta` command only syncronizes products. For instance, if I add a new category and an...

enhancement

Save table name from init structure so we can send a message like: table, type, id in order to know on which table the event occurred.

enhancement

The db.js file could contain things like: database connection settings logger parsed arguments and I really think this file should be renamed to something else like `utils.js` or something similar.