drkane / datasette-reconcile

Adds a reconciliation API endpoint to Datasette, based on the Reconciliation Service API specification.
MIT License
22 stars 6 forks source link

Clarify URL pattern to use #1

Closed drkane closed 3 years ago

drkane commented 3 years ago

Currently uses /<database>/<table>/reconcile - but this could conflict in the case when a table has a row with id "reconcile".

drkane commented 3 years ago

Changed to /<database>/<table>/-/reconcile in 24b8c8e

drkane commented 3 years ago

https://twitter.com/simonw/status/1320719259798958083