Netzo
Netzo is a cloud-based internal app development platform, ideal for technology-driven businesses. Boost profitability with BI dashboards, admin panels, APIs and workflow automations in a single place.
- labels:
development
,no-code
,low-code
,mobile-apps
,web-apps
- authentication:
apiKey
Usage
ts
import { netzo } from 'https://deno.land/x/netzo/apis/netzo/mod.ts'
const { api } = netzo({
apiKey: Deno.env.get('NETZO_API_KEY')
})
import { netzo } from 'https://deno.land/x/netzo/apis/netzo/mod.ts'
const { api } = netzo({
apiKey: Deno.env.get('NETZO_API_KEY')
})
Configuration
The netzo
factory function expects an object with the following, and returns an object with an HTTP client api
.
Param | Type | Default | Description |
---|---|---|---|
apiKey | string | Deno.env.get('NETZO_API_KEY') | the api key to use for authentication |
Refer to the API documentation to get the required information.
Examples
The following examples assume you have created an api client instance. Refer to the type definitions for all exported types to pass to the api
client for typed responses.
Visit the official API documentation or API reference for usage examples.