api de gestion de ticket, basé sur php-crud-api. Le but est de décorrélé les outils de gestion des données, afin
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

028_read_example_from_readme_users_only.log 215B

1234567
  1. GET /records/posts/1?join=users
  2. ===
  3. 200
  4. Content-Type: application/json
  5. Content-Length: 122
  6. {"id":1,"user_id":{"id":1,"username":"user1","password":"pass1","location":null},"category_id":1,"content":"blog started"}