Skip to content

Commit 307a99d

Browse files
committed
[Update] Make the Data follow the APIParameterConvertible protocol
1 parent 52197b8 commit 307a99d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Sources/Core/RequestInfo/APIParameterConvertible.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@ extension Double: APIParameterConvertible { }
4141

4242
extension Bool: APIParameterConvertible { }
4343

44+
// MARK: - Data
45+
46+
extension Data: APIParameterConvertible { }
47+
4448
// MARK: - Array
4549

4650
extension Array: APIParameterConvertible {

0 commit comments

Comments
 (0)