commercetools-sdk-php-v2
The commercetools platform, import-api and PHP sdks generated from our api reference.
lib
commercetools-api
src
Client
Resource
ResourceByProjectKeyMeLogin.php
1
<?php
2
3
declare(strict_types=1);
9
namespace
Commercetools\Api\Client\Resource
;
10
11
use
Commercetools\Api\Models\Customer\MyCustomerSignin
;
12
use
Commercetools\Client\ApiResource
;
13
use GuzzleHttp\ClientInterface;
14
use Psr\Http\Message\UploadedFileInterface;
15
19
class
ResourceByProjectKeyMeLogin
extends
ApiResource
20
{
24
public
function
__construct
(array $args = [], ClientInterface $client =
null
)
25
{
26
parent::__construct(
'/{projectKey}/me/login'
, $args, $client);
27
}
28
33
public
function
post
(?
MyCustomerSignin
$body =
null
, array $headers = []):
ByProjectKeyMeLoginPost
34
{
35
$args = $this->
getArgs
();
36
37
return
new
ByProjectKeyMeLoginPost
($args[
'projectKey'
], $body, $headers, $this->
getClient
());
38
}
39
}
Commercetools\Api\Client\Resource\ByProjectKeyMeLoginPost
Definition:
ByProjectKeyMeLoginPost.php:36
Commercetools\Api\Client\Resource\ResourceByProjectKeyMeLogin
Definition:
ResourceByProjectKeyMeLogin.php:20
Commercetools\Api\Client\Resource\ResourceByProjectKeyMeLogin\__construct
__construct(array $args=[], ClientInterface $client=null)
Definition:
ResourceByProjectKeyMeLogin.php:24
Commercetools\Api\Client\Resource\ResourceByProjectKeyMeLogin\post
post(?MyCustomerSignin $body=null, array $headers=[])
Definition:
ResourceByProjectKeyMeLogin.php:33
Commercetools\Client\ApiResource
Definition:
ApiResource.php:15
Commercetools\Client\ApiResource\getClient
getClient()
Definition:
ApiResource.php:61
Commercetools\Client\ApiResource\getArgs
getArgs()
Definition:
ApiResource.php:56
Commercetools\Api\Models\Customer\MyCustomerSignin
Definition:
MyCustomerSignin.php:15
Commercetools\Api\Client\Resource
Definition:
ByProjectKeyApiClientsByIDDelete.php:9
Generated by
1.9.1