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.

027_list_example_from_readme_users_only.log 261B

12345678
  1. ===
  2. GET /records/posts?join=users&filter=id,eq,1
  3. ===
  4. 200
  5. Content-Type: application/json; charset=utf-8
  6. Content-Length: 136
  7. {"records":[{"id":1,"user_id":{"id":1,"username":"user1","password":"pass1","location":null},"category_id":1,"content":"blog started"}]}