Python Forum
how can I call the API using python
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how can I call the API using python
#4
.content isn't a method the way .json() is, it's an attribute. You don't use parenthesis with it.

print(requests.get(appraisal.format(domain), headers=headers).content)
Reply


Messages In This Thread
how can I call the API using python - by alifihri - May-14-2023, 10:09 PM
RE: how can I call the API using python - by bowlofred - May-15-2023, 01:43 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Call pip3 from python folder build by me call pip3 from the /usr/bin Suryavarman 3 3,864 Oct-07-2019, 10:23 PM
Last Post: Suryavarman

Forum Jump:

User Panel Messages

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