Module dnsimple::dnsimple

source ·

Modules§

Structs§

  • Represents the Rust client for the DNSimple API V2
  • Represents an empty response from the DNSimple API (these type of responses happen when issuing DELETE commands for example)
  • Represents the response from an API call
  • Filtering makes it possible to ask only for the exact subset of data that you you’re looking for.
  • The pagination instructions for the request
  • Any API endpoint that returns a list of items requires pagination. By default we will return 30 records from any listing endpoint. If an API endpoint returns a list of items, then it will include a pagination object that contains pagination information.
  • When you can send some options into the request (i.e. for pagination).
  • API v2 results are implicitly sorted according to policies that vary from endpoint to endpoint.

Traits§

  • Defines the Endpoint trait for the different API endpoints

Functions§