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
// if sdk is used in the forge app that is running in the platform context constutils = newComponentUtils() // this won't work outside of platform context because client needs authtorization to communicate with the API.
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