Expected response
{
"user": {
"id": "user_123",
"username": "pika2",
"displayName": "pika2",
"bio": "Making tiny games.",
"avatarUrl": null
},
"apps": [
{
"id": "app_123",
"name": "Tiny Fishing RPG",
"slug": "tiny-fishing-rpg",
"description": "A community-shaped game prototype.",
"status": "draft",
"access_mode": "public",
"display_ratio": "16:9"
}
],
"posts": [
{
"id": "post_123",
"app_id": "app_123",
"title": "What should I build this week?",
"body": "Drop ideas in the comments.",
"status": "published",
"access_mode": "public"
}
]
}
Social
/api/users/<username>/followFollow user
401 { "error": "Unauthorized" }404 { "error": "Not found" }/api/users/<username>/followUnfollow user
401 { "error": "Unauthorized" }404 { "error": "Not found" }