NoahZinsmeister / uniswap-api

25 stars 9 forks source link

JSON responses and errors #14

Closed banteg closed 5 years ago

banteg commented 5 years ago

Wrapped responses in jsonify which sets the correct headers and deals with serialization.

Fixed error todos so the errors now say what's wrong and also return appropriate status codes.

conlan commented 5 years ago

Whoa, very cool @banteg !