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

Multiple auto-discovery feeds in website header #256

Closed
petoc opened this issue Aug 3, 2020 · 2 comments
Closed

Multiple auto-discovery feeds in website header #256

petoc opened this issue Aug 3, 2020 · 2 comments

Comments

@petoc
Copy link
Contributor

petoc commented Aug 3, 2020

It is not mentioned in docs, but I believe it should be valid to include multiple auto-discovery feeds in head section of website. Similar to allowed multiple RSS feeds. For example, when operator have multiple separate feeds for different cities but only single website.

...
<link rel="gbfs" type="application/json" href="https://www.example.com/data/system_aa/gbfs.json" />
<link rel="gbfs" type="application/json" href="https://www.example.com/data/system_bb/gbfs.json" />
<link rel="gbfs" type="application/json" href="https://www.example.com/data/system_cc/gbfs.json" />
...

Probably most producers prefer to include one aggregated feed in such case, or no link at all.

@petoc
Copy link
Contributor Author

petoc commented Aug 13, 2020

It probably did not sound like a question, but if possible, I would like to hear some opinions from someone with experience.

@mplsmitch
Copy link
Collaborator

@petoc agree this is appropriate - I've added it to the documentation in the Best Practices pr #271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants