I've connected to the Deribit websocket for option data, but the following code snippet only gets one valid response of data, and then stops updating, but says
Hi I am trying to synology api to download a file, it seems that the API documentation is outdated, I successfuly login and logut using the API, but when I trie
I have a limit of 25 requests/min from PUBGs official API. For some reason instead of it requesting twice for each search its using up 4 requests. I can't figur
I am new to Azure APIM and want to know how to get subscriber ID or anything which can uniquely identifies every subscriber of my API.
I want to write Macros/Programs for Catia V5 with the programming language C#. How is it possible to access the Catia applicataion via c#(and Visual Studio). I
def SpamRequest(): channel_id = random.choice(channel_ids) r = requests.post(f"https://discord.com/api/v9/channels/{channel_id}/messages", data=payload,
I am a computer science student. And I have a problem while creating an API. Here is my controller allowing the addition of a "Personnage". (POST) #[Route('/api
I try to show the last tweet from a specif user, using the Twitter API. When I try to echo the first result I get an empty page. When I echo my JSON data is see
How can I get olymp trade API that will permit me to get each order id, open and close times, amount, status etc. ? I try by many ways to get but in vain. Thank
Sendmail method in Graph giving error "The requested user is invalid"
Due to some unique quality and regulatory requirements in our organisation, we need to be able to download a .ipa build from App Store Connect, in order to be a
I´ve been using AWS API Gateway for quite a long time, and last month I started using it by calling my C# ASPNET inside a Lambda function throught a proxy
I saw several posts on the subject but without result. I have on the one hand a form which collects information (name, first name etc) then saves it in database
I am trying to scrape a data from opensea. I can scroll page but I dont know how could collect data while scrolling. my code from selenium import webdriver fro
Are there any third party which provide data of apple health kit data using there end points like google fit provide us via rest api's https://developers.google
I am currently sending emails via Graph API using the following code: var graphClient = GetAuthenticatedGraphClient(); var metadata = JsonSerializer.Deserialize
I am new to ReactJs and Need to implement wordpress Rest api, I am trying to figure out post list by category, My code is here. getPostsByCategory = async () =
const Authorization = `Basic ${Buffer.from(`${config.CUSTOMERID}:${config.CUSTOMER_SECRET}`).toString("base64")}`; const acquire = await axios.post(`https://api
You know, with the indexnow api, we can now index pages instantly in bing and yandex search engines. I prepared a file like in the documentation(https://www.ind
I am very new to react native and try to create my first app. I now want to create functions to get data from my api. How can I create a file with several funct