-
-
When getting a league's standings table, the current code only sort's it by wins and points for, regardless of what the actual tiebreaker is for a league:
https://github.com/DesiPilla/espn-api-v3/blo…
-
when calling **db.NamedQuery** with update/delete statement, e.g.:
query := `INSERT INTO dummy_table(league_id, subscriber_id, messaging_type)
VALUES (:league_id, :subscriber_id, :messaging…
-
Do you have any Ideas, why i get this error?
```shell
> pre-autoload-dump: Vaimo\ComposerPatches\Plugin->postInstall
Processing patches configuration
- Removing league/fractal (0.19.2)
Execut…
-
This is a tracking issue for `LeagueClient` methods that implement access and fetching of data from Riot LoL API endpoints.
### Steps
- [x] Champion-Mastery-v4
- [x] Champion-v3
- [x] League-Exp…
-
As was announced today in following post https://www.riotgames.com/en/news/summoner-name-riot-ID League is shifting away from summonerNames.
Does this mean that all apps that have access to League e…
-
### Sport
Football
### Summary
Unable to get the projected score of the final week - it shows the projected scores to equal the final scores.
### Logs/Data
````
>>> from espn_api.football import…
-
I just found this library, and it's great. It's saving me a ton of work. As I'm using it, there are two features I want:
1. Response caching
2. Cookie storage
Since pymfl uses [requests](https:…
-
Given this schema:
```
type Club {
_id: Long!
id: String!
image: String
name: String!
in_league: League @relation(name: "IN_LEAGUE", direction: "OUT")
transfers_from_club: …
-
### Sport
Football
### Summary
Starting somewhere after NFL week 6 or 7, I get a JSONDecodeError all the time, right after invoking 'League':
```
>>> from espn_api.football import League
>>> l…