Category "api"

Can you make api calls in Unreal Engine 5

Is it somehow possible to make api calls like get/post/put/patch...? Or can you install plugins like VaRest for UE5?

Is there any way to limit json request items?

Is there any way to limit how many items I want to get from a JSON request? the code I use: import json import requests url = 'https://api.github.com/users' re

Synology File Station API C#

I encounter a trouble with the file station API using RestSharp I would like to upload a file, I follow the document describe in the official API doc ( here ) T

Working with promises in a React class component

I have this module to fetch data using the Spotify API: const Spotify = { getAccessToken() { ... }, searchTrack(searchTerm) { const accessToken = Spoti

system.security.cryptography.protecteddata ,this error I'm getting in code build time. I'm was added Nuget package related to cryptography

Error MSB3027 Could not copy "C:\Users\surendra.reddy.nuget\packages\system.security.cryptography.protecteddata\4.5.0\runtimes\win\lib\netstandard2.0\System.Se

how to make rest api private and just can called from api gateway server

How to make my rest api accessed from my api gateway only so another people cannot access directly e.g: curl http://ip:port/enpoint so how to make that rest ap

I can't get an issue token with Postman or cURL

I'm trying to connect to ActiveCollab API but it is impossible. I tried with Postman and cURL but I'm obtain the same result: { "type": "ValueError", "messa

How to extract jwt token payload when token is expired in python jwt

I am unable to extract JWT token payload after the jwt token expires in python jwt package. I am using flask api for backend development and the implementation

How to get list of datastore using cluster name in vcenter rest?

I've cluster name with me and I want to list out all datastore and available for that clusters using Vcenter rest API! Please tell me how can I do so? I'm refer

How to retrieve JWT token using postman with user role attribute

In my application, we have four different user roles. When I tried to generate the JWT token using postman, though the token is retrieved, it is not providing t

Use USDA Food API to search and get the nutrient facts by food name

I'm using an API to access the USDA food database. I crawled some food names from the menus of some restaurants. I want to connect these foods' names to Food Da

How to get access token using oauth 2.0 authorization grant type in rest assured

I have an api with oauth2.0 authorization grant type authentication which has the following steps - Get method for authorization code which opens up a form in b

How to simulate api calls in C# using php file

I have an online reports viewer application that stores patients records as follows: Web application view: I have created a C# application that is meant to cap

How to make environmental variables equal to ID Values in html

Below is my API reference call. I am using github so I put the key in a seperate file and protected that file using .gitignore. The issue is I have no Idea how

Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: users is not mapped [Select username from users]

what is causing the error -> Caused by: org.hibernate.hql.internal.ast.QuerySyntaxException: users is not mapped [Select username from users]. I am trying to

Foursquare API Venues/Explore Radius and Limit Parameter issue

I'm having issues with venues/explore? results. I'm exploring some neighborhoods in Seattle. In some requests the API is returning as much as 30 venues when par

Google Podcasts - API?

Is there any way to download the history of played episodes in Google Podcasts? Or in other words, is there any way to get the data from Google Podcasts? Some A

Discord: 403 Forbidden (error code: 50001)

I tried to get a list of users through the API, but in response I got: Missing Access 403 Forbidden (error code: 50001) Request: https://discord.com/api/v9/guil

How to call MetaTrader5 `initialize()` with login information?

when I use initialize function without parameters the connection is established correctly. but when I add any parameter like the 'login' it is not working acc

How I can access to oroPlatform API?

I wanna access to OroPlatform API but unfortunately, I'm still getting message: {"error":"no_encryption_key","error_description":"The encryption key does not ex