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
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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"}