vinted-api-wrapper icon indicating copy to clipboard operation
vinted-api-wrapper copied to clipboard

This is a simple python module to interact with the vinted api with ease.

Results 9 vinted-api-wrapper issues
Sort by recently updated
recently updated
newest added

is there a way to add localization to the output? there's this languages endpoint https://www.vinted.fr/api/v2/languages

Hello! when I use your URL (the one in the example) it works but when I use mine it doesn't, why? ![image](https://github.com/herissondev/vinted-api-wrapper/assets/148887091/4aab0f05-5735-44c1-85f7-18f4464eac09)

The query params parser is currently missing a few "S"s in the parameters' names (see changes for details). This seems to fix it.

hey bro can you explain me how to put proxies on your api ? i try this : `vinted = Vinted({'http://*******','3**8'})` but it return ValueError: dictionary update sequence element #0...

Hello there ! First of all, thank you for this wrapper, it's been very usefull for me and my friends. Then I made a bot that scan some page basing...

I can't find any current way to retrieve the product description that can contain useful information such as the general deterioration of the product and more. Is there any plans...

Could you add the reputation of the user who posts the announcement?

In order to handle multiple SDK in different langages, generating SDKs from an openAPI spec would be very beneficial. As the api is private, it needs to be made from...