cornice Questions
2
I am working on a REST API for a web service using Pyramid and Cornice; data on the server side is handled using SQLAlchemy and MySQL. The web server is nginx using uwsgi, and it's configured to ru...
Hygienic asked 26/11, 2015 at 9:24
6
$http({method: 'POST', url: 'http://localhost:5001/products', data: {token: $scope.product.token}}).success(
function () {
alert('success');
}
);
In the pyramid side, request.POST show that NO...
2
Solved
I have read through the documentation many times over and search all over for the answer to this question but have come up short. Specifically I've looked at Defining the service and the Cornice AP...
Cnut asked 15/1, 2014 at 20:51
1
© 2022 - 2024 — McMap. All rights reserved.