You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of 3.0-RC, the GBFS spec merely defines the url field as "URL for the feed […]". It does not limit the field to absolute URLs, so my interpretation is that relative URLs (e.g. system_information.json, ./system_information.json or ../foo/system_information.json) should be valid.
We’ve interpreted the spec to require absolute URLs and don’t support relative URLs in our consumer code. We’re also not aware of any producer publishing relative URLs.
As of 3.0-RC, the GBFS spec merely defines the
url
field as "URL for the feed […]". It does not limit the field to absolute URLs, so my interpretation is that relative URLs (e.g.system_information.json
,./system_information.json
or../foo/system_information.json
) should be valid.I have also asked in the GBFS repo to clarify this: MobilityData/gbfs#189 (comment)
With the example above, Lamassu currently seems to fail fetching the feed with the following log message:
The text was updated successfully, but these errors were encountered: