Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Python

Anthony Kimberly
Anthony Kimberly
11,049 Points

Is reqparse going away? What is the current recommended method for this work?

I've been banging my head against the wall to learn how this works only to stumble across the Flask RESTful docs telling that reqparse is going away:

Warning:

The whole request parser part of Flask-RESTful is slated for removal and will be replaced by documentation on how to integrate with other packages that do the input/output stuff better (such as marshmallow).

Can we get an updated video? I'd hate to learn something old when I'm just trying to get started.

Docs here: [https://flask-restful.readthedocs.io/en/latest/reqparse.html]