Skip to main content
Module

x/netzo/mod.ts>ServiceRequestClientInit

SDK for Netzo, the open Web platform to unify IoT devices, applications and services.
Go to Latest
interface ServiceRequestClientInit
implements ServiceClientInit
import { type ServiceRequestClientInit } from "https://deno.land/x/netzo@v0.1.27/mod.ts";

Properties

method:
| "GET"
| "POST"
| "PUT"
| "PATCH"
| "DELETE"
url: string
optional
body: string