TwitterAPIData - daneden/Twift GitHub Wiki

TwitterAPIData

The response object from the Twitter API containing the requested object(s) in the data property

public struct TwitterAPIData<Resource: Codable>: Codable 

Inheritance

Codable

Properties

data

The requested object(s)

public let data: Resource

errors

Any errors associated with the request

public let errors: [TwitterAPIError]?