Developer Aviator chatbot - Generated code for a service should have the complete url path

jpluimers
jpluimers E Community Moderator

Question: How do I create a trait?

The code generated shows to use the apiBaseUrl. This variable is used to create the complete url. I would expect that the code has the complete urlpath to the service, meaning /cms/trait-definitions/…, instead I have to provide the service part (cms in this case) in the apiBaseUrl.

Proposal: the code snippets should only need the domain part, like https://na-1-dev.api.opentext.com and not need the service part. That make it more simple for the consumer to use the code snippet.

1
1 votes

Active · Last Updated

Comments

  • gvicari
    gvicari E Community Moderator
    edited May 28 #2

    @jpluimers, this has been registered as a feature request and our engineering team will update you in this thread once the work related to it has been completed.

    Note that the implementation will use a different logic of passing the regionIdentifier parameter instead of the apiBaseUrl.