delta-incubator / delta-sharing-rs

A Minimalistic Rust Implementation of Delta Sharing Server.
MIT License
77 stars 8 forks source link

Seperate protocol routes from admin routes #30

Open tdikland opened 5 months ago

tdikland commented 5 months ago

Currently the admin routes and protocol routes (also known as the guest routes) are coupled. Separating them would allow people to implement their own admin routes, while still depending on a sound implementation of the open Delta Sharing protocol.

roeap commented 5 months ago

take