I am currently building a login form which will be using a restAPI for the registration/Auth but I'm receiving a 401 error when using fetch to test the retrieve
I wonder if anyone can help, and if the issue is specific to Last.fm (perhaps not the greatest of APIs). I've built an album search feature into my app that tak
I made a weather app in create-react-app. How do I hide the API key so that I can commit to GitHub? Right now the key is in App.js: const API_KEY = "123456";
i'm trying to implement the tiktok login kit, but i'm having problems with the redirect_uri on localhost. Localhost can't be defined on the tiktok developers ap
I'm trying to call multiple api's but i can't really figure out how to format the results in json for both endpoints. Future<List<dynamic>> fetchM
I was working on API documentation and thought it would be really cool if people could demo their code within our API documentation. Setting up an IDE is a real
I have an API that returns some information. That API requires an access token. Problem is the JSON is always NULL. My var response and var content is always NU
I want to know any sample code for API integration like Spotify, or digistore24 kind of. please inform me if you have any
I am trying to get my data into an HTML table. The JavaScript is properly detecting the data and is showing two rows in the table, which is correct. The issue i
I am trying to secure NextJS API endpoints with keycloak. Keycloak authentication is already implemented on the front-end pages. The user is forced to sign in b
i am trying to scrape data with Tweepy, but i find out, that the limit is not working properly and i don't know, why. user = 'LudekStanek' limit = 1 api = tweep
Is it possible to create an Airdrop bot that sends a picture automatically to nearby Apple devices? Like I choose the picture, turn on the bot, and go to a publ
I am trying to get trade data from the Binance API using the testnet server. The code I have written runs, however, I am trying to collect data for daily interv
I am hosting my nest js server on heroku. I am using authGuards in nest js to validate the request using accessToken passed by client with the request (this acc
Is there a way to convert city name into coordinates? Openweather api provides access to historical data but i need to have "lat" and "lon" coordinates instead
Since discord developers added intents system I'm unable to get all members from guild using token of my own account. Is it possible now?
I'm trying to access an api endpoint using a Future and it constantly returns {"code":"UNAUTHORIZED","message":"Invalid API Key","timestamp":"2022-03-19T16:57:
I am getting a data directly from an API and store it in list in dictionary format and then loads the data into the database , but whenever i open that page the
I have a REST API that was built with Node.js and Express.js. When making an API call, how can I view which portion of the code it uses? (without me having to i
I have an API that returns a parent with its children, I need to implement that in java 8 to be able to return them as below: A -> has B as Child, and C as C