Skip to content

Instantly share code, notes, and snippets.

@timani
Last active October 4, 2015 07:27
Show Gist options
  • Save timani/fc223dca7127cbbce5e9 to your computer and use it in GitHub Desktop.
Save timani/fc223dca7127cbbce5e9 to your computer and use it in GitHub Desktop.
endpoint
endpoint.name
endpoint.host
endpoint.user
endpoint.password
endpoint.port
endpoint.logs
endpoint.getEndpointLog(endpointLog)
endpoint.getEndpointLogs()
class Endpoint {
constructor(host) {
this.host = host;
}
function getEndpointLog(endpointLog) {
// 1.
}
function getEndpointLogs() {
// 1. Get a list of sites
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment