STAR API

πŸ“‹ Table of Contents

Overview

The STAR API provides core STAR ODK functionality for the STAR ecosystem. It handles STAR creation, compilation, and deployment.

STAR Management

Get All STARs

GET /api/star
Authorization: Bearer YOUR_TOKEN

Get STAR by ID

GET /api/star/{starId}
Authorization: Bearer YOUR_TOKEN

Create STAR

Update STAR

Delete STAR

STAR Operations

Compile STAR

Deploy STAR

Get STAR Status

Error Responses

STAR Not Found


← Previous: InventoryItems API | Next: Avatar API β†’

Last updated