mirror of
https://github.com/KevinMidboe/rohnenedre.git
synced 2026-01-01 15:06:31 +00:00
Initial commit. State 04.2021.
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
interface AWeberOAuthAdapter {
|
||||
|
||||
public function request($method, $uri, $data = array());
|
||||
public function getRequestToken($callbackUrl=false);
|
||||
|
||||
}
|
||||
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user