Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd support for Mythic Beasts DNS API v2 #552
Open
Comments
A PR that swaps out which API the provider uses would be the way to go. Provided the new API is production ready and fully replaces the previous one it probably makes sense to switch it over fully. The only thing we might want to try and do is to keep the configuration options the same if there are any meaningful changes there so that the process of switching versions is less work, ideally transparent, for users. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support for the Mythic Beasts DNS API v1 was introduced in #360
Mythic have now released a version 2 of their API with additional features, mostly around security using OAuth2 client credentials.
What is the procedure on this project for introducing support for this? I'd be happy to update the existing code or add support for a new
mythicv2provider.Please could the maintainers let me know which option they'd prefer and if they would like me to work on this?