graphsense / graphsense-REST

A REST service for accessing cryptocurrency data stored in Apache Cassandra.
MIT License
10 stars 9 forks source link

Disentangle service and api layer #26

Closed behas closed 4 years ago

behas commented 4 years ago

The service layer should not use any flask functionality (e.g., abort); this should all happen within the API layer