EcosystemsController Class

This controller is responsible for handling requests related to ecosystems.

Definition

Namespace: SECODashBackend.Controllers
Assembly: SECODashBackend (in SECODashBackend.exe) Version: 1.0.0+789cdabd85105b6669a07f36c941620ce28bae93
C#
public class EcosystemsController : ControllerBase
Inheritance
ControllerBase    EcosystemsController

Constructors

EcosystemsControllerInitializes a new instance of the EcosystemsController class

Methods

CreateEcosystem Create a new ecosystem from provided information.
GetAllAsync Returns all top-level ecosystems.
GetTechnologyTaxonomy 
RemoveEcosystem 
SearchByTopics 
UpdateDescription 

See Also