maybe-hello-world / 40k-roster-formatter

Custom roster formatter tool for Warhammer 40000 games: https://40001format.xyz

Home Page:https://40001format.xyz

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

40k-roster-formatter

Just 40 001st way to format your Warhammer 40 000 BattleScribe rosters.
Current website: https://www.40001format.xyz/

API usage

Q: Wait, there's an API?!
A: Always has been! /astronaut-meme.jpg/

You can download the Postman and import the collection file from here (docs/40001format.xyz.postman_collection.json) to explore the API.

Or do it by hand, if you're a masochist.

curl --location 'https://www.40001format.xyz/api/formatter' \
--form 'formats="default"' `# default/wtc/rus` \
--form 'hide_basic_selections="on"' `# on/off` \
--form 'show_secondaries="on"' `# on/off` \
--form 'roster=@"/home/user/BattleScribe/rosters/SCARAAAAABS.rosz"' `# roster file` \
--form 'remove_costs="on"' `# on/off` \
--form 'show_model_count="on"'  `# on/off`

About

Custom roster formatter tool for Warhammer 40000 games: https://40001format.xyz

https://40001format.xyz

License:MIT License


Languages

Language:Python 85.0%Language:HTML 9.2%Language:JavaScript 5.4%Language:Shell 0.4%