meetling icon indicating copy to clipboard operation
meetling copied to clipboard

Enhance API URLs

Open noyainrain opened this issue 10 years ago • 2 comments

Make API URLs nicer by removing the object type, e.g.:

/api/meetings/Meeting:abcdef -> /api/meetings/abcdef

noyainrain avatar Nov 25 '15 15:11 noyainrain

ID conversion example:

id = 'Meeting:' + url_id
url_id = id.split(':')[1]

noyainrain avatar Nov 25 '15 15:11 noyainrain

Clarified that the issue relates to API URLs, as UI URLs are prettified in #66 .

noyainrain avatar Aug 10 '17 12:08 noyainrain