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

Integração com a API plugg.to #63

Open
reginaldojunior opened this issue Apr 20, 2016 · 1 comment
Open

Integração com a API plugg.to #63

reginaldojunior opened this issue Apr 20, 2016 · 1 comment

Comments

@reginaldojunior
Copy link
Member

API cria uma ponte para facilitar a venda em marketplaces.

Documentação:

SDK:

@reginaldojunior
Copy link
Member Author

CREATE TABLE winners.pluggto_configuracoes (
id INT NOT NULL AUTO_INCREMENT,
client_id VARCHAR(100) NULL,
client_secret VARCHAR(100) NULL,
api_user VARCHAR(100) NULL,
api_secret VARCHAR(100) NULL,
plugg_id INT NULL,
usuario_id INT NULL,
PRIMARY KEY (id),
INDEX fk_pluggto_configuracoes_1_idx (usuario_id ASC),
CONSTRAINT fk_pluggto_configuracoes_1
FOREIGN KEY (usuario_id)
REFERENCES winners.usuarios (id)
ON DELETE NO ACTION
ON UPDATE NO ACTION);

reginaldojunior added a commit that referenced this issue Oct 8, 2016
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