Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Restful API Python Flask Postman
#2
You should really post the complete traceback, as it gives important information about the error (i.e. which line it occurs on). In any case, the problem is self explanatory: you're basically trying to use an Engine object as a function (i.e. trying to call it), but that doesn't make sense. Consult the SQLAlchemy docs to see how to use it correctly.
Reply


Messages In This Thread
RE: Restful API Python Flask Postman - by ndc85430 - Sep-22-2019, 08:16 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Python3 - How to deny access to users without api key using localhost and postman Alan2023 0 985 Feb-20-2023, 02:50 PM
Last Post: Alan2023
  Creating a RESTful web service and web service client dangermaus33 0 1,301 Dec-01-2020, 09:56 PM
Last Post: dangermaus33
  python 3.7 on windows using flask and flask-sqlalchemy. Alpy 2 4,029 Aug-12-2020, 07:24 PM
Last Post: Alpy
  RESTful API in Google Cloud Functions fggmack 0 2,032 Dec-30-2018, 06:58 AM
Last Post: fggmack

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020