mostafa / grest

Build REST APIs with Neo4j and Flask, as quickly as possible!
http://grest.readthedocs.io/
GNU General Public License v3.0
115 stars 11 forks source link

Add versioning support #10

Closed mostafa closed 7 years ago

mostafa commented 7 years ago

We should put version at the base of our framework URLs, like this: api/v1/resource/{id}.json

mostafa commented 7 years ago

Use route_prefix property on your view (that extends GRest) or while registering your view.