Categories
Changes on the LB platform NetEarth One

LB :- Changes to the dns-records API call

LB will soon be making minor changes to the “Get DNS records” API call. This will specially be beneficial for PHP developers using the “json_decode” function to parse JSON responses.

Previously, while passing the dns-records API call through a script, the MX and CNAME records used to display only the latest entries; in other words, the rest of the entries used to get overwritten.

We have now rectified this, and the API call will parse all the MX and CNAME records in the form of an array.

We will be implementing this change sometime next week.