Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken bulk trade URLs for specific items #16

Merged
merged 1 commit into from
Oct 29, 2023

Conversation

flbraun
Copy link
Owner

@flbraun flbraun commented Oct 29, 2023

In the item exchange, items aren't identified by their human-readable name but a special tokenized version. Most of the time this is just the slugified name, but for some items it's completely different. Implement a mapping that handles these special cases.

Fixes #2

@flbraun flbraun added the bug Something isn't working label Oct 29, 2023
In the item exchange, items aren't identified by their human-readable name but a special tokenized version.
Most of the time this is just the slugified name, but for some items it's completely different.
Implement a mapping that handles these special cases.

Fixes #2
@flbraun flbraun merged commit d490ace into master Oct 29, 2023
2 checks passed
@flbraun flbraun deleted the data-bulk-trade-tokens branch October 29, 2023 18:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trade URL for currency items results in error
1 participant