Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Subversion Support #15

Closed
kspearrin opened this issue Apr 4, 2013 · 1 comment
Closed

Subversion Support #15

kspearrin opened this issue Apr 4, 2013 · 1 comment

Comments

@kspearrin
Copy link

Hi,
Is it possible to support subversions?

Example:
/api/v1.2/values => namespace API.Controllers.Version1_2
/api/v1.2.1/values => namespace API.Controllers.Version1_2_1

@Sebazzz
Copy link
Owner

Sebazzz commented Apr 5, 2013

No, currently this is not possible as we use integers for the version number.

In order to support such version numbers as you show, we'd need to make a very breaking change: changing the version number type to Decimal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants