wordnik 0.4.0 copy "wordnik: ^0.4.0" to clipboard
wordnik: ^0.4.0 copied to clipboard

outdatedDart 1 only

An API client library for working with the Wordnik API in Dart.

v0.4.0 - 2018-07-25 #

  • Completed documentation for API calls
  • API calls that used CSV strings were changed to use List<String>
  • Multiple other API call parameters have been modified to work in a more sensible way
  • Renamed ApiTokenStatus to ApiKeyStatus
  • Added enums for use in the API calls that require them

v0.3.3 - 2018-07-15 #

  • Added an ApiException which is now thrown when the API returns an error
  • Modified deleteWordsFromWordList() and addWordsToWordList() to take List<String> instead of List<StringValue>
  • StringValue is no longer exposed as it is now only used internally
  • Completed documentation for account, wordList, and wordLists APIs
  • Added more tests
  • Added dependency for http_status for internal use
  • Major internal refactoring and reorganization for readability/maintainability (doesn't affect public-facing API)

v0.3.2 - 2018-07-14 #

v0.3.1 - 2018-07-11 #

  • Fixed return type for getEtymologies()
  • Fixed some parameter encoding issues
  • Completed examples for all API calls
  • Documentation work continues

v0.3.0 - 2018-07-10 #

  • Implemented the remaining word API calls
  • Added example package (incomplete)
  • Minor internal API adjustments

v0.2.0 - 2018-07-10 #

  • Implemented all wordList API calls
  • Implemented getDefinitions from word API
  • Tweaked JSON serialization options for less cluttered output
  • Removed default values, for now
  • Cleaned up internal API structure

v0.1.0 - 2018-07-06 #

  • Initial Pub release
  • Implemented all account, wordLists, and words API calls
  • Converted all models to use json_serializable

v0.0.1 - 2018-07-03 #

  • Initial commit.
0
likes
40
pub points
0%
popularity

Publisher

verified publisherherohtar.com

An API client library for working with the Wordnik API in Dart.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

http, http_status, intl, json_annotation

More

Packages that depend on wordnik