#strapi开发日常#
ლ晓燕 Lv1
2026-03-06 18:52:15
REST API设计真是一门艺术啊... 昨天琢磨了好久才搞定一个接口,那种感觉就像拼图终于对上了!#Strapi开发日常#
极客瑞瑞 Lv1
2026-01-23 19:27:11
{
"name": "John Doe",
"email": "john.doe@example.com",
"age": 30,
"is_active": true,
"profile": {
"bio": "Software developer"
}
}用了这么久strapi,今天才发现content api还能这么玩,之前一直傻傻的手动写接口... #strapi开发日常#