-
Notifications
You must be signed in to change notification settings - Fork 1
API Documentation
Mateusz Andrzejewski edited this page Jun 5, 2025
·
35 revisions
This page contains API documentation for the RPG Handy Helper project.
All API endpoints are available under the base path /api/v1.
- GameNoteController - Game notes management
- SchedulerController - Scheduler management
- UserController - User management
- CpRedAmmunitionController - Ammunition management
- CpRedArmorsController - Armors management
- CpRedClassesController - Classes management
- CpRedCriticalInjuriesController - Critical injuries management
- CpRedCyberwaresController - Cyberware management
- CpRedEquipmentsController - Equipments management
- CpRedSKillsController - Skills management
Links to documentation for other controllers will be added here as they are created.
The API uses JSON format for data exchange. Most endpoints return data as Map<String, Object>.
Endpoints requiring authentication are located under the path /api/v1/authorized/*.
-
Home
- GameNoteController
- SchedulerController
- UserController
- ForgotPasswordController
- RegisterController
- RpgSystemsController
- GameController
- GameRoomController
- AmmunitionController
- ArmorsController
- ClassesController
- CriticalInjuriesController
- CyberwaresController
- EquipmentsController
- SkillsController
- StatsController
- WeaponsController
- WeaponModsController
- CustomAmmunitionController
- CustomArmorsController
- CustomCriticalInjuriesController
- CustomCyberwaresController
- CustomEquipmentsController
- CustomWeaponModsController
- CustomWeaponsController
- CharacterAmmunitionController
- CharacterArmorController
- CharacterClassesController
- CharacterCriticalInjuriesController
- CharacterCustomAmmunitionController
- CharacterCustomArmorsController
- CharacterCustomCriticalInjuriesController
- CharacterCustomCyberwareController
- CharacterCustomEquipmentController
- CharacterCustomWeaponController
- CharacterCyberwareController
- CharacterEnemiesController
- CharacterEquipmentController
- CharacterFriendsController
- CharacterLifePathController
- CharacterOtherInfoController
- CharacterSkillsController
- CharacterStatsController
- CharacterTragicLoveStoryController
- CharacterWeaponsController
- CharacterWeaponModsController