fourkitchens / czdap-tools

Tools for downloading zone data and authentication credentials from ICANN's CZDS application.
MIT License
125 stars 47 forks source link

CZDS API changing #17

Open pcamen opened 5 years ago

pcamen commented 5 years ago

I got this in an email from ICANN earlier this month.

"If you currently use the CZDS API to programmatically download zone files, please be aware that the API is changing with the introduction of the new CZDS portal. The updated CZDS API specification will be available shortly, and ICANN will provide an opportunity for you to test the new CZDS API implementation by making a test bed available starting 10 December 2018. The test bed will operate until the CZDS update goes live in January 2019."

Anyone have plans to update this set of tools to work with the changed API?

hosterstats commented 5 years ago

Not sure. The specification for the API is still being updated. There seems to be some path changes and the whole token thing is changing to an hourly reauthorisation (a bit of a bad idea considering it can take more than an hour to download the entire set of zonefiles and this time limited token thing may hopefully change.)

lanrat commented 5 years ago

I wouldn't hold your breath for this repository ever being updated. It has lots of outstanding issues and pull-requests.

I'm watching the API changes and once they are finalized I plan to update my Go clone of this tool to support the new api.