Netzo Logo

netzo

Netzo is a full-code platform for building business apps.

Usage

import { netzo } from 'netzo/apis/netzo.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 API client api.

ParamTypeDefaultDescription
apiKeystringDeno.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.

Visit the official API documentation or OpenAPI documentation for usage examples.

References