mirror of
https://github.com/go-acme/lego.git
synced 2024-12-23 01:07:23 +02:00
755164c939
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com> |
||
---|---|---|
.. | ||
fixtures | ||
client_test.go | ||
client.go | ||
readme.md | ||
types.go |
There is an official API client but this client is completely broken:
- the code is generated and the module name is
github.com/GIT_USER_ID/GIT_REPO_ID
- the code contains redeclared constants
- Even with fixes to the module name and the redeclared constants, the module doesn't compile.
https://github.com/timeweb-cloud/sdk-go/pull/1
So, for now, this API client is unusable.