dreibart / dreibart.github.io

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

request groups #8

Open LokiMidgard opened 1 month ago

LokiMidgard commented 1 month ago

GET /character/{id:number}/groups


{
 "type":"groups",

    "groups": [
        {
            "id": 1,
            "name": "Karant",
            "joined": "2023-11-05 11:10:03",
            "created": "2023-10-04 10:07:28",
        }
    ],
}