You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You currently can't list DNS records of a specific type only, because the ListDnsRecordsParams takes a DnsContent enum as the parameter for filtering the type, but DnsContent not only contains the record type, but also the record content, which is why reqwest fails to build a query string from it. For the application I'm using this in, I've implemented the filtering locally after fetching the records like this, but I'd be happy about a proper solution for this.
The text was updated successfully, but these errors were encountered:
You currently can't list DNS records of a specific type only, because the
ListDnsRecordsParams
takes aDnsContent
enum as the parameter for filtering the type, but DnsContent not only contains the record type, but also the record content, which is why reqwest fails to build a query string from it. For the application I'm using this in, I've implemented the filtering locally after fetching the records like this, but I'd be happy about a proper solution for this.The text was updated successfully, but these errors were encountered: