PHP Classes

File: tests/functional/001_records/075_list_tag_usage.log

Recommend this page to a friend!
  Classes of Punto Waskito   PHP CRUD API   tests/functional/001_records/075_list_tag_usage.log   Download  
File: tests/functional/001_records/075_list_tag_usage.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: 3 years ago
Size: 536 bytes
 

Contents

Class file image Download
skip-for-sqlite: no support for types on views === GET /records/tag_usage === 200 Content-Type: application/json; charset=utf-8 Content-Length: 85 {"records":[{"id":1,"name":"funny","count":2},{"id":2,"name":"important","count":2}]} === GET /records/tag_usage/1 === 200 Content-Type: application/json; charset=utf-8 Content-Length: 33 {"id":1,"name":"funny","count":2} === DELETE /records/tag_usage/1 === 405 Content-Type: application/json; charset=utf-8 Content-Length: 58 {"code":1015,"message":"Operation 'delete' not supported"}