From f1eceaa12cad2989cad7beb1066e85073e577338 Mon Sep 17 00:00:00 2001 From: Roy Sheinfeld <31890660+kingonly@users.noreply.github.com> Date: Sun, 17 Dec 2023 15:32:33 +0200 Subject: [PATCH] Update service_status.md --- src/guide/service_status.md | 72 +------------------------------------ 1 file changed, 1 insertion(+), 71 deletions(-) diff --git a/src/guide/service_status.md b/src/guide/service_status.md index 836e51a..53ee4aa 100644 --- a/src/guide/service_status.md +++ b/src/guide/service_status.md @@ -1,6 +1,4 @@ -# Service Status - -## Health Check Status +# Retrieving service status You can check the general health status of the services provided by the Breez SDK. The response status will inform you if there is maintenance occurring, a service distruption or the services are operational. @@ -71,72 +69,4 @@ The response status will inform you if there is maintenance occurring, a service -## Reporting a Payment Failure -While attempting to send payments it may be that sometimes payment failures occur. Reporting these issues through the Breez SDK will help us to improve LSP routing. - - -
Rust
-
- -```rust,ignore -{{#include ../../snippets/rust/src/service_status.rs:report-payment-failure}} -``` -
- -
Swift
-
- -```swift,ignore -{{#include ../../snippets/swift/BreezSDKExamples/Sources/ServiceStatus.swift:report-payment-failure}} -``` -
- -
Kotlin
-
- -```kotlin,ignore -{{#include ../../snippets/kotlin_mpp_lib/shared/src/commonMain/kotlin/com/example/kotlinmpplib/ServiceStatus.kt:report-payment-failure}} -``` -
- -
React Native
-
- -```typescript -{{#include ../../snippets/react-native/service_status.ts:report-payment-failure}} -``` -
- -
Dart
-
- -```dart,ignore -{{#include ../../snippets/dart_snippets/lib/service_status.dart:report-payment-failure}} -``` -
- -
Python
-
- -```python,ignore -{{#include ../../snippets/python/src/service_status.py:report-payment-failure}} -``` -
- -
Go
-
- -```go,ignore -{{#include ../../snippets/go/service_status.go:report-payment-failure}} -``` -
- -
C#
-
- -```cs,ignore -{{#include ../../snippets/csharp/ServiceStatus.cs:report-payment-failure}} -``` -
-