Optionaloptions: { env?: string; host?: string; token?: string }ProtectedenvProtectedhostProtectedtokenSetup a component with settings in a single atomic operation. This is more comprehensive than create as it handles component creation and settings initialization together.
Component setup data including name, settings, versions, etc.
Promise resolving to the created/updated component
Base client for the platform API Classes that extend PlatformBaseClient have intentins of only working in platform context
PlatformBaseClient
Param: client
The axios instance to use for the client
Example