Riftbound is Riot Games latest TCG. Riot Game recently published their digital tools policy to officially create 3rd party APPs.
Points relevent to BGA:
I have read in the faq that games can disable Arena and also turn off player-facing ranking. Would that be possible for this APP?
Point 2
Would the programming environment allow for images to be loaded using Riot's API.
Example of using Riot's API
The default developer account does not have authentication to the riftbound api - need to apply for that but we can see there is a field from the general contents that includes a string (which I believe will be a URL to get the image file (image format is unknown)
Point 3
I see there are multiple ways to login to board game arena. Is it possible to add Riot's Single Signon for just this APP or would it need to be a site wide integration? If it is a site wide integration, is that possible?
Riot's Single Signon
Points relevent to BGA:
- App must NOT have skill-based match making or player-facing rank
- App must use official riftbound assets (via Riot's API)
- App must allow Riot RSO (Single Sign-on)
I have read in the faq that games can disable Arena and also turn off player-facing ranking. Would that be possible for this APP?
Point 2
Would the programming environment allow for images to be loaded using Riot's API.
Example of using Riot's API
Code: Select all
API_KEY='YOUR API KEY'
ENDPOINT='lol/platform/v3/champion-rotations'
URL="${BASE_URL}/${endpoint}?api_key=${API_KEY}"
curl $URL
OUTPUT (JSON)
{"freeChampionIds":[2,4,9,13,14,28,30,34,43,56,81,98,110,111,203,235,429,526,799,910],"freeChampionIdsForNewPlayers":[17,18,33,37,51,54,80,82,89,91,112,113,115,131,134,145,222,254,350,875],"maxNewPlayerLevel":0}
Code: Select all
CardArtDTO
thumbnailURL
fullURL
artist
I see there are multiple ways to login to board game arena. Is it possible to add Riot's Single Signon for just this APP or would it need to be a site wide integration? If it is a site wide integration, is that possible?
Riot's Single Signon