Module: ComerDeTapas
- Defined in:
- lib/comer_de_tapas.rb,
lib/comer_de_tapas/cli.rb,
lib/comer_de_tapas/client.rb,
lib/comer_de_tapas/fetcher.rb,
lib/comer_de_tapas/version.rb,
lib/comer_de_tapas/constants.rb,
lib/comer_de_tapas/subscription.rb
Defined Under Namespace
Classes: CLI, Client, Fetcher, Subscription
Constant Summary collapse
- VERSION =
"0.1.0"- BASE_URL =
'https://rubytapas.dpdcart.com'- DOWNLOAD_URL =
BASE_URL + '/subscriber/download'
- LOGIN_URL =
BASE_URL + '/subscriber/login'
- FEED_URL =
BASE_URL + '/feed'
- RUBYTAPAS_DIR =
Pathname.new(ENV['HOME']).join('.rubytapas')
- EPISODES_JSON_FILE =
RUBYTAPAS_DIR.join('episodes.json')
- CREDENTIAL_FILE =
RUBYTAPAS_DIR.join('.credentials')