This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Arneis
This release contains Breaking Change
Replace the TwitterAPIKit instance with TwitterAPIClient.
let client = TwitterAPIKit(/* auth */)
→ let client = TwitterAPIClient(/* auth */)
What's Changed
- [Breaking change] Rename TwitterAPIKit to TwitterAPIClient by @mironal in #125
- Remove the API protocol and make it a class instead. by @mironal in #127
Full Changelog: 0.1.1...0.2.0