This is the unofficial repository for VIES API Client for Go: https://viesapi.eu
Viesapi.eu service provides selected entrepreneurs data using i.a. web services, programming libraries and dedicated applications. By using the available software (libraries, applications and Excel add-in) your customers will be able to:
- check contractors EU VAT number status in VIES system,
- download company details from VIES system,
- automatic fill in the invoice forms,
in the fastest possible way.
The documentation and samples are available at https://viesapi.eu/docs/
If your application uses Go modules for dependency management (recommended), add an import for each service that you use in your application.
Example:
import (
"github.com/glaydus/viesapi"
)
Next, run go build
or go mod tidy
to download and install the new dependencies and update your application's go.mod
file.
Alternatively, you can use the go get
command to download and install the appropriate packages that your application uses:
go get -u github.com/glaydus/viesapi
This project is delivered under the Apache 2.0 license. You can find the license's full text in LICENSE.