MCPcopy Create free account
hub / github.com/DavidWells/analytics /

Class

packages/analytics-plugin-ownstats/src/node.js:3–3  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const https = require('https')
2
3class OwnstatsClient {
4 constructor (endpoint) {
5 this.endpoint = endpoint
6 this.reqUrl = `https://${endpoint}/hello.gif`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected