mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-03-21 00:28:59 +01:00
Updated Admin API Reference (markdown)
@@ -1,7 +1,5 @@
|
||||
# Admin API Reference
|
||||
The **WireMock admin API** provides functionality to define the mappings via a http interface.
|
||||
In order to use this interface, you need to enable the admin interface:
|
||||
|
||||
The **WireMock admin API** provides functionality to define the mappings via a http/https interface. To use this interface, you need to enable the admin interface in code:
|
||||
```c#
|
||||
var server = FluentMockServer.StartWithAdminInterface();
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user