Closed Roznoshchik closed 1 year ago
For some of the planned features for lurnby, including offline support and native mobile apps, it's important to first separate the data from the application to allow for multiple clients. This is a sketch of the api
/user
/user/<id>
/user/<id>/email
/user/<id>/senders
/user/<id>/export
/user/<id>/preferences
/authorize
/refresh
/article
/article/<id>
/article/<id>/notes
/article/<id>/highlights
/article/<id>/export
/highlight
/highlight/export
/highlight/<id>
/highlight/review
/tag
/tag/<id>
For some of the planned features for lurnby, including offline support and native mobile apps, it's important to first separate the data from the application to allow for multiple clients. This is a sketch of the api
User
/user
/user/<id>
/user/<id>/email
/user/<id>/senders
/user/<id>/senders
/user/<id>/export
/user/<id>/preferences
/user/<id>/preferences
/user/<id>
/user/<id>
Auth
/authorize
/refresh
Articles
/article
/article
/article/<id>
/article/<id>
/article/<id>
/article/<id>/notes
/article/<id>/notes
/article/<id>/highlights
/article/<id>/export
Highlights
/highlight
/highlight/export
/highlight
/highlight/<id>
/highlight/<id>
/highlight/<id>
/highlight/review
Tags
/tag
/tag
/tag/<id>
/tag/<id>
/tag/<id>