Module: Lexicorn::UrlBuilder
- Defined in:
- lib/lexicorn/url_builder.rb
Constant Summary collapse
- BASE =
'https://www.dictionaryapi.com/api/v3/references/collegiate/json/'
Class Method Summary collapse
Class Method Details
.build(word:, api_key:) ⇒ Object
12 13 14 |
# File 'lib/lexicorn/url_builder.rb', line 12 def build(word:, api_key:) "#{BASE}#{word}?key=#{api_key}" end |