+ {{ $t('general.contributor listing.contributor since', {0: formatDate(contributor.registeredAt), 1: contributor.stats.contributionCount}) }} +
+ {{ $t('general.contributor listing.contributor last contributed', {0: formatDate(contributor.stats.lastContributedAt)}) }} ++ OverwatchArcade.today allows people to see today's Overwatch arcade + gamemodes without having to start up the game. With it's open API it + allows developers to create their own implementation of + OverwatchArcade.today (Discord bots, + CLI apps, etc). +
++ Special thanks to + N3tman for helping + me out with + OWLib and + contributing on OverwatchArcade v1 +
++ At last but probably the most important, + KVKH for starting + this idea on Twitter and thanks to all the + contributors for making this all + possible. +
+Title | +List all contributors | +
URL | +/api/v1/contributor | +
Method | +GET | +
Notes | +- | +
Title | +List contributor | +
URL | +/api/v1/contributor/:username | +
Method | +GET | +
Notes | ++ - + | +
+ Featuring Today's arcade and available gamemodes +
++ View contributor data +
+Title | +Today's Arcade | +
URL | +/api/v1/overwatch/today | +
Method | +GET | +
Notes | ++ There is a is_today property to determine if it's today's + arcade. + | +
Title | +Overwatch 2 today's arcade | +
URL | +/api/v1/overwatch2/today | +
Method | +GET | +
Notes | ++ There is a is_today property to determine if it's today's + arcade. + | +
Title | +List all arcade modes | +
URL | ++ /api/v1/overwatch2/arcademodes + | +
Method | +GET | +
Notes | +- | +
+ {{ $t('general.profile.member since', {0: formatDate(contributor.registeredAt)}) }} +
++ You are about to delete today's daily update. Are you sure? +
+ ++ Member since {{ formatDate($auth.user.registeredAt) }} +
+