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 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
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
I have this module to fetch data using the Spotify API: const Spotify = { getAccessToken() { ... }, searchTrack(searchTerm) { const accessToken = Spoti
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 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'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
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
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
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
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
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
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
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
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
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
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
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
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
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