PHP Classes

File: tests/functional/001_records/082_read_users_as_geojson.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/001_records/082_read_users_as_geojson.log   Download  
File: tests/functional/001_records/082_read_users_as_geojson.log
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP CRUD API
Provide API to manipulate database table records
Author: By
Last change:
Date: 2 years ago
Size: 499 bytes
 

Contents

Class file image Download
skip-for-sqlite: no support for geometry functions (spatialite) === GET /geojson/users/1?exclude=password,api_key === 200 Content-Type: application/json; charset=utf-8 Content-Length: 109 {"type":"Feature","id":1,"properties":{"username":"user1"},"geometry":{"type":"Point","coordinates":[30,20]}} === GET /geojson/users/2?exclude=password,api_key === 200 Content-Type: application/json; charset=utf-8 Content-Length: 75 {"type":"Feature","id":2,"properties":{"username":"user2"},"geometry":null}