UNPKG

hetzner-dns

Version:

Client for interacting with the Hetzner DNS API

8 lines (7 loc) 169 B
module.exports = (context) => { return (ZoneID) => { return context.Axios.get(`/zones/${ZoneID}`).then(r => { return r.data; }); } }