Provides an interface to register an API service with the platform
IApiDefinition
is defined in the Telligent.Evolution.Extensibility.Api
namespace of Telligent.Evolution.Platform.dll
Definition
interface IApiDefinition : IPlugin { void RegisterApi(IApiController controller); }
Methods
void RegisterApi(IApiController controller);
Parameters
Name | Type | Description | Required | Default | Options |
---|---|---|---|---|---|
controller | IApiController | Controller | Required |