mirror of
https://github.com/linuxserver/Heimdall.git
synced 2025-11-28 02:59:50 +09:00
changes
This commit is contained in:
15
vendor/knplabs/github-api/lib/Github/Api/ApiInterface.php
vendored
Normal file
15
vendor/knplabs/github-api/lib/Github/Api/ApiInterface.php
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
<?php
|
||||
|
||||
namespace Github\Api;
|
||||
|
||||
/**
|
||||
* Api interface.
|
||||
*
|
||||
* @author Joseph Bielawski <stloyd@gmail.com>
|
||||
*/
|
||||
interface ApiInterface
|
||||
{
|
||||
public function getPerPage();
|
||||
|
||||
public function setPerPage($perPage);
|
||||
}
|
||||
Reference in New Issue
Block a user