Urls in restful webservices
问题 I have read this ebook and I've read that you should try to limit yourself to two base URLs. So if you have a quiz resouce you would have /quizes and /quizes/{id} . Then you use the HTTP verbs for actions. However how would you get a quiz from the server which is dynamically made with random questions when you try to follow this pattern? I thougth of /quizes?type=random , but let say you want the type attribute to be optional defaulting to random and you already use the /quizes path for