Welcome to the Artemis API documentation
On this website you can browse the Artemis Core and Shared UI API. A large part of this documentation is being generated based on code but over time the plan is to expand the documentation with written guides.
Plugins
Artemis 2.0 has been developed from the ground up with plugins in mind. This means almost all functionality can be expanded. The following plugin types are currently available and fully implemented:
These allow you to expand on Artemis's functionality. For quick and interactive plugin creation, use the Visual Studio template extension.
Example implementations of these plugins can be found on GitHub.
Services
Artemis provides plugins with an API through a range of services.
All the services are available to plugins by using dependency injection in your plugin's constructor. Dependency injection is also available for the different view models plugins may provide.