- Full List
- status = 1 List
- ID List
- Name List
- Update
- Delete
- Insert
index.php?api_key=cyprs
$tablename = "todo"
;
index.php?api_key=cyprs&getall=full
index.php?api_key=cyprs&get_status_one=full
index.php?api_key=cyprs&getone_id={id}
index.php?api_key=cyprs&getone_name={name}
index.php?api_key=cyprs&update_status_id={id}
index.php?api_key=cyprs&delete_id={id}
index.php?api_key=cyprs&name={name}