Skip to content

Commit

Permalink
Regen, release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Jan 8, 2023
1 parent fec50a4 commit c480bf3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 4 deletions.
16 changes: 13 additions & 3 deletions defaultConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"championMastery": {
"getAllChampionMasteries": "/lol/champion-mastery/v4/champion-masteries/by-summoner/%s",
"getChampionMastery": "/lol/champion-mastery/v4/champion-masteries/by-summoner/%s/by-champion/%s",
"getTopChampionMasteries": "/lol/champion-mastery/v4/champion-masteries/by-summoner/%s/top",
"getChampionMasteryScore": "/lol/champion-mastery/v4/scores/by-summoner/%s"
},
"champion": {
Expand All @@ -62,6 +63,14 @@
"getLeagueById": "/lol/league/v4/leagues/%s",
"getMasterLeague": "/lol/league/v4/masterleagues/by-queue/%s"
},
"lolChallenges": {
"getAllChallengeConfigs": "/lol/challenges/v1/challenges/config",
"getAllChallengePercentiles": "/lol/challenges/v1/challenges/percentiles",
"getChallengeConfigs": "/lol/challenges/v1/challenges/%s/config",
"getChallengeLeaderboards": "/lol/challenges/v1/challenges/%s/leaderboards/by-level/%s",
"getChallengePercentiles": "/lol/challenges/v1/challenges/%s/percentiles",
"getPlayerData": "/lol/challenges/v1/player-data/%s"
},
"lolStatus": {
"getPlatformData": "/lol/status/v4/platform-data"
},
Expand Down Expand Up @@ -92,6 +101,7 @@
"getFeaturedGames": "/lol/spectator/v4/featured-games"
},
"summoner": {
"getByRSOPUUID": "/fulfillment/v1/summoners/by-puuid/%s",
"getByAccountId": "/lol/summoner/v4/summoners/by-account/%s",
"getBySummonerName": "/lol/summoner/v4/summoners/by-name/%s",
"getByPUUID": "/lol/summoner/v4/summoners/by-puuid/%s",
Expand All @@ -111,16 +121,16 @@
"getMatchIdsByPUUID": "/tft/match/v1/matches/by-puuid/%s/ids",
"getMatch": "/tft/match/v1/matches/%s"
},
"tftStatus": {
"getPlatformData": "/tft/status/v1/platform-data"
},
"tftSummoner": {
"getByAccountId": "/tft/summoner/v1/summoners/by-account/%s",
"getBySummonerName": "/tft/summoner/v1/summoners/by-name/%s",
"getByPUUID": "/tft/summoner/v1/summoners/by-puuid/%s",
"getByAccessToken": "/tft/summoner/v1/summoners/me",
"getBySummonerId": "/tft/summoner/v1/summoners/%s"
},
"thirdPartyCode": {
"getThirdPartyCodeBySummonerId": "/lol/platform/v4/third-party-code/by-summoner/%s"
},
"valContent": {
"getContent": "/val/content/v1/contents"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "teemojs",
"version": "1.8.0",
"version": "1.9.0",
"description": "A Fast & Lightweight Riot API Wrapper",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit c480bf3

Please sign in to comment.