hackersatbrown / api-morning-mail

2 stars 0 forks source link

Handle versioning #6

Open jonahkagan opened 11 years ago

jonahkagan commented 11 years ago

We need to come up with a design for the entire server that will handle versioning within the url. Restify supports header-based versioning, which isn't what we want. Maybe we can use server-wide middleware to intercept requests and route them based on their version string.