forked from wallabag/wallabag
refactor pocket import
This commit is contained in:
committed by
Jeremy Benoist
parent
1f4408de9e
commit
ff7b031d57
10
src/Wallabag/ImportBundle/Import/ImportInterface.php
Normal file
10
src/Wallabag/ImportBundle/Import/ImportInterface.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
namespace Wallabag\ImportBundle\Import;
|
||||
|
||||
interface ImportInterface
|
||||
{
|
||||
public function oAuthRequest($redirectUri, $callbackUri);
|
||||
public function oAuthAuthorize();
|
||||
public function import($accessToken);
|
||||
}
|
||||
Reference in New Issue
Block a user