tenor_dart 0.0.4
tenor_dart: ^0.0.4 copied to clipboard
A client for interacting with the Tenor API directly in Dart. Supports all the major endpoints such as featured (trending), search, categories, etc.
0.0.4 #
- chore: Revert some dev dependencies so that they run on 2.17.0
- feat: Added
sourceparameter toTenorResultas a way to help analytics.
0.0.3 #
- chore: Upgrade dependencies
- feat: Added
copyWithmethod toTenorResult.
0.0.2 #
- chore: write tests
- refactor: Created
TenorHttpClientso testing can be achieved.getGifsis nowTenorHttpClient().getGifs(...)serverRequestis nowTenorHttpClient().request(...)
0.0.1 #
- Initial version