HYVE Docs
Dump

Callout Variants

This is an info callout for general notes and tips.

This is a warning callout for important notices.

This is an error callout for critical information.

Tabs

npm install @hyve/dump
pnpm add @hyve/dump
yarn add @hyve/dump

Steps

Install Dependencies

Run the install command for your package manager.

Configure Environment

Set up your .env file with the required variables.

Start the Server

Launch the development server and open your browser.

Cards

Accordion

Code Block

example.ts
import { DumpClient } from '@hyve/dump'

const client = new DumpClient({
  baseUrl: 'https://dump.hyve.company',
})

const result = await client.ingest({
  url: 'https://example.com/article',
})

console.log(result.id)

File Tree

layout.tsx
page.tsx
lib/source.ts
package.json
tsconfig.json

HTTP Badge

POST/api/v1/ingest GET/api/v1/items DELETE/api/v1/items/:id PUT/api/v1/items/:id PATCH/api/v1/items/:id/tags

On this page