You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Core/Core/API/APIRequestable.swift
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -165,6 +165,8 @@ public protocol APIRequestable {
165
165
/// If this parameter is set to true, then we will use a custom percent encoding for every `URLQueryItem` where the `"+"` sign is encoded alongside with the `urlHostAllowed` CharacterSet.
166
166
/// Some APIs expect Date strings with the time zone attached where we need to encode the `+` sign.
167
167
varuseExtendedPercentEncoding:Bool{get}
168
+
/// This will make the API to omit the file verifier parameter when returning course file links in rich content.
0 commit comments