In our company, we have an Elasticsearch cluster (ES) and another product (I'll call it DataProvider) that puts data into that cluster. These puts are made by c
I'm trying to make a HttpGet request in my ASP.NET Core Web API. The problem is that I don't know how to make get request with query. This is my model: public c
I have a wordpress endpoint and I have some json data. Unfortunately I dont know how to return this json data in the function. I tried json_decode but it doesn'
I have to modify java based old project(servlet , Gradle project) which was not integrated with any of Java framework. For a recent project integration requirem
I am trying to secure NextJS API endpoints with keycloak. Keycloak authentication is already implemented on the front-end pages. The user is forced to sign in b
I want to get data from REST API by an esp32 and turning on and off LED lights(GPIO 26 and 27). Here is my code : #include <HTTPClient.h> #include <Ard
I am developing web application backend with Spring where client and server talk through Restful APIs. There is a specific API where I assume the hit will be mu
I use the following API request in order to delete all texts (so called cps) of one section (one section contains many cps) await fetch(`https://12345-default-r
I'm starting to learn to use rest api via bash curl by writing a simple mastodon bot. I can attach multiple images using curl https://example.com/api/v1/statuse
I'm working on a project that consists of: A back-end in Java (JEE project deployed on Wildfly) Front-end developed in Angular Keycloak for authorization and au
I'm making a request to my server, but the response is given in String, and I need to get data from there, for example, the if response: {"response":{"balance":
I have a build a service in MarkLogic and the service is consumed(GET Method) by a downstream application. In the REST endpoint, we have four parameters like st
I am searching for how to connect to my rest API with a Powershell script I know that I need a to send my Body with the POST Method but cant define how to do it
I have a local Nodejs server running on port 5000. I use Sencha Architect and I want to load the API with the name "getUsers" from my Nodejs server. Here's my m
we have a delete-rpc request defined in a proto as rpc DeleteTag(DeleteTagRequest) returns (DeleteTagResponse) { option (google.api.http).delete = "/v2/tags";
I am building an API using express js. I have structured it so that each data model (e.g. user, organization, etc.) has their own modules as such: router - vali
Im making an API on nodejs with express and mysql. In the POST method i dont get any error but on mysql store al values as 0, like this: 1 0 0.00 0000-00-00 0
My Django REST Framework API is working just as expected. In view.py, I modify OrderViewSet, def partial_update, to add another key/value pair to the response.d
I am trying to incrementally load data from a ServiceNow data source into an Azure SQL table as per the guide from Microsoft https://docs.microsoft.com/en-us/az
I know how to get normal collection floor price. However I'm trying to find out how to retrieve floor price for specific filtered assets. such as, grabbing floo