mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-04-24 01:08:28 +02:00
Updated Admin API Reference (markdown)
@@ -1,7 +1,7 @@
|
|||||||
# Admin API Reference
|
# Admin API Reference
|
||||||
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:
|
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#
|
```c#
|
||||||
var server = FluentMockServer.StartWithAdminInterface();
|
var server = WireMockServer.StartWithAdminInterface();
|
||||||
```
|
```
|
||||||
|
|
||||||
# API definition
|
# API definition
|
||||||
|
|||||||
Reference in New Issue
Block a user