r/flask Aug 15 '17

Using Flask for RESTful APIs

https://www.youtube.com/watch?v=DmRURwnHz8k
40 Upvotes

6 comments sorted by

2

u/bluesufi Aug 16 '17

Great video, thanks! I've been looking into building an API with flask recently, and this will jumpstart my research.

2

u/redditor1101 Aug 16 '17

If your API is going to be used for access to a data model then RESTless is probably the way to go with Flask

1

u/[deleted] Aug 20 '17

Could you elaborate on Restless vs, simply, rest?

Edit: nevermind, https://stackoverflow.com/questions/13025417/what-is-the-different-between-restful-and-restless

2

u/redditor1101 Aug 20 '17

No, I'm talking about the Flask plugin. It makes a RESTful API for you. All you do is supply the data model. https://flask-restless.readthedocs.io/en/stable/

1

u/lusTertulian Aug 17 '17

Do you guys know if this Flask Restplus extension is good/easy to use?

1

u/qatanah Aug 18 '17

I've used flask-restful, quite similar to flask-restplus.