Category "api"

Facebook graph API can't break down by asset

I'm trying to get a breakdown at image and video asset level with Facebook graph API, but whenever I add image_asset or video_asset the response becomes empty,

How can I filter data in a react redux app gotten from an api

I am fetching data from an API and displaying it in NearestRides component(it gives a nested object). I need to filter the data based on state or city selected

Accessing specific JSON values in a deluge script

I have a JSON API response that contains multiple entries, with different types of subscriptions and multiple users. I need to search the list for a "user_name"

iexfinance.utils.exceptions.ImmediateDeprecationError: get_available_symbols has been immediately deprecated. What's it been replaced by?

iexfinance.utils.exceptions.ImmediateDeprecationError: get_available_symbols has been immediately deprecated. Going over some python 3.7 code and after updating

How do I get values of custom fields of jira service desk api in order to create the request?

How do I get values of custom fields from JIRA service desk api to create the ticket in getter and setter? The field 'customfield_10600' is not valid for this r

Need t2.gstatic URL parameters for Web Scraping

I am checking to see if I can use gstatic to scrape favicon from websites. Below will fetch the websites Favicon: https://t2.gstatic.com/faviconV2?client=SOCIAL

Create JSON dynamically with dynamic keys and values in Express Js

I am fetching API into my Express server which has several JSON key value pairs in one array. For Example: [{ "quality": "best", "url": "https://someurlhere.e

how to use a 'change' event on a 'number' input to change the quantity of a product in a cart page in local storage and also in the DOM with Js?

Please can you help me? I am doing an exercise on the creation of a dynamic e-commerce site (API and JavaScript) and I am stuck on my shopping cart page which m

What is the difference between : - Api - Rest Api - RestFull Api - Web Hooks - Rest Hooks

What is the difference between : Api Rest Api RestFull Api Web Hooks Rest Hooks

How to access Redirect Url of Paypal through

Using Paypal for payment it is working fine when I hit html form from a browser then It redirect's me to Paypal page for payment but on other side when I try to

Build an Authenticated GET API in R

I can't figure out how to set up an API correctly. I have an example in Python and would like to understand how to reproduce it with R, how to correctly choose

HTTP/1.1 401 Unauthorized with RestAssured

I get HTTP/1.1 401 Unauthorized for subsequent API calls using RestAssured. First call is for login and then license aggrement acceptance. For the same two APIs

add a text input field to add tags for a specific student

After fetching api which is https://api.hatchways.io/assessment/students doing some steps to create a matching website page. I'm stuck on a step where we have

How to render JSON output from an API on the same webpage in which the user gives the input , preferably in a Div container in Express JS?

So here, I am using NodeJS with Express Js. I have stored the JSON value from an API in a variable and I am trying to show the JSON output on my HTML page, I a

Images with Firebase and Python Flask API

I am currently developing an API using Firebase from google and Python's Flask libraries. It is a proyect where I am in need of saving images to the DB and then

While sending request to Auth0 to get access token, is it possible to hide payload with secret keys which are visible?

I'm using Auth0 for sign in/sign up flow and user has possibility to update his profile information. In order to do that I'm requesting a token from auth0 using

How to return Non Json response - for a API Post Method

How can we return a Non JSon Response, enter image description here This is the response for one of My Post Method. I am seeing an error Newtonsoft.Json.JsonSer

Using Websocket Channel in React

I am working on a project where I have to make an api call to a websocket, and display certain information based on that call. As you can see I have used the su

Fetch doesn't retrive data

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

Rails App Breaks with 404 Error when Last.fm API Call Returns Nothing

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