nwaku/docs
Vishwanath Martur 6aa62acc0f Fix URL encoding for pubsubTopic and contentTopics parameters
Related to #3128

Update the API to enforce mandatory URL encoding for `pubsubTopic` and `content_topic`.

* Update `docs/api/rest-api.md` to include examples of URL-encoded `pubsubTopic` and `contentTopics` parameters.
* Modify `waku/waku_api/rest/store/handlers.nim` to validate and enforce URL encoding for `pubsubTopic` and `contentTopics` parameters.
* Add error handling for invalid or non-encoded `pubsubTopic` and `contentTopics` parameters in `waku/waku_api/rest/store/handlers.nim`.
* Update `decodeRequestBody` function in `waku/waku_api/rest/rest_serdes.nim` to validate and enforce URL encoding for `pubsubTopic` and `contentTopics` parameters.
* Add error handling for invalid or non-encoded `pubsubTopic` and `contentTopics` parameters in `waku/waku_api/rest/rest_serdes.nim`.
2024-12-07 00:58:01 +05:30
..
api Fix URL encoding for pubsubTopic and contentTopics parameters 2024-12-07 00:58:01 +05:30
benchmarks chore: replace statusim.net instances with status.im (#2941) 2024-08-05 12:57:43 +02:00
contributors release-process.md: add step to merge the release branch back to master (#2734) 2024-05-29 10:09:35 +02:00
operators chore: deprecating pubsub topic (#2997) 2024-09-10 15:07:12 -06:00
tutorial chore: replace statusim.net instances with status.im (#2941) 2024-08-05 12:57:43 +02:00
faq.md chore: replace statusim.net instances with status.im (#2941) 2024-08-05 12:57:43 +02:00