Sha256: b8156f5790d048837bc461c92f67d518a82945fa5ada6edc4dd7f5a923f14bc2

Contents?: true

Size: 398 Bytes

Versions: 1

Compression:

Stored size: 398 Bytes

Contents

# encoding: utf-8
module Ayadn
  class Settings
    CLIENT_ID = "hFsCGArAjgJkYBHTHbZnUvzTmL4vaLHL"
  end
  class TvShow
    TVDB_API_KEY = 'E874ACBC542CAA53'
  end
  class Endpoints
    CALLBACK_URL = "http://aya.io/ayadn/auth.html"
  end
  class NowPlaying
    AFFILIATE_SUFFIX = "&at=1l3vtb8&ct=ayadn"
    DEEZER_APP_ID = "150971"
    DEEZER_AUTH_URL = "http://aya.io/ayadn/deezer.html"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ayadn-3.0 lib/ayadn/ids.rb