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 символов.

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}