i use Binance.net wrapper , i can open position (Futures) , but i cant set tp and sl after open position var orderData = await binanceClient.UsdFuturesApi.Tra
What exactly are resources and resource resolvers. Can you please elaborate the same and essential terms relating to it? Wanted to know how resource resolver wo
I have an application in MVC which is consuming some third party APIs. While running application on server I am getting below 4 cookies in browser and one of th
Right now this code is deleting single selected record, but unable to delete multiple records. Is there away to delete multiple selected records? Component Html
Shopping List describes that Via the back-office, you can access any shopping list created and saved by the customers in the OroCommerce storefront. Can we also
I'm using an automated script that runs an auto-generation model using lb4 cli. Looks like validation expects id to be provided, but swagger missing it in its s
I have a quarkus app that has a POST api returning a Uni . The structure of Test class class Test { String name; Object data; } I am passing the below as d
I am trying to use requests.get with the Spotify API and I can't figure out why I keep getting a 400 response. I am working in an .ipynb file in Jupyter Lab run
I'm trying to learn to make an API call in swiftUI, I'm following the next tutorial https://www.youtube.com/watch?v=1en4JyW3XSI but the code is giving me an err
I am new to NEXTJS and creating a weather application .I am using a openweather api but how can I use it inside the next/api. I had tried by creating a file tod
Is there an automated way to get pubg mobile custom room stats / data in real time or delayed to make custom charts and graphics for streams would be helpful if
I've created a react web application which has an HTML body content inside home.js as below, class Home extends React.Component { render() { return ( <div&
I am trying to make a generic method to be used in a lot of places in my code I can make it work with the following code: public static void GetFieldNames(Syste
I'm new to vue .env. I looked everywhere for a straight answer till I got lost. According to VueJS documentation that if we have .env.local file that will be lo
My Code Works Fine In anWriter App But Doesn't Work In Chrome Browser ! It Freezes After Reaching The Fetch Line In Account_Fetch Function ! If Code Works Fine
When I click on link existing project under API access on the Google Play Console, my existing cloud project does not show up.
I am stuck on a issue with Twitter-ads-api. I have completed the authorization and got the oauth-verifier token, but after this I am stuck on how to request for
Now I am design a rest api, what makes me confusing is that the url case sensitive, for example, the /currentUser, I read some api design like google: https://d
Is it possible to pass multiple parameters into HttpGet Method? I want to pass Id or Username to get the user's details. But when I try to do it, I got this err
Okay I just finished a YouTube course on Django tutorials and i more or less understand Django to an extent. Now the issue is Django rest framework. Google says