To implement your own APIs, you can create API plugins.
The API Server loads all DLLs matching the *.CompositionApi.Server.PlugIn.dll naming scheme and deploys the API definitions contained therein.
To implement your own API
- 
Create an API plugin (see Creating and editing API plugins). 
- 
Compile the appropriate TypeScript API client (see Compiling TypeScript API clients). 
