So, I have a RESTful API (built with Hapi.js) that has endpoints consumed by users and my front-end app (built with Next.js). GET api/candies is one of them, I'
while updating from Wildfly version 24 to version 26 I found an anoying change within REST. If I post with curl some data, it is just not received on the server
I'm working on Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production and I need to develop a store procedure that access an API, I have t
I am using dot net core 3.0. I have gRPC app. I am able to communicate to it through gRPC protocol. I thought my next step would be add some restful API suppo
I am trying to create a nice helper class to parse some query parameters so they can be used to filter an array of data. I am using the following syntax for my
In my application I am making authenticated requests to the GitHub search API with a token. I am making a request every 2s to stay within the primary rate limit
Trying to connect to webpage and return a list of all the file names listed there. I wont include the whole code (to generate token etc), but using the below I
I'm trying to add the Bearer in the header section in POST request while testing with Supertest. I tried many methods. I'm a beginner in testing. Please suggest
I try to connect to the SSRS REST API via NTLM and cURL, but the authentication fails. Here is my attempt: λ curl --ntlm -v -u localhost\osain http://loc
I am trying to support DPS for my ESP32 firmware through HTTPS REST API using SAS. My device registration ID is: xx-xx-8c4b14149ff4 I took the group enrollment
Past few days I am searching for a Retrofit2 feature. Is there any option or way to cancel multiple API calls at once, requested from a client? For example, I h
On the mapmyindia (map my India) API console, under "Credentials" tab of the Default Project, a default (and single) key is present "REST / Map SDK Key". In the
I am trying to write to a Google Spreadsheet using Google Sheet API v4. The usage about the API is listed here I made a curl request that looks like the follo
I am writing a rest service which will download the pdf when user access this service on users machine. below is the code of my controller class. When I tried
I have a list of API requests which are already in URL format. I just need to POST them one after the other automatically and log their results. The only way I
The audio, video conferencing devices, microhones headset and other devices which are used for microsoft team calls and conferences, where are thisdata is st
I'm using MongoDB for my Express app and I know that when an ID is an invalid ID for the corresponding database, the response status code is 400 (Bad Request).
I have created rest webservice using springboot and added springdoc-open-api for ducumentation of webservice, Now i have 2 question 1-how to add custom test val
How to get a new list from the list of objects? I need a new list of objects to POST request this list of objects i get from response: { "success": true, "b
Fellow programmers from SO! I am building a simple Spring Boot example just to add a Client using a RESTful API. I have written this Controller: import org.spri