Holons API

πŸ“‹ Table of Contents

Overview

The Holons API provides holon (data object) management for the STAR ecosystem. It handles holons as universal data containers.

Holon Management

Get All Holons

GET /api/holons
Authorization: Bearer YOUR_TOKEN

Get Holon by ID

GET /api/holons/{holonId}
Authorization: Bearer YOUR_TOKEN

Create Holon

Update Holon

Delete Holon

Holon Operations

Get Holon Children

Get Holon Parent

Error Responses

Holon Not Found


← Previous: GeoHotSpots API | Next: Zomes API β†’

Last updated