Lucas Hardt

Results 59 issues of Lucas Hardt

Add support for proxies. This can be done by simply adding `proxy` and `proxy_auth` to `BaseClient` similar to discord.py that get's passed on every request. Unfortunately aioxmpp seems to be...

POST `https://coderedemption-public-service-prod.ol.epicgames.com/coderedemption/api/shared/accounts/:accountID/redeem/:code/evaluate` result looks like ```json { "code": "**CODE**", "namespace": "fn", "creator": "b00872566c594e0da274fcb2a66e8588", "dateCreated": "2022-04-01T17:09:50.272Z", "startDate": "2022-06-01T00:00:00.000Z", "endDate": "2023-12-31T23:59:00.000Z", "allowedUsers": [], "allowedCountries": [], "allowedClients": [], "distributionMetadata": {}, "allowedDistributionClients": [], "codeType":...

There are some cases when players neither got a EpicGames name nor an external auth name. (eg. for `darkxdrift1242`) This causes a problem with `str(user)`: `TypeError: __str__ returned non-string (type...

Currently accessing friends is only possible when using Client. BasicClient doesn't provide methods to manually fetch friend related information. (Friends, Incoming, Outgoing, Blocked) Also adding suggested friends might be a...

News have been changed: - BR news got a whole new endpoint - Creative news have been abended and moved into BR news `https://fortnitecontent-website-prod07.ol.epicgames.com/content/api/pages/fortnite-game` is just used for stw news...

The current `payment_website_search_sac_by_slug` is deprecated and now requires a post with auth cookies. While being at it, https://affiliate-public-service-prod.ol.epicgames.com/affiliate/api/public/affiliates/slug/:slug could be added

Since the initial release, the `Store` object including all related are kinda outdated. This needs some updates including: - More pricing information - dynamicBundleInfo is completely ignored - Info related...

**Describe the bug** TypeError: `dumps_kwargs` keyword arguments are no longer supported. **To Reproduce** ```python MyDocument().json() ``` **Expected behavior** I get a json of my object **Additional context** Add any other...

Stale

### Type of feature request API functionality ### Description of the feature you're suggesting Currently mentioning an app command is pain with plain discord.py. You would need to fetch all...

Status: In Progress
Type: Feature
High Priority
Complex Issue

### Summary Add unicode language identifiers to Locale ### What is the feature request for? The core library ### The Problem For some applications the language ID is required e.g....

feature request