From 9e27574d065c392bcf2039bddf1739d7155a6304 Mon Sep 17 00:00:00 2001 From: maxwesel Date: Sun, 27 Jul 2025 13:13:05 +0200 Subject: [PATCH 1/3] Update README.md - add LogDog --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c39a00c2..8bedc168 100644 --- a/README.md +++ b/README.md @@ -1039,6 +1039,7 @@ In parternship with: * [GoodNetworking](https://github.com/GoodRequest/GoodNetworking) - 📡 GoodNetworking simplifies HTTP networking. * [Heimdallr.swift](https://github.com/trivago/Heimdallr.swift) - Easy to use OAuth 2 library for iOS. * [Just](https://github.com/dduan/Just) :penguin: - HTTP for Humans (a python-requests style HTTP library). +- [LogDog](https://github.com/modrena/log-dog-ios-sdk) - LogDog is a remote debugging/logging SDK (iOS and Android) with a web ui. Captures all logs and requests in real-time and allows to intercept them. * [Malibu](https://github.com/hyperoslo/Malibu) - A networking library built on promises. * [Moya](https://github.com/Moya/Moya) - Network abstraction layer. * [MultiPeer](https://github.com/dingwilson/MultiPeer) - A wrapper for the MultipeerConnectivity framework for automatic offline data transmission between devices. From 4ee7ba09259df1a23745c17fe1b9687c7cd3df5a Mon Sep 17 00:00:00 2001 From: maxwesel Date: Sun, 27 Jul 2025 13:17:27 +0200 Subject: [PATCH 2/3] contents.json --- README.md | 1 - contents.json | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bedc168..c39a00c2 100644 --- a/README.md +++ b/README.md @@ -1039,7 +1039,6 @@ In parternship with: * [GoodNetworking](https://github.com/GoodRequest/GoodNetworking) - 📡 GoodNetworking simplifies HTTP networking. * [Heimdallr.swift](https://github.com/trivago/Heimdallr.swift) - Easy to use OAuth 2 library for iOS. * [Just](https://github.com/dduan/Just) :penguin: - HTTP for Humans (a python-requests style HTTP library). -- [LogDog](https://github.com/modrena/log-dog-ios-sdk) - LogDog is a remote debugging/logging SDK (iOS and Android) with a web ui. Captures all logs and requests in real-time and allows to intercept them. * [Malibu](https://github.com/hyperoslo/Malibu) - A networking library built on promises. * [Moya](https://github.com/Moya/Moya) - Network abstraction layer. * [MultiPeer](https://github.com/dingwilson/MultiPeer) - A wrapper for the MultipeerConnectivity framework for automatic offline data transmission between devices. diff --git a/contents.json b/contents.json index e3729571..317c7534 100644 --- a/contents.json +++ b/contents.json @@ -2832,6 +2832,12 @@ "linux" ] }, + { + "title":"LogDog", + "category":"network", + "description":"LogDog is a remote debugging/logging SDK (iOS and Android) with a web ui. Captures all logs and requests in real-time and allows to intercept them.", + "homepage":"https://log.dog" + }, { "title":"Malibu", "category":"network", From 23cda508c7d339d5dbe0469e150396c4e8d98cd1 Mon Sep 17 00:00:00 2001 From: maxwesel Date: Sat, 2 Aug 2025 11:51:28 +0200 Subject: [PATCH 3/3] add logdog --- contents.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/contents.json b/contents.json index 317c7534..860f4a81 100644 --- a/contents.json +++ b/contents.json @@ -2832,11 +2832,11 @@ "linux" ] }, - { + { "title":"LogDog", "category":"network", - "description":"LogDog is a remote debugging/logging SDK (iOS and Android) with a web ui. Captures all logs and requests in real-time and allows to intercept them.", - "homepage":"https://log.dog" + "description":"[LogDog](https://log.dog) is a remote debugging/logging SDK (iOS and Android) with a web ui. Captures all logs, requests and events in real-time and allows to intercept them.", + "homepage":"https://github.com/modrena/log-dog-ios-sdk" }, { "title":"Malibu",