Category "api"

How to use a third-party API inside next/api?

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 a way to PUBG mobile custom room spectator api or way-around for tournaments/streams?

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

Headings must have content and the content must be accessible by a screen reader

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&

C# Generic method for getting field names based on attributes

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

VueJS 3 CLI environment variables secret isn't working

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

Issue With Binance API Fetch In Chrome

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

Cannot Link Existing Project to Google Play Console API

When I click on link existing project under API access on the Google Play Console, my existing cloud project does not show up.

Unable to Request from Twitter Ads Api using OAuth in Python

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

should I consider the case sensitive when design the rest api url

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

How to pass multiple parameters into HttpGet Method in ASP.NET CORE MVC?

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

difference between django and django rest framework

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

How can I use the filter() function to filter this set of data from API?

API Call code: const settings = { "async": true, "crossDomain": true, "url": "https://v3.football.api-sports.io/fixtures?date=2021-04-07", "method": "GET", "hea

How to Unmarshall data to JSON with unknown field types

I have these 'structures' type Results struct { Gender string `json:"gender"` Name struct { First string `json:"first"` Last string `

Correct way to auto create aws api gateways to existing apis

I am building 2 separate nodejs microservices (using express inside each etc). What is the correct way to properly automate creation of AWS Api gateway's so tha

Query discord api from webiste

Is there a way to query the discord API without have a bot on a server. I would like to retrieve my friends and my profile images and put it on a website I crea

"Expected to decode Dictionary<String, Any> but found an array instead.", underlyingError: nil; GitHub repo showing app; SwiftUI

I need to create an app that will be able to return all the repositories that a GitHub user owns. I created an app that contains of 3 files: CONTENT VIEW import

Axios API request from React Native frontend to local spring backend service not working

I develop a React Native mobile app and for the backend I want to use Java Spring. Now I have a standalone backend server running locally on port 8080 and my re

How to create Binance test API key

I'm trying to build a Binance trading bot, I generated an API key and can use it with a real money, but I need to test the bot using their test -sandbox- accoun

Vue.js: How to add static data between fetched data?

For my application I want to add advertisement banners after every 5 items in my data. So when you scroll you see five data items that I fetched, 1 advertisemen

ESP8266, how to make post request with graphQL

I am very new to programming with ESP8266 and can't get this to work. I am successfully connected to the internet. With the <ESP8266HTTPClient.h> I am wri