-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
Why are we still referencing v0 ? #927
Comments
github-project-automation
bot
moved this to To do
in Dart package - Support for new APIs and issues
May 14, 2024
Because String getPath(final String barcode) {
if (version == 0) {
return '/api/v0/product/$barcode.json';
}
return '/api/v$version/product/$barcode/';
}
We can change that by removing |
We can upgrade to v2 if all the tests still pass |
github-project-automation
bot
moved this from Todo
to Done
in 🧃🛠️ Open Food Facts SDK tracking
Jun 7, 2024
github-project-automation
bot
moved this from To do
to Done
in Dart package - Support for new APIs and issues
Jun 7, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
The text was updated successfully, but these errors were encountered: