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

implement ean-search.org API lookup #211

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

eansearch
Copy link

I have implemented automated lookup for scanned product barcodes on ean-search.org.

@@ -513,6 +520,23 @@ public Q_SLOTS:
&SettingsButton::button_clicked);
}

// ean-search.org API lookup
QLabel * token_label = new QLabel(tr("ean-search.org API token:"));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think it's a good idea to require users to create/register API tokens to use a simple feature like this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All lookup APIs that I know need some form of authentication.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

http://www.brocade.io/documentation doesn't seem to require an API key

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried brocade.io but it seems they don't find many products. It would be best to add all information providers to choose from.

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

Successfully merging this pull request may close these issues.

None yet

4 participants