From d8796b6a780780411187792e1cf585d1ba3168f6 Mon Sep 17 00:00:00 2001 From: Sasha Date: Wed, 2 Apr 2025 00:52:46 +0200 Subject: [PATCH] across all impl --- standards/application/messaging-api.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/standards/application/messaging-api.md b/standards/application/messaging-api.md index 84c1b78..1cb6ef8 100644 --- a/standards/application/messaging-api.md +++ b/standards/application/messaging-api.md @@ -61,8 +61,7 @@ receive, and track messages—whether originating from a node or propagated thro ### Requirements -This API is designed for generic use and ease of implementation across `nwaku`, `js-waku`, -and traditional `REST` architectures. +This API is designed for generic use and ease across all implementations and traditional `REST` architectures. From this point forward, relevant code blocks will be provided in `JSON` format, `HTTP` format or by using `TypeScript` syntax.