Crate openprovider
source ·Expand description
OpenProvider is a domain registrar based in the Netherlands. The service features a public API that anyone can make use of.
This crate implements a subset of that API in Rust. With it, you can query, filter and manipulate DNS records.
Unforunately, this crate is not complete yet. Many more APIs, such as SSL certificates, have yet to be implemented. You are invited to try out the API and contribute to the project back on GitHub.
Structs
- Constructs an API client.
- Communiates with the OpenProvider.nl API.
- Represents a DNS record.
- Represents additional data about premium Sectigo DNS services for a DNS zone.
- Represents the DNS configuration of a single domain.
Enums
- Represents additional data about premium DNS services for a DNS zone.
- Represents a DNS record type, such as an A record or MX record.
Type Definitions
- Represents the category of all computations that may fail in this library.