After you create an API plugin, you need to compile a corresponding TypeScript API client.
To compile a TypeScript API client
- 
Open a command line prompt.
 - 
Run the following command:
imxclient compile-api -N -W /copyapi imx-api-ccc.tgz /packagename imx-api-ccc
The dialog to select the database connection is opened.
 - 
In the dialog, perform one of the following actions:
- 
to use an existing connection to the One Identity Manager database, select it in the Select a database connection menu.
- OR -
 - 
to create a new connection to the One Identity Manager database, click Add new connection and enter a new connection.
 
 - 
 - 
Select the authentication method and, under Authentication method, enter the login data for the database.
 - 
Click Log in.
 - 
Import the imx-api-ccc npm package into your TypeScript application.