You can add more APIs to your own API projects.
To add an API to your API project
-
Edit the API plugin (see Editing API plugins) associated with the API project and proceed as follows:
-
In the API plugin project, create a new class that implements the IApiProviderFor<name of your API project> interface. This class represents the so-called API provider.
-