I'm trying to connect to an API that has a username and password with this code: try { URL url = new URL("https://url?UserName=username&Password=passwor
I'm facing a strange error when I'm sending data to an API. I have some endpoints that work pretty fine when I send and receive data. But one of those is giving
I'm trying to request data from api.travelpayouts to find cheap flights, but even after trying exact examples from their documentation I'm not returning any dat
eg: details about the questions ......................................................................................... When i fetch data from api showing Soc
I'm working on pulling data from a public API and converting the response JSON file to a Pandas Dataframe. I've written the code to pull the data and gotten a s
I am trying to test Amazon Connect Rest API in Postman. The API name is GetMetricData. In Postman, I have provided all the required information that is mentione
Was wondering if there's a way for me to send out multiple long and lat cords in the destination and arrival in the HERE api instead of just individual long and
I would like to ask for your help regarding the authentication token to be used in other API calls. Below are the scripts of the command and test case: //comman
I'm trying to see if I can integrate Helix Fi Gateway 2 as a routeur into my home assistant setup. I've not seen an integration component, and figured if an API
index.js file export default function Home({ posts }) { return ( <div> {posts && posts.map((post) => ( <div ke
So I'm trying to import Cardano Blockchain data like address balance, amount staked, rewards etc into a Google Sheet. I found this project named Blockfrost.io w
How do I create a folder on my list? I can create a file but I can't define a type. Should I define a type column? But how can I create a column with a type cha
i am trying to get a data from a flask rest api but it keeps returning null value when it converted toString() it displays "Instances of _ dynamic" getPass() as
I received WhatsApp approval to use the WhatsApp Business API via Twilio, but can't seem to find the Base64 on my Twilio account. Following the instructions her
Hi everyone I have an API and I have made a function to check if a user is authenticated, if he is then the API redirects him to the home page else to the /logi
there are enough instructions out there to do that manually, but I need it to be done using a script. https://support.hpe.com/hpesc/public/docDisplay?docId=sd00
I'm trying to create a React app that will render components based on an API response (fetching topics title, description and the same for the courses that belo
I'm currently creating a Rest API with NestJS (it's really cool by the way). In this API, I'm using JWT (Json Web Token) to allow users to log in and view diffe
I am using a restlet to check whether a contact exist in netsuite or not. I am calling this restlet from an external environment. The problem I'm facing is the
I have this piece of code: public void StartTimer(string roomName) { var roomTimer = GetRoomTimer(roomName); var room = GetRoom(roomName);