Gandi / gandi.cli

⚠ ARCHIVED - Command line interface to Gandi.net products using the public API
http://cli.gandi.net/
GNU General Public License v3.0
347 stars 62 forks source link

are there any alternative api clients or client libraries? #314

Closed whysthatso closed 2 years ago

whysthatso commented 2 years ago

now that the 'official' python client is deprecated, is there a list anywhere of available alternatives, if any?

mardiros commented 2 years ago

Hello @whysthatso

The offical python client is deprecrated because it consume the v3 api, and there will no future development here.

https://doc.rpc.gandi.net/overview.html

At the moment, we don't plan to create a CLI / api wrapper for the V5 API yet.

So unfortunatly there is no official alternatives right now.

The new api is documented here ; https://api.gandi.net/docs/

whysthatso commented 2 years ago

@mardiros yes, i understand the state of the official client and the gandi api in general. i was hoping this issue could stay open as a place for people to post or inquire about unofficial clients or library implementations.