codeant-ai-for-open-source[bot] commented on PR #37360:
URL: https://github.com/apache/superset/pull/37360#issuecomment-4040330041

   ## **Sequence Diagram**
   
   This PR exposes SupersetClient.getUrl so plugins can request fully-resolved 
endpoint URLs that include the configured application root prefix.
   
   ```mermaid
   sequenceDiagram
       participant Plugin
       participant SupersetClient
       participant ClientInstance
   
       Plugin->>SupersetClient: configure with app root
       SupersetClient->>ClientInstance: create configured client
   
       Plugin->>SupersetClient: getUrl for endpoint path
       SupersetClient->>ClientInstance: getUrl with endpoint path
       ClientInstance->>ClientInstance: Combine app root and endpoint path
       ClientInstance-->>SupersetClient: Resolved endpoint URL
       SupersetClient-->>Plugin: Return full endpoint URL
   ```
   
   ---
   *Generated by [CodeAnt AI](https://codeant.ai)*
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to