Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Send Rest Request
#2
I found an online tool that can convert CURL REST requests into ChilKat code for various programming languages
https://tools.chilkat.io/curl

Nowadays, REST requests are very common. How implemented in QM without using third-party components and C # code?

I made the following modifications, but still did not output
Code:
Copy      Help
str headers =
;"Accept": "application/vnd.github+json"; "Authorization": "Bearer <YOUR-TOKEN>"; "X-GitHub-Api-Version": "2022-11-28"


Messages In This Thread
Send Rest Request - by Davider - 07-09-2023, 12:23 AM
RE: Send Rest Request - by Davider - 07-10-2023, 05:10 AM
RE: Send Rest Request - by Gintaras - 07-10-2023, 05:21 AM
RE: Send Rest Request - by Davider - 07-10-2023, 05:58 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)