Home
last modified time | relevance | path

Searched refs:api_response (Results 1 – 1 of 1) sorted by relevance

/plugin/airtable/
Dsyntax.php147 … $api_response = $this->sendTableRequest($parameter_array);
148 $parameter_array['thumbnails'] = $this->findMedia($api_response);
149 …if(count($api_response['records']) == 1) { //if query resulted in one record, render as a template:
150 … $html = $this->renderRecord($parameter_array, $api_response['records'][0]);
152 $html = $this->renderTable($parameter_array, $api_response);
157 … $api_response = $this->sendRecordRequest($parameter_array);
158 $parameter_array['thumbnails'] = $this->findMedia($api_response);
159 … $html = $this->renderRecord($parameter_array, $api_response);
163 $api_response = $this->sendRecordRequest($parameter_array);
164 $thumbnails = $this->findMedia($api_response);
[all …]