1.7.1 • Published 2 years ago

@meroxa/meroxa-js v1.7.1

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Meroxa JS

Installation

npm install https://github.com/meroxa/meroxa-js.git

Usage

import { Client } from "@meroxa/client"

// Initializing a client
let meroxa = new Client({
auth: process.env.MEROXA_TOKEN,
})

;(async () => {
let resources = await meroxa.resources.list()
}

Requirements

Runtime: node >= 12 Type definitions (optional): typescript >= 4.2

1.7.1

2 years ago

1.7.0

2 years ago

1.6.1

2 years ago

1.5.0

2 years ago

1.4.0

2 years ago

1.3.0

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago