digitalfondue / vatchecker

java library for calling the eu vat checker web service
Apache License 2.0
20 stars 3 forks source link

Add rest api support #6

Open syjer opened 8 months ago

syjer commented 8 months ago

see swagger: https://ec.europa.eu/taxation_customs/vies/#/technical-information .

We could use java spi mechanism to avoid an hardcoded dependency on guava/jackson/jakarta.json .

To be noted, it will be done only if there are additional informations. Currently we don't have dependencies and it's something that I would like to continue as a trend.