mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-23 16:58:27 +02:00
Updated Admin API Reference (markdown)
@@ -1,7 +1,5 @@
|
|||||||
# Admin API Reference
|
# Admin API Reference
|
||||||
The **WireMock admin API** provides functionality to define the mappings via a http 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:
|
||||||
In order to use this interface, you need to enable the admin interface:
|
|
||||||
|
|
||||||
```c#
|
```c#
|
||||||
var server = FluentMockServer.StartWithAdminInterface();
|
var server = FluentMockServer.StartWithAdminInterface();
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user