
I'm excited the API is out in the wild now! I'm almost ready to jump in for a subscription so I can test it out... but in looking at the documentation, I'm not seeing a way to add or attach attributes or abilities to a character. My first big project would be to find a way to scrape JSON data directly into character data so I can import characters with skills, saves, and stats without having to use the GUI.
Is it possible to just make a JSON file offline and suck it into the API directly? Or could I write a script that generates the attributes from a list (easy to make a program that reads data and spits out a complete .js file with addAttr commands or whatever).
I'm not necessarily asking for a complete solution here, just if it's possible and what are some of my options?