File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 13
13
- `` ATEventStreamError ``
14
14
- `` WebSocketFrameMessageError ``
15
15
- `` CBORProcessingError ``
16
+ - `` ApplSecureKeychainError ``
17
+ - `` ATKeychainError ``
18
+ - `` GetOriginalPostsFromQuotePostsError ``
Original file line number Diff line number Diff line change @@ -139,6 +139,10 @@ ATProtoKit is fully open source under the [MIT license](https://github.com/Maste
139
139
- `` ATProtoTools ``
140
140
- < doc:DateFormatting-PropertyWrapper >
141
141
- `` ATFacetParser ``
142
+ - < doc:SessionDebuggableArticle >
143
+ - `` SessionDebuggable ``
144
+ - `` ConsoleDebugger ``
145
+ - `` Truncatable ``
142
146
143
147
@Comment {
144
148
The following should be added:
Original file line number Diff line number Diff line change @@ -22,6 +22,8 @@ import Foundation
22
22
/// ```swift
23
23
/// await APIClientService.shared.setLogger(ConsoleDebugger())
24
24
/// ```
25
+ ///
26
+ /// - Note: Learn more about this protocol by reading "<doc:SessionDebuggableArticle>."
25
27
public protocol SessionDebuggable : Sendable {
26
28
27
29
/// Creates a log immediately before an HTTP request is sent.
You can’t perform that action at this time.
0 commit comments