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
We need to know which query columns should correspond to each of these fields.
We can accept these as ?_atom_id=xxx&_atom_updated=yyy and so-on - but what do we do if those parameters are missing?
Some of them we can guess (based on naming conventions, primary keys or Datasette's existing label detection mechanism and metadata.json configuration) - but what do we do if we can't guess them?
I'm going to fall back to returning an HTML page (with a invalid parameters 400 HTTP status code) that helps the user select the missing parameters.
The text was updated successfully, but these errors were encountered:
Atom feed entries have some required content.
We need to know which query columns should correspond to each of these fields.
We can accept these as
?_atom_id=xxx&_atom_updated=yyy
and so-on - but what do we do if those parameters are missing?Some of them we can guess (based on naming conventions, primary keys or Datasette's existing label detection mechanism and metadata.json configuration) - but what do we do if we can't guess them?
I'm going to fall back to returning an HTML page (with a invalid parameters 400 HTTP status code) that helps the user select the missing parameters.
The text was updated successfully, but these errors were encountered: