whoami7 - Manager
:
/
home
/
dataiclx
/
vielorbe.com
/
wp-content
/
plugins
/
insta-gallery
/
lib
/
api
/
fetch
/
Upload File:
files >> //home/dataiclx/vielorbe.com/wp-content/plugins/insta-gallery/lib/api/fetch/interface-fetch.php
<?php namespace QuadLayers\IGG\Api\Fetch; interface Fetch { /** * Function to get response and parse to data * * @return array */ public function get_data(); /** * Function to query Facebook/Instagram data. * * @return array */ public function get_response(); /** * Function to parse response to usable data. * * @return array */ public function response_to_data(); /** * Function to build query url. * * @return string */ public function get_url(); /** * Function to handle query response * * @return array */ public function handle_response(); /** * Function to handle error on query response * * @return array */ public function handle_error(); }
Copyright ©2021 || Defacer Indonesia