dreibart / dreibart.github.io

https://dreibart.github.io/
0 stars 0 forks source link

request contacts #7

Open LokiMidgard opened 1 month ago

LokiMidgard commented 1 month ago

GET /character/{id:number}/contacts

{
    "type":"",
    "contacts": [
        {
            "id": 1,
            "created": "2023-11-05 11:10:03",
            "name": "Harald",
            "rank": 'scum',
            "assets": 'poor',
            "relationship": 'aquentance',
            "secrecy": 'general known',
            "alignment": 'evil',
            "skillset": "general",
            "state": "dead",
            "comments": [
                {
                    "id": 1,
                    "created": "2023-11-05 11:10:03",
                    "text": "Harald war kein guter man.",
                }
            ]
        }
    ],
}