documentation-developer icon indicating copy to clipboard operation
documentation-developer copied to clipboard

ezp -> ibexa

Open reithor opened this issue 1 year ago • 2 comments

PR Fixes wrong namings (REST API) See https://github.com/ibexa/personalization/blob/main/src/bundle/Resources/config/routing_rest.yaml for correct REST routes

Section about contenttypes endpoint needs to reevaluated - the endpoint does not exist in current release!

Checklist

  • [ ] Text renders correctly
  • [ ] Text has been checked with vale
  • [ ] Description metadata is up to date
  • [ ] Redirects cover removed/moved pages
  • [ ] Code samples are working
  • [ ] PHP code samples have been fixed with PHP CS fixer
  • [ ] Added link to this PR in relevant JIRA ticket or code PR

reithor avatar Mar 27 '24 15:03 reithor

Hi @ciastektk , Docs mention a contenttypes endpoint for the REST API (see https://doc.ibexa.co/en/latest/personalization/enable_personalization/#check-whether-the-bundle-provides-rest-data) - which is not defined in https://github.com/ibexa/personalization/blob/main/src/bundle/Resources/config/routing_rest.yaml.

Was the endpoint removed at some point or is /personalization/v1/content/list/{contentIds} a replacement ?

reithor avatar Mar 28 '24 08:03 reithor

@reithor About:

Hi @ciastektk , Docs mention a contenttypes endpoint for the REST API (see https://doc.ibexa.co/en/latest/personalization/enable_personalization/#check-whether-the-bundle-provides-rest-data) - which is not defined in https://github.com/ibexa/personalization/blob/main/src/bundle/Resources/config/routing_rest.yaml.

Was the endpoint removed at some point or is /personalization/v1/content/list/{contentIds} a replacement ?

I see these endpoint was removed in https://github.com/ezsystems/ezrecommendation-client/pull/102 (cross-merged in https://github.com/ibexa/personalization/pull/117) and there is no replacement mentioned - it's described as useless code.

Could you please remove mentions of this endpoint and then we could merge this?

mnocon avatar Jul 01 '24 14:07 mnocon

@mnocon @nkostiv : changes:

  • details about token authorization
  • the export command part (export command always needs siteaccess, customer-id and license-key)
  • added information about where exported files ares stored locally (see also: https://github.com/ibexa/documentation-developer/pull/2499)

reithor avatar Sep 20 '24 08:09 reithor