Category "api"

returning null value when flutter http get request(Instances of _<Future> dynamic)

i am trying to get a data from a flask rest api but it keeps returning null value when it converted toString() it displays "Instances of _ dynamic" getPass() as

Where to find Base64-encoded Certificate on Twilio?

I received WhatsApp approval to use the WhatsApp Business API via Twilio, but can't seem to find the Base64 on my Twilio account. Following the instructions her

Adding a function to imports routes in app.use()

Hi everyone I have an API and I have made a function to check if a user is authenticated, if he is then the API redirects him to the home page else to the /logi

how do I use ilorest to Configuring AMD Preferred IO Bus Number

there are enough instructions out there to do that manually, but I need it to be done using a script. https://support.hpe.com/hpesc/public/docDisplay?docId=sd00

Render new react component based on API fetch

I'm trying to create a React app that will render components based on an API response (fetching topics title, description and the same for the courses that belo

How to secure a REST API with an API key

I'm currently creating a Rest API with NestJS (it's really cool by the way). In this API, I'm using JWT (Json Web Token) to allow users to log in and view diffe

Mark a search unrestricted in suitescript 2.0

I am using a restlet to check whether a contact exist in netsuite or not. I am calling this restlet from an external environment. The problem I'm facing is the

System.Timer in .net core not tracking time correctly

I have this piece of code: public void StartTimer(string roomName) { var roomTimer = GetRoomTimer(roomName); var room = GetRoom(roomName);

Google Gmail API returning: 401 Error - Request is missing required authentication credential but the code worked for the last few months

I have a weird problem, for a few months my web app worked just fine connection to my email account via Google API. but today, when I tried to connect to my ema

Looping through multiple collection of arrays

I have a lot of data as response not parsed and also, so you can see what is in the response. But I want all the scores from the table results, the query filter

YII2, rest API without database connection

I have been studying how to develop a rest API with YII and everything is clear from the documentation. In the documentation they suggest using ActiveRecord how

2D graphics API for an interactive GUI to replace OpenGL on MacOS

Apple has deprecated OpenGL. In anticipation of OpenGL being removed from MacOS altogether, I would like to rebuild my mouse driven GUI using some other graphic

How can I take a generated token from a Test Suite and add it as an Authorization header?

I'm having an issue with a readyAPI project i'm migrating. I'm not a backend-lover so it's quite diff from my perspective, hope you guys have another pov and ca

How to set default values for a query param with array type in .Net.Core with Swashbuckle by code

I am currently working with .NET Core 3.1 and Swashbuckle library. I have made several endpoints with requests decorated with attributes and proper swagger desc

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