Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

Support MY endpoints #378

Open
nicolaaretini opened this issue Feb 15, 2018 · 1 comment
Open

Support MY endpoints #378

nicolaaretini opened this issue Feb 15, 2018 · 1 comment

Comments

@nicolaaretini
Copy link

I'd like to know if you've got a plan (or a date) to release an integration with My * Endpoints feature (HTTP API docs)

e.g. : https://docs.commercetools.com/http-api-projects-me-profile.html

Thanks

@jenschude
Copy link
Contributor

jenschude commented Feb 16, 2018

The Me-Endpoints are supported. See https://github.com/commercetools/commercetools-php-sdk/tree/master/src/Core/Request/Me and https://github.com/commercetools/commercetools-php-sdk/tree/master/tests/integration/Me

But lately I didn't invest more time in adding newly introduced features. I would need to redesign how the client authentication against the API is working in order to better support the Me-Endpoints. Reason for that is in order to be able to configure the client correctly for a specific customer I would have to expose the Bearer-Token to the implementing application. This is not inline with the actual architecture where the client manages the authentication as well as the storage of the bearer token.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants