The Tripletex Client for Golang simplifies integrations against Tripletex 2.0 API. The client is generated using swagger-go.
Apart from this README, you can find details and examples of using the SDK in the following places:
You can find an example of how this library is used at cobraz/jira-to-tripletex.
We love contributions! 🙏 Bug reports and pull requests are welcome on GitHub.
Tripletex defines consumers with application/json; charset=utf-8
a few places. This is not according to spesifications of ordinary Swagger files, and not something swagger-go supports straight out-of-the-box. Therefore, you'll have to define this as a separate Producer
. You can follow this issue here
Due to Tripletex not having implemented operationId
in their Swagger files, we are not automatically updating this library based on changes in their Swagger file. This is a temporary situation, and as soon as their Swagger file includes this we will update automatically. This will mean that this library will automatically publish new versions of the client at automatically when Tripletex releases new functionality to their API.