Rubén Corral ruben
  • Spain
  • Joined on 2022-05-05
ruben closed issue ruben/riot-clojure#3 2026-02-24 00:39:47 +01:00
Don't try to get data if there are no valid API Key
ruben commented on issue ruben/riot-clojure#3 2026-02-24 00:39:36 +01:00
Don't try to get data if there are no valid API Key

Ignores a game when no PUUID has been obtained. This makes flags --no-lol and --no-tft not necessary if we don't have a valid API key.

ruben pushed to 2.1 at ruben/riot-clojure 2026-02-24 00:36:08 +01:00
702a90e864 #3 show http error for playing cmd
ruben pushed to 2.1 at ruben/riot-clojure 2026-02-24 00:29:17 +01:00
c8ce6fea5a #3 check if there is a valid key before get matches
ruben pushed to 2.1 at ruben/riot-clojure 2026-02-24 00:19:36 +01:00
ruben created branch 2.1 in ruben/riot-clojure 2026-02-24 00:19:36 +01:00
ruben released Version 2.0.1 at ruben/riot-clojure 2026-02-24 00:18:16 +01:00
ruben pushed tag v2.0.1 to ruben/riot-clojure 2026-02-24 00:18:16 +01:00
ruben deleted branch 2.0.1 from ruben/riot-clojure 2026-02-24 00:10:31 +01:00
ruben pushed to main at ruben/riot-clojure 2026-02-24 00:10:30 +01:00
e85bc24e38 Merge pull request '#9 post filter dates' (#10) from 2.0.1 into main
94ae848e52 #9 post filter dates
Compare 2 commits »
ruben merged pull request ruben/riot-clojure#10 2026-02-24 00:10:29 +01:00
#9 post filter dates
ruben created pull request ruben/riot-clojure#10 2026-02-24 00:09:58 +01:00
#9 post filter dates
ruben pushed to 2.0.1 at ruben/riot-clojure 2026-02-24 00:07:13 +01:00
ruben created branch 2.0.1 in ruben/riot-clojure 2026-02-24 00:07:13 +01:00
ruben closed issue ruben/riot-clojure#9 2026-02-24 00:03:43 +01:00
Get matches ignores from date
ruben reopened issue ruben/riot-clojure#9 2026-02-24 00:03:26 +01:00
Get matches ignores from date
ruben closed issue ruben/riot-clojure#9 2026-02-24 00:02:51 +01:00
Get matches ignores from date
ruben commented on issue ruben/riot-clojure#9 2026-02-24 00:02:50 +01:00
Get matches ignores from date

Added a filter that ignores matches before the start date or after until date. The problem is that the matches data must be obtained and then filtered, consuming a lot of api usage.

ruben pushed to dev at ruben/riot-clojure 2026-02-24 00:00:40 +01:00
94ae848e52 #9 post filter dates
ruben commented on issue ruben/riot-clojure#9 2026-02-19 11:33:33 +01:00
Get matches ignores from date

There is a bug in the Riot API: https://github.com/RiotGames/developer-relations/issues/661

I must look for a temporal mitigation, like filtering in the app. The API usage can be higher than usual.