Replies: 2 comments 8 replies
-
We made a deliberate choice to identify everything by name where possible. We felt this would actually make for a cleaner API. While we have no plans to change this, I am curious about your points (1) and (2) - and perhaps we can think about smaller changes that would make your life easier. Can you tell us more about the problems you run into with the current API? What's the problem with duplication? |
Beta Was this translation helpful? Give feedback.
-
Do you want the ID only for deleting? Or also for updating a single RR of a RRset? And do you also want to add single RRs to an existing RRset? |
Beta Was this translation helpful? Give feedback.
-
Hello,
This isn't a bug report, this is just something that crosses my mind every single time I use the API or pdnsutil:
Why can't we have unique IDs for records exposed in the API? And modify / delete records using them? Also the API would be way more RESTful.
The current approach works however:
Exposing the unique ID of records on the API would make everyone's life easier. Why can't the API simply print out the
ID
column of therecords
table and/or use it?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions