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.

082_read_users_as_geojson.log 483B

1234567891011121314151617
  1. skip-for-sqlite: no support for geometry functions (spatialite)
  2. ===
  3. GET /geojson/users/1?exclude=password
  4. ===
  5. 200
  6. Content-Type: application/json; charset=utf-8
  7. Content-Length: 109
  8. {"type":"Feature","id":1,"properties":{"username":"user1"},"geometry":{"type":"Point","coordinates":[30,20]}}
  9. ===
  10. GET /geojson/users/2?exclude=password
  11. ===
  12. 200
  13. Content-Type: application/json; charset=utf-8
  14. Content-Length: 75
  15. {"type":"Feature","id":2,"properties":{"username":"user2"},"geometry":null}