Skip to content

Instantly share code, notes, and snippets.

@mironal
mironal / 0_HowToUse.swift
Last active July 26, 2025 12:46
TwitterAPIKit+RxSwift.generated.swift (The RxSwift extension for TwitterAPIKit)
struct TwitterResponse<Data: Decodable>: Decodable {
let data: Data
}
struct Status: Decodable {
let id: String
let text: String
}
let client = TwitterAPIClient(/* auth */)