I am making an App with vue js and laravel using API,i am getting original data , but there is an optional parameter that i want to insert in the query to rende
I'd like to use the tmdb api in Android to display the movie's genre, but the problem is that we have to first find the genre id before we can display the genre
I'm creating a news app referring this link https://www.youtube.com/watch?v=D8J9QUwTWmU&t=3s&ab_channel=CodeXpression getting error while checking it fi
I send the object to the backend(Node js) when API call. but I check objects using console log. I checked using POSTMAN. When I checked POSTMAN, I worked very w
When i am trying to expiry otp, is not working but i do not know what i am doing wrong. I set expiry time with Carbon but still not working. What should i do?.
from http.client import responses from random import randrange from tkinter.tix import STATUS from typing import Optional from urllib import response from fasta
I'm trying to send a message to telegram using Telegram API bot. I want to make a GET request, that will send both text and image to my telegram channel. Now fe
I have this sports API and I want to be able to pull only certain league ids from this data and use those selected leagues to display them. here is the API Call
I have a problem. I'm getting Crypto information from CoinGeckoAPI. Information is not sorted. So I sorted. When I'm running this file with print. It works. But
I am trying to search for something like this in my UI {"attribute":"country","name":"United States"} and have it return display this: id:c78980559a3450f400e07
I am using the twitch api just to test it out to fetch the top games I get my app access token after making an app by passing in a POST to: https://id.twitch.tv
For example, I'm writing my CRM system in Laravel. This CRM system will collect orders from various online stores and marketplaces. One of the marketplaces prov
I have multiple .json files and I want to fetch them so I can take information from them. Like user ID, name, salary... I know how to do one, but I need two of
TLDR: I have been googling and finding opinions and blog posts but looking for some established (if any) Best Practices for Rest API Healthcheck development. I
I have tried to put JSON data in flutter chart, I used syncfusion_flutter_charts library but its not working and its only showing y axis point but not x axis po
Can anyone tell me, by which WINDOWS C/C++/API function I can fetch theAccount expires <date> and Password expires <date> or Nevervalues, just like
I am working on a registration form with Laravel 8 and Vue 3. The back-end is an API. In the users table migration file I have: class CreateUs
I need to fetch data from API but my try-catch fails with SyntaxError: Unexpected token < in JSON at position 0. Code: String problems; try {
My goal: I have two instance EC2, one is an API that is public and another is a microservice, which needs only to communicate with API. what I have tried so far
I'm using:ruby 2.6rails 6.1.4devisedevise_token_authactive-storage usingl locally disk service I'm creating api in which I can storage and upload pictures. I ca