UNPKG

hcloud-js

Version:

A Node.js module for the Hetzner Cloud API

11 lines (8 loc) 229 B
const Pagination = require('../pagination') class SSHKeyList extends Pagination { constructor (endpoint, params, meta, sshKeys) { super(endpoint, params, meta) this.sshKeys = sshKeys } } module.exports = SSHKeyList