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