Module: Itch::URL

Defined in:
lib/itch_client.rb

Constant Summary collapse

DASHBOARD =
"https://itch.io/dashboard"
BUNDLES =
"https://itch.io/dashboard/bundles"
BUNDLE =
"https://itch.io/bundle/%<id>d"
EDIT_GAME =
"https://itch.io/game/edit/%<id>d"
GAME =
"https://%<username>s.itch.io/%<slug>s"
LOGIN =
"https://itch.io/login"
MONTH_PURCHASES_CSV =
"https://itch.io/dashboard/export-purchases/by-date/%<month>d-%<year>d"
PURCHASES_CSV =
"https://itch.io/dashboard/export-purchases/all"
REVIEWS =
"https://itch.io/game/ratings/%<id>d?page=%<page>d"
REWARD_CSV =
"https://itch.io/game/rewards/%<id>d/claimed?format=csv"
REWARDS =
"https://itch.io/game/rewards/%<id>d"
TOTP_FRAGMENT =
"https://itch.io/totp/verify/"
YEAR_PURCHASES_CSV =
"https://itch.io/dashboard/export-purchases/by-date/%<year>d"