class Hetzner::DNS::RecordClient

Defined in:

hetzner/record.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(client : Client) #

[View source]

Instance Method Detail

def all(zone_id : Nil | String = nil, page : Nil | Int32 = nil, per_page : Nil | Int32 = nil) #

In theory this endpoint has per_page/page params but in practice it does not work, it'll always return all records. The zone_id filter seems to work though... PS: It doesn't even have a meta/pagination section in the docs


[View source]