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

Better URL detection at https-http-converter #7

Open
the-infinity opened this issue Sep 6, 2023 · 0 comments
Open

Better URL detection at https-http-converter #7

the-infinity opened this issue Sep 6, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@the-infinity
Copy link
Collaborator

The current converter at
app/converters/gbfs_https_to_http.py would fail if there are GBFS Feeds without .gbfs ending like https://roxy.rideatom.com/gbfs/v2_2/en/gbfs?id=1227 . It might be worth using a regexp instead, on the other hand it makes thinks more complex and the source URLs which get modified on the fly are well defined, so we should do this as soon as the need arises.

@the-infinity the-infinity added the enhancement New feature or request label Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant