// Copyright © 2020 Metabolist. All rights reserved. import Foundation import Mastodon import Stubbing extension Paged: Stubbing where T: Stubbing { public func data(url: URL) -> Data? { endpoint.data(url: url) } }