Register

Post Data - Send Data Anywhere

An Add-on Module for Foundry Virtual Tabletop

Author: Ingo Guilherme Project Source: Project URL Versions 10.286 - 10 (Verified 10) Last Updated 1 year, 2 months ago

Post Data - Send Data Anywhere

A module for Foundry VTT that allows send Actors data to an endpoint in a regular interval

Compatibility

PDSDA is current compatible with:

Installation

Using Foundry "Configuration and Setup" UI

  1. Go to Configuration and Setup menu on your FoundryVTT and click on Add-on Modules
  2. Click the Install Module button on the bottom of the screen
  3. Search by the package name Post Data - Send Data Anywhere
  4. Click on the Install button

Using manifest URL

You can install it using the following manifest URL
https://raw.githubusercontent.com/ingogbe/fvtt-pdsda/v1.2.0/module.json
  1. Go to Configuration and Setup menu on your FoundryVTT and click on Add-on Modules
  2. Click the Install Module button on the bottom of the screen
  3. The Install Module window will popout, enter the manifest URL, provided above, on the Manifest URL field
  4. Click on the Install button

Manually

If you wish to manually install the module manually, you must:
  • Clone or extract it into the Data/modules/fvtt-pdsda folder
You may do this by cloning the repository or downloading a zip archive from the Releases Page

Features

Configuration

Post Data format

The data that PDSDA sends has only a few basic informations about the Actor, this is necessary to make a small payload for the POSTs and prevents the PayloadTooLargeError error
{
  "id": "mlaoF1kzT1zxdvxq",
  "name": "Riswynn (Dwarf Rogue)",F
  "img": "http://localhost:30000/systems/dnd5e/tokens/heroes/RogueHalfling.webp",
  "race": "Hill Dwarf",
  "level": 1,
  "alignment": "True neutral",
  "hp": {
    "value": 11,
    "max": 11,
    "temp": null,
    "tempmax": null,
    "bonuses": {
      "level": "",
      "overall": ""
    }
  },
  "classes": [
    {
      "name": "Rogue",
      "img": "http://localhost:30000/icons/skills/melee/strike-sword-stabbed-brown.webp",
      "level": 1
    }
  ]
}

Supported Game Systems

  1. Dungeons & Dragons Fifth Edition

    Latest Version: Version 3.1.2 Last Updated 1 week, 1 day ago

Categories

Available Versions

  1. Version 1.2.0

    1 year, 2 months ago
    Foundry Version 10.286 - 10 (Verified 10) Manifest URL Read Notes
  2. Version 1.1.0

    Foundry Version 10.286 - 10 (Verified 10) Manifest URL Read Notes
  3. Version 1.0.0

    Foundry Version 10.286 - 10 (Verified 10) Manifest URL Read Notes