We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
POST a /v1/productos
este es el schema con el que estamos trabajando:
CREATE TABLE `Productos` ( `id` int(11) NOT NULL AUTO_INCREMENT, `nombre` varchar(100) DEFAULT NULL, `detalle` varchar(100) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
Hay que basarse en este file: https://github.com/Skycatch/acopio-api/blob/develop/lib/plugins/acopios/post.js
The text was updated successfully, but these errors were encountered:
No branches or pull requests
POST a /v1/productos
este es el schema con el que estamos trabajando:
Hay que basarse en este file: https://github.com/Skycatch/acopio-api/blob/develop/lib/plugins/acopios/post.js
The text was updated successfully, but these errors were encountered: