How do you run a Python script that makes an API call using a key?

Gene Pasutti 0 Reputation points
2024-09-16T13:04:13.4566667+00:00

is it possible to run a Python script that makes an API call which includes a key?

I've got a key from RapidAPI.com but getting it to run via Azure is not working

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,088 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. akinbade abiola 16,640 Reputation points
    2024-09-16T14:13:12.4566667+00:00

    Yes, this is possible.

    When you create the script, you will need to run it locally and test then confirm if it is working. So you can isolate the issue, then you can troubleshoot Azure. Do u have any specific errors wehn connecting to Azure??

    See: https://learn.microsoft.com/en-us/azure/developer/python/get-started?source=recommendations

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.