Skip to content

Commit 4834885

Browse files
committed
update article
1 parent 2fb6d94 commit 4834885

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

docs/resources/blogs/ensuring-api-contract-compliance-with-mokapi.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ consumer and a backend service to validate real traffic. Using a small
3434
JavaScript script, Mokapi can forward requests to your backend and
3535
validates both requests and responses.
3636

37-
38-
Consumer (Frontend, Playwright, Microservice) → Mokapi → Backend API
39-
4037
```typescript
4138
import { on } from 'mokapi';
4239
import { fetch } from 'mokapi/http';
@@ -263,4 +260,6 @@ Using Mokapi between frontend and backend, between backend services, or inside K
263260
- more reliable CI pipelines
264261
- a smooth path from mocking to real backend validation
265262

266-
Mokapi ensures your API stays aligned with its specification, no matter how quickly your system evolves.
263+
Mokapi ensures your API stays aligned with its specification, no matter how quickly your system evolves.
264+
265+
> *Mokapi becomes your always-on API contract guardian — lightweight, transparent, and spec-driven.*

0 commit comments

Comments
 (0)