View Source Wordnik.Word.ScrabbleScore (Wordnik v1.0.0)
scrabble_score information about requested word
Link to this section Summary
Types
parsed JSON response to get_scrabble_score/1
query
Functions
get scrabble_score for requested word
Link to this section Types
@type scrabble_score() :: integer()
parsed JSON response to get_scrabble_score/1
query
Link to this section Functions
@spec get_scrabble_score(String.t()) :: {:error, String.t()} | {:ok, scrabble_score()}
get scrabble_score for requested word
example
Example
iex> get_scrabble_score("verbose")
response
Response
t:Word.ScrabbleScore.scrabble_score/0