Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Syncthing

import { Syncthing } from "https://git.sr.ht/~ruivieira/deno-experiments/blob/master/syncthing/core.ts";

INFO: Syncthing REST API client

class Syncthing {
constructor(apiKey: string, host: string);
public apiKey: string;
public database: Database;
public host: string;
public system: System;
 
public buildURL(endpoint: string, command: string): string;
}

§Constructors

§
new Syncthing(apiKey: string, host: string)
[src]

§Properties

§
apiKey: string
[src]
§
database: Database
[src]
§
host: string
[src]
§
system: System
[src]

§Methods

§
buildURL(endpoint: string, command: string): string
[src]