Skip to content

API Documentation

Adrian Goral edited this page May 5, 2025 · 35 revisions

API Documentation

This page contains API documentation for the RPG Handy Helper project.

API Structure

All API endpoints are available under the base path /api/v1.

Controller Categories

Notes

Scheduler

Other Categories

Links to documentation for other controllers will be added here as they are created.

Data Formats

The API uses JSON format for data exchange. Most endpoints return data as Map<String, Object>.

Authentication

Endpoints requiring authentication are located under the path /api/v1/authorized/*.

Clone this wiki locally