All notable changes to tweetkit will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added the ability to add OAuth tokens when setting up the client instance. Credit to @rofreg
- Added OAuth as an option to authenticate requests. Credit to @rofreg
- Added the
post_tweetmethod to post tweets via OAuth. Credit to @rofreg - Added the
delete_tweetmethod to delete tweets via OAuth. Credit to @rofreg - Added tests for the
Tweetsmodule. - Added tests for the
Searchmodule. - Added tests for search building and cleaning in the
Conjunctionsclass.
- Updated client responses to return a
Tweetkit::Responseobject. TheTweetkit::Responseobject contains aTweetsobject that is made up ofTweetobjects that contain the data for each respective tweet.FieldsandExpansionsobjects are also available depending on the fields and expansions made in the request. - Moved search building and cleaning logic to the
Conjunctionsclass. - Fixed wrong config key names when setting up the client. Credit to @dewey
- No changes