From 6e48a9253ecd1a452b6865aaaaf0375905d2cd81 Mon Sep 17 00:00:00 2001 From: thenav56 Date: Mon, 19 Jan 2026 13:27:56 +0545 Subject: [PATCH] docs: include fAIr usages link of mapswipe API --- examples/mapswipe-backend-api/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/mapswipe-backend-api/README.md b/examples/mapswipe-backend-api/README.md index 69a3d1b..2f2f401 100644 --- a/examples/mapswipe-backend-api/README.md +++ b/examples/mapswipe-backend-api/README.md @@ -5,6 +5,10 @@ This script is provided as an example for interacting with the MapSwipe backend. > [!CAUTION] > Ongoing updates to the backend might render this script **out-of-date**. +## Real-world usage + +- https://github.com/hotosm/fAIr/blob/develop/backend/core/mapswipe_client.py + ## Getting started > [!NOTE]