Described a bit topic base class and methods.

This commit is contained in:
conky
2022-10-13 23:52:21 +03:00
parent f3d397404f
commit c6f0c7d8f7
3 changed files with 45 additions and 2 deletions

View File

@@ -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.
*