SupermarktConnector icon indicating copy to clipboard operation
SupermarktConnector copied to clipboard

new jumbo version api

Open rogierrijs opened this issue 3 years ago • 2 comments

Jumbo uses v14 api, so the URL's need to change. Could you perhaps set the URL as an env variable, or as parameter? So we could easily change it in the configuration.

rogierrijs avatar Jun 05 '22 20:06 rogierrijs

I have updated jumbo code to use the latest version of the API in #19

EnessenE avatar Aug 22 '22 20:08 EnessenE

The current version of Jumbo API is v17. I have it working. also

I suggest using different headers, as they probably redesigned security.

    HEADERS = {
        "User-Agent": "LuppieApp/1.1.28 Android/14.0 Mobile",
        "Accept": "*/*",
        "Accept-Encoding": "identity",
    }

LuppieApp is my name; feel free to use anything else. Mozilla 5 is blocked.

Lupphes avatar Oct 28 '23 01:10 Lupphes