Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Arneis

Compare
Choose a tag to compare
@mironal mironal released this 03 Jul 14:31
· 51 commits to main since this release
89308a3

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