OriginProtocol / origin-bridge

We've moved to a monorepo: https://github.com/OriginProtocol/origin/tree/master/infra/bridge
MIT License
15 stars 7 forks source link

Remove apilib and switch to a publicly maintained REST framework #21

Closed Gzing closed 6 years ago

joshfraser commented 6 years ago

Sounds like we have consensus around using https://github.com/jfinkels/flask-restless.

tyleryasaka commented 6 years ago

So, from what I can tell, Flask Restless is for automatically generating API endpoints around database models. That won't be sufficient for our attestation endpoints. For creating our own custom endpoints, I think we should use flask-restful.

EDIT: Stackoverflow seems to agree with me. https://stackoverflow.com/a/37784259

tyleryasaka commented 6 years ago

Finished by https://github.com/OriginProtocol/bridge-server/pull/28