Skip to content

Conversation

@raulcabreramiranda
Copy link

@raulcabreramiranda raulcabreramiranda commented Sep 3, 2017

Raul Cabrera Miranda

API REST
/**** composer install ****/

/* Login */
POST '/login' {
email: 'user1@gmail.com',
password: 'user1',
}

/* Get All Products */
GET '/product' {
}

/* Get Product */
GET '/product/{product_id}' {
}

/* Add Product /
POST '/product' {
title: '',
cantidade: '
',
description: '~',
}
/
Delete Product */

PUT '/product/{product_id}' {
title: '',
cantidade: '
',
description: '~',
}

/* Delete Product */
DELETE '/product/{product_id}' {
}

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.

1 participant