문제

37signals is a web app company. Some of their applications:

basecamp, to manage projects
highrise, to manage contacts
backpack, like a wiki

they use different domains for each application (basecamphq.com, highrisehq.com, etc)

in basecamp, this is the address of a particular comment for a post in a project of my company (acme) https://acme.basecamphq.com/projects/431678/posts/2964581/comments#5854236

if 37signals had chosen to host all the applications under their domain using folders (eg 37signals.com/basecamp/..., how would you design the paths RESTfully?

도움이 되었습니까?

해결책

Um, how about something like

 http://www.37signals.com/[PRODUCTNAME]/projects/431678/posts/2964581/comments#5854236

Not quite sure what you're asking, really.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top