This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
Releases: mironal/TwitterAPIKit
Releases · mironal/TwitterAPIKit
Gamay
Pinot Meunier
Verdejo
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
Kosyu
Dolcetto
Chiavennasca
What's Changed
Full Changelog: 0.0.14...0.0.15
Schiava
Carménère
What's Changed
- Test geo v1 by @mironal in #100
- Test search v1 by @mironal in #101
- Test users v1 by @mironal in #102
- Test retweet v1 by @mironal in #103
- Test tweet v1 by @mironal in #104
- not cancel by @mironal in #105
- Test account v1 by @mironal in #106
- Test help app v1 by @mironal in #107
- fix EXC_BAD_INSTRUCTION by @mironal in #108
- Test auth v1 by @mironal in #109
- Test list v1 by @mironal in #110
- Test collection v1 by @mironal in #111
Full Changelog: 0.0.12...0.0.13