Closed MMcCormick closed 9 years ago
I added namespaces so that we can have different versions of the API if necessary. Currently we can just do all API-related stuff in the namespace /api/v0. Using Rspec and Factory Girl for testing. Let me know if you have thoughts!
/api/v0
Thanks @MMcCormick, I tweaked the specs a little bit and merged :)
👍🏻
Good work, much less brittle that way. I want to change the api structure a bit to be more object oriented in v1.
I added namespaces so that we can have different versions of the API if necessary. Currently we can just do all API-related stuff in the namespace
/api/v0
. Using Rspec and Factory Girl for testing. Let me know if you have thoughts!