• No typedClient.ts in v10?

    After running imxclient compile-api in version 10, I have noticed that there is no TypedClient.ts in the tgz file

    The API has been loaded in with software loader and can confirm the custom APIs exist and can send http requests to them

    Has anyone managed…

  • Custom Configuration and TypedClient

    I've defined some custom configs in my CCC.CompositionApi.Server.Plugin.dll

    I can see them in the APIServer Administration portal, however when building the typed client using the command .\imxclient compile-api /copyapi imx-api-ccc.tgz /packagename…

  • Custom API issue in 9.3 Angular Web Portal

    Hi everyone,

    I created a plugin to add custom APIs to my 9.3 installation and then I loaded the plugin via the Software Loader.

    Next I need to import the plugin to my Angular Web Portal project. This is official guide about this topic: Identity Manager…

  • Authentication problems on local API server

    Hi everyone,

    I have a bit of an issue debugging a customized API dll on a local server using the imxclient loading the dll.

    When trying to authenticate, it says "Warn: Unable to setup re-authentication for this connection. Deriving new unauthenticated…

  • How to develop Custom Composition API

    I'm just started with  Custom Composition API development.

    With the  Custom Composition API development I'm running into a problem.

    if I execute my custom API-Code (which derives from IApiProviderFor<PortalApiProject>)  the "imxClient.exe