Skip to content

TwitterAPIData

daneden edited this page Jan 15, 2022 · 2 revisions

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]?
Types
Global Variables
Global Functions
Extensions
Clone this wiki locally