Skip to main content

Questions tagged [api]

DO NOT USE. Use specific tags like [google-cloud-platform], [facebook], [amazon-web-services] instead or [api-design] where applicable. Questions asking to recommend or find an API are off-topic.

api
0 votes
1 answer
250 views

NREL PVwatts API

Good day, everyone. I'm trying to access pvwatts via API using python, however the error status code 422 always shows up. I had checked the parameters and I found nothing -I also had tried the website ...
viviane02's user avatar
0 votes
0 answers
23 views

DeserializeObject is not working with this response. What can I do

This is the postman response data. {"Table":[{"newcust":0}],"Table1":[{"ymon":"201706","ttlsalamtmon":0.000000,"collamtmon":0....
Md. Shamsul Arefin Khan's user avatar
0 votes
0 answers
36 views

Creating a "buy now" web addresses for WooCommerce

I have a WooCommerce online store. I am wondering if instead of asking users to enter the shop and click "add to cart" every time, we could make for each product a special address in the ...
Denis Marcinkov's user avatar
0 votes
1 answer
502 views

How to serve JSON file via React without NodeJS?

I am using React without NodeJS. I created it using npx create-react-app my-app I want to serve a static JSON file or its content (I already have the file in the project) via a link so that it can be ...
holydragon's user avatar
  • 6,570
0 votes
0 answers
30 views

How to connect to the WebAPI which is hosted on N3 network machine

How to connect to the WebAPI which is hosted on N3 network machine? In detail: We have a machine which is connected to the N3 network (N3 is a national broadband network for the English National ...
Prathap Gangireddy's user avatar
1 vote
0 answers
807 views

Linkedin marketing API "No virtual resource found" RESOURCE_NOT_FOUND error when calling rest/adTargetingEntities endpoint

#linkedin We're trying to migrate our linkedin apis to the rest endpoints (due to sunset deadline) As per the postman collection found here, we call the rest/adTargetingEntities endpoint but receive a ...
SheyDev's user avatar
  • 78
0 votes
1 answer
366 views

What is the best way to create API app for Flutterflow app?

I'm trying to make an ios/android application on Flutterflow and am stuck when I need some API calls. Am I supposed to deploy a separate API app on Heroku and then integrate it with Flutterflow or is ...
Pratikshit Singh's user avatar
0 votes
1 answer
543 views

Using Python to upload file to SharePoint document library - Need assistance with TypeError

I am trying to use Python to upload a file from my local drive to a SharePoint document library. I customized established code, but I am receiving a TypeError that I cannot resolve. I have adapted the ...
drewc's user avatar
  • 1
0 votes
1 answer
40 views

how to check why an API fill a variable

I have been trying to get the data from this API to display in the console based off of the name of the college I input, but variables aren't working and aren't getting any data from the API to store. ...
user avatar
1 vote
1 answer
143 views

502 Bad Gateway Error when trying to make a request to ANEEL API using VBA

I'm having an issue with the ANEEL API query through a macro in an Excel spreadsheet. Although I can successfully make the request in a browser, I'm unable to write some fields in the Excel table due ...
Mateus De La Fuente Cezar's user avatar
-1 votes
1 answer
113 views

Unhandled Rejection (TypeError): Cannot read properties of undefined (reading 'protocol')

enter image description hereI'm learning and following a Deep leaning tutorial that uses FastApi to serve prediction models to a Reactjs App. It returns a console log error: Unhandled Rejection (...
Mira Eng's user avatar
0 votes
1 answer
56 views

Retrieve Logs of Another region API

I am composing a script in phyton to get the monthly call logs. I have an account whose main region is USA but the region in use is Ireland. When I enter the account_sid and auth_token of the region I ...
AdrianMRV's user avatar
0 votes
1 answer
134 views

Twilio voice api

I am developing a server to receive incoming call and then connect the user A to use B by dialing number while on call. I want to know it this code is correct? and as User B receive a call it shows ...
Jas P's user avatar
  • 13
0 votes
0 answers
21 views

How to Authenticate, and then use token on OAuth call in PHP

I've been looking for a simple example of how to do this in PHP: curl -X POST "https://account.xyxyxyxyx.com/oauth2/token" -u "xxxxxx:yyyyyyyyyy" --basic -H "Content-Type: ...
user2471951's user avatar
1 vote
0 answers
293 views

Fetching data from backend and displaying it in frontend [duplicate]

I am trying to create a React Native application. I am using GoogleAutocomplete API on the frontend. From this API I get the coordinates of the place I want. Based on these coordinates I want to sent ...
Razvan toth's user avatar

15 30 50 per page
1
3 4
5
6 7
6448