How to extend an endpoint exposed by an extension? #1222
Unanswered
lucian-torje-siemens
asked this question in
Q&A
Replies: 1 comment 5 replies
-
Hi, currently there's no possibility to replace neither transformer nor the resource, the only way is to write a completely custom module and exclude the original module from the BOM. |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I need to extend the controller for the assets so that we can add our own logic during mapping - the end goal is to customize the transfer process.
Is there a way to load the extension but still be able to modify its behavior?
Is it possible to replace a transformer for an already loaded resource or the resource itself?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions