meetling
meetling copied to clipboard
Enhance API URLs
Make API URLs nicer by removing the object type, e.g.:
/api/meetings/Meeting:abcdef -> /api/meetings/abcdef
ID conversion example:
id = 'Meeting:' + url_id
url_id = id.split(':')[1]
Clarified that the issue relates to API URLs, as UI URLs are prettified in #66 .