This repository contains the Go SDK for the Digiposte API.
It is a work in progress, and all the API endpoints are not implemented yet.
Last run succeeded on 2024-07-28
.
The sdk delegates the authentication to the http client. So it must be configured to add the authentication headers to the requests.
Otherwise, the login
package provides a simple way to authenticate and get the access token but it uses chromium to simulate a browser and is not recommended for production.