The Foundry VTT companion module for the Foundry REST API — connects your Foundry world to a relay server, enabling external tools and automations to interact with your game. This module bridges your ...
src/Dotnet.Samples.AspNetCore.WebApi/ ├── Program.cs # Entry point: DI setup, middleware pipeline ├── Controllers/ # HTTP handlers (request/response logic) │ └── PlayerController.cs ├── Services/ # ...