espial-0.0.38: config/routes
/static StaticR Static appStatic
/locales/#Text/*Texts LocalesFileR GET
/favicon.ico FaviconR GET
/robots.txt RobotsR GET
/auth AuthR Auth getAuth
-- notes
!/#UserNameP/notes NotesR GET
!/#UserNameP/notes/add AddNoteViewR GET
!/notes/add AddNoteSlimViewR GET
!/#UserNameP/notes/feed.xml NotesFeedR GET
!/#UserNameP/notes/#NtSlug NoteR GET
!/api/note/add AddNoteR POST
!/api/note/#Int64 DeleteNoteR DELETE
-- user
/ HomeR GET
!/#UserNameP UserR GET
!/#UserNameP/#SharedP UserSharedR GET
!/#UserNameP/#FilterP UserFilterR GET
!/#UserNameP/#TagsP UserTagsR GET
!/#UserNameP/feed.xml UserFeedR GET
!/#UserNameP/#SharedP/feed.xml UserFeedSharedR GET
!/#UserNameP/#FilterP/feed.xml UserFeedFilterR GET
!/#UserNameP/#TagsP/feed.xml UserFeedTagsR GET
-- settings
/Settings AccountSettingsR GET
/api/accountSettings EditAccountSettingsR POST
-- settings/password
/Settings/Password ChangePasswordR GET POST
-- add
/add AddViewR GET
/api/add AddR POST
-- api
/api/lookuptitle LookupTitleR POST
/api/tagSuggestions TagSuggestionsR POST
/api/tagcloud UserTagCloudR POST
/api/tagcloudmode UserTagCloudModeR POST
/api/user/#UserNameP/tagcloud UserPublicTagCloudR POST
-- edit
/api/bm/#Int64 DeleteR DELETE
/api/bm/#Int64/read ReadR PATCH
/api/bm/#Int64/star StarR PATCH
/api/bm/#Int64/unstar UnstarR PATCH
/api/bm/#Int64/archive ArchiveBookmarkR POST
/!api/bm/bulk BmBulkR POST
-- doc
/docs/search DocsSearchR GET