class
Hetzner::DNS::RecordClient
- Hetzner::DNS::RecordClient
- Reference
- Object
Defined in:
hetzner/record.crConstructors
Instance Method Summary
-
#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.
Constructor Detail
Instance Method Detail
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