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

   ## **Sequence Diagram**
   
   This PR exposes a getUrl method on the shared SupersetClient so plugins can 
resolve endpoint paths into fully-qualified URLs that include the configured 
application root.
   
   ```mermaid
   sequenceDiagram
       participant Plugin
       participant SupersetClient
       participant CoreClient
   
       Plugin->>SupersetClient: configure with app root
       SupersetClient->>CoreClient: initialize client with app root
   
       Plugin->>SupersetClient: getUrl with endpoint path
       SupersetClient->>CoreClient: resolve full URL for endpoint
       CoreClient-->>SupersetClient: full URL including app root
       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