quicktext icon indicating copy to clipboard operation
quicktext copied to clipboard

api response

Open 3Pinter opened this issue 1 year ago • 0 comments

eventhough it seems to me that "curl 'https://qtext.io/q/9003' | json_pp" should give me a plain text return ... I might be doing something wrong.

  1. I'm using python.
  2. url = 'https://qtext.io/XXXX' response = requests.get(url) data = response.text
  3. no response (if catch error: its a 404)

I want to use python to get the raw data. Is that build in?

3Pinter avatar Sep 29 '23 08:09 3Pinter