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

Base release version doesn't allow a "specific" version request from the API #204

Open
mattstauffer opened this issue Dec 18, 2023 · 0 comments

Comments

@mattstauffer
Copy link
Member

If I visit this URL:
https://laravelversions.com/api/versions/10.0.1

I get a "specific_version" embed telling me how to proceed if this is my version. Should I patch? etc.

If I visit this URL:
https://laravelversions.com/api/versions/10

I don't get a specific_version embed, because we're just asking for information about this major version.

But! If I visit this URL:

https://laravelversions.com/api/versions/10.0.0

I would expect the "specific_version" embed for 10.0.0. Instead, it just gives me the same major page as 10.

I think this is a mistake?

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

No branches or pull requests

1 participant