cloudflare / cloudflare/cloudflare-rs

Cannot filter for record type in ListDnsRecords.

Open
#286 0 comments 4 reactions 0 assignees View on GitHub
Dominant language
Rust
Stars
316
Forks
111
PR merge metrics
No merged PRs in 30d

Description

The API allows to filter with the query parameter `type`. This is not possible with this library.

This library expects a `DnsContent` in `ListDnsRecordsParams` which unfortunately requires an value `content`. That serializes for example to something like `type=A&content=0.0.0.0` and thus only finds records with the given type & content and not all records for the given type.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.