I'm trying to create a chat screen in my flutter application using Stream chat API. the problem is when I try to create a channel with two users it shows that t
I'm trying to create an update form in React, the update works fine as I have set the default values that coming from (get method) using axios and set them as t
My goal is to get EVERY tweet ever for any twitter account. I picked the NYTimes for this example. The code below works, but it only pulls the last 100 tweets.
I try to authenticate api using user name and password it worked good in flutter android app but in flutter web do not get any data below my authentication func
I encountered a problem which is very challenging to my Angular level. Could you give a help please? In Spring Data REST the entity Worker has a @OneToMany bidi
I have the following array $folder_data = array( "title" => "Testing API Creation", "description" => "Testing the Wrike API by c
I'm trying to create a simple web application form. It requires the user to input their information, and click submit which ideally would hit an api and store t
I have a simple aip with an array with 4 different ids. In react I've made an <ul> with a button for each of the ids. When I click the button, I want to c
I'm using react-query to make two separate queries in the same React component. I originally tried using two useQuery hooks: export default function Component()
A bit of a niche question but it has challenged me, see if you can solve it. I have this array of sports leagues ranked from best to worst by their respective A
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