mirror of
https://github.com/CyanoFresh/SmartHomePHP.git
synced 2026-03-09 03:16:49 +01:00
Some work
This commit is contained in:
11
components/ApiHelperInterface.php
Normal file
11
components/ApiHelperInterface.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
namespace app\components;
|
||||
|
||||
interface ApiHelperInterface
|
||||
{
|
||||
public function getCurl($timeout = 2);
|
||||
public function getBaseUrl();
|
||||
public function makeRequestToApi($url);
|
||||
public function getValue();
|
||||
}
|
||||
Reference in New Issue
Block a user