mirror of
https://github.com/metabolist/metatext
synced 2024-12-18 12:28:35 +01:00
12 lines
237 B
Swift
12 lines
237 B
Swift
// Copyright © 2020 Metabolist. All rights reserved.
|
|
|
|
import Foundation
|
|
import MastodonAPI
|
|
import Stubbing
|
|
|
|
extension Paged: Stubbing where T: Stubbing {
|
|
public func data(url: URL) -> Data? {
|
|
endpoint.data(url: url)
|
|
}
|
|
}
|