Class CatalogController
- Namespace
- OpenServiceBroker.Catalogs
- Assembly
- OpenServiceBroker.Server.dll
Exposes a list of all services available on the Service Broker.
[Route("v2/catalog")]
public class CatalogController : Controller, IActionFilter, IAsyncActionFilter, IFilterMetadata, IDisposable
- Inheritance
-
CatalogController
- Implements
- Inherited Members
- Extension Methods
Constructors
CatalogController(ICatalogService)
public CatalogController(ICatalogService catalogService)
Parameters
catalogService
ICatalogService
Methods
Get()
Gets the catalog of services that the service broker offers.
[Route("")]
[HttpGet]
public Task<IActionResult> Get()