1
0
mirror of https://github.com/go-acme/lego.git synced 2024-12-23 01:07:23 +02:00
lego/providers/dns/timewebcloud/internal
Pavel Sobolev 755164c939
Add DNS provider for Timeweb Cloud (#2301)
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-10-14 01:03:41 +02:00
..
fixtures Add DNS provider for Timeweb Cloud (#2301) 2024-10-14 01:03:41 +02:00
client_test.go Add DNS provider for Timeweb Cloud (#2301) 2024-10-14 01:03:41 +02:00
client.go Add DNS provider for Timeweb Cloud (#2301) 2024-10-14 01:03:41 +02:00
readme.md Add DNS provider for Timeweb Cloud (#2301) 2024-10-14 01:03:41 +02:00
types.go Add DNS provider for Timeweb Cloud (#2301) 2024-10-14 01:03:41 +02:00

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.