class Fontist::Import::Google::Api
Public Class Methods
Source
# File lib/fontist/import/google/api.rb, line 18 def api_key Fontist.google_fonts_key end
Source
# File lib/fontist/import/google/api.rb, line 10 def db @db ||= JSON.parse(Net::HTTP.get(URI(url))) end
Source
# File lib/fontist/import/google/api.rb, line 14 def url "https://www.googleapis.com/webfonts/v1/webfonts?key=#{api_key}" end