As we've covered a few unique features in the previous section, here are some other noteworthy features of Flask-RESTful:
- API: This is the main entry point for the restful API, which we'll initialize with the Flask application.
- ReqParse: This enables us to add and parse multiple arguments in the context of the single request.
- Input: A useful functionality, it parses the input string and returns true or false depending on the Input. If the input is from the JSON body, the type is already native Boolean and passed through without further parsing.