Category "api"

can I generate listenKey binance in app script

I try a lot of think to create listenKey in app script but nothing work. the binance URL: https://binance-docs.github.io/apidocs/spot/en/#user-data-streams this

How can i send messages from MS Word file to wechat? [closed]

I have messages in word file and need to send the message on wechat. Is there any api or option by which i can send message to wechat with jus

How can i send messages from MS Word file to wechat? [closed]

I have messages in word file and need to send the message on wechat. Is there any api or option by which i can send message to wechat with jus

Retrieving swapped token addresses from etherscan using web3js

I am trying to retrieve the token addresses of tokens swapped (and amount of tokens swapped) in a single transaction. I am using the "web3.eth.get_transaction(h

I am trying to get data from my sql database to my react page, but my api returns an empty array

http://chucklets.no/getOnlineTime When I click this I can see the JSON and it looks fine. But when using fetch it API Node.js code: app.get('/getOnlineTime', (r

is it possible to get online incoming messages from users in telegram (not bot)?

I need to get all incoming messages from all possible social media and redirect them in one app, using this protocol https://pusher.com/docs/channels/library_au

Symfony rest api error with security.yaml

I'm trying to add an auth system with JWT to my REST API but since I added my system and modified my security.yaml I have those errors:

Laravel Vue.js API: axios, FormData() is empty

I'm trying to update some data in Model using API in Laravel and Vue.js but I can't do this because FormData() is empty, I'm checking the data from formdata us

Calling an API that have username and password in Java

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 not receiving response from API when making a post requisition in FLUTTER

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

Successful API call but no data returned

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

Flutter When i fetch data from api showing SocketException: Failed host lookup: (OS Error: No address associated with hostname, errno = 7)

eg: details about the questions ......................................................................................... When i fetch data from api showing Soc

Python API Call: JSON to Pandas DF

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

Amazon Connect API didn't response correctly in Postman

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

HERE GET Request Python

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

Cypress - Status: 401 - Unauthorized in token authentication to other API call

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

Is there an API for accessing helix fi gateway 2?

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

Strapi v4 api error "posts.map is not a function" NextJs

index.js file export default function Home({ posts }) { return ( <div> {posts && posts.map((post) => ( <div ke

How to authenticate with Blockfrost.io API?

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

Create a folder about an item with Microsoft Graph Sharepoint

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