class AlchemyAPI::Client

Constants

COMMON_FUNCTIONS

Functions that can use Text, HTML, or URL

HTML_FUNCTIONS
TEXT_FUNCTIONS
URL_FUNCTIONS
WEB_ONLY_FUNCTIONS

Public Class Methods

new(api_key) click to toggle source
# File lib/alchemy-api.rb, line 35
def initialize(api_key)
  @default_options = { apikey: api_key, outputMode: 'json' }
end