Described a bit topic base class and methods.
This commit is contained in:
@@ -4,6 +4,14 @@ namespace Toloka\PhpApi;
|
||||
|
||||
interface ClientInterface {
|
||||
|
||||
/**
|
||||
* Get Toloka base url.
|
||||
*
|
||||
* @return string
|
||||
* Absolute URL to toloka.
|
||||
*/
|
||||
public function getBaseUrl(): string;
|
||||
|
||||
/**
|
||||
* Login using credentials.
|
||||
*
|
||||
|
Reference in New Issue
Block a user