nteract / bookstore

📚 Notebook storage and publishing workflows for the masses
https://bookstore.readthedocs.io
BSD 3-Clause "New" or "Revised" License
202 stars 23 forks source link

Refactor handler & introduce /bookstore/clone endpoint #109

Closed mpacer closed 5 years ago

mpacer commented 5 years ago

Based on comments with @rgbkrk in #105 and #103 it became clear that we need to refactor the Clone handler into an APIHandler and an HTML, user-facing IPythonHandler.

This would create a new route at /bookstore/clone.

@rgbkrk @willingc