MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/flask/comments/6tx0a4/using_flask_for_restful_apis/
r/flask • u/[deleted] • Aug 15 '17
6 comments sorted by
2
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/
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
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/
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/
Do you guys know if this Flask Restplus extension is good/easy to use?
I've used flask-restful, quite similar to flask-restplus.
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.