Node.js - SequelizeDatabaseError: column "user_id" does not exist
I have a very simple schema but when I try to make a call for a data it returns me the errorSequelizeDatabaseError: column "user_id" does not existMy database consists of three tables only. Below is...
View ArticleSAP ARIBA REST API - Rate Limit
Hi I am new and hope to finde some information here.For a customer we are retrieving data from SAP ARIBA via the REST API.To build daily reports we want e.g. retrieve information from the...
View ArticleUsing POST in Rest API just like get to add 2 numbers
I am new to REST and web services. I am trying to add two numbers with the below code.import javax.ws.rs.GET;import javax.ws.rs.POST;import javax.ws.rs.Path;import javax.ws.rs.PathParam;import...
View ArticleExe as Webservice Endpoint
I got a webservice endpoint and I stumple upon how to correctly implement it.It seems to be an parameterized exe-file which returns an XML Reply. There is no documentation.I am used to soap, wcf and...
View ArticleSpring boot - how to serve rest requests at base path '/api' and static...
I have a very basic Spring Boot project (jpa, web, lombok, pg) with props:spring.data.rest.basePath=/apiAlso tried base-path as suggested by Idea.And...
View ArticleRedmine REST API works (!) but returns 404 HTTP error
I have encountered a weird issue. I am trying to use the REST API to create a new issue/bug/ticket in the Redmine bug tracker.I perform a series of API calls:GET users/current.jsonGET...
View ArticleSet default limit value on FastAPI Swagger UI only, but don't affect...
I want to be able to provide my team with a Swagger UI for my FastAPI application to explore the results of each endpoint.I want to keep the syntax-highlighting on, and want the UI to default to a...
View ArticleHow to returning data from a void async call in Swift function
I have created a utility class in my Swift project that handles all the REST requests and responses. I have built a simple REST API so I can test my code. I have created a class method that needs to...
View ArticleHow do I get a list of released artifacts sorted by version from Maven...
I would like to retrieve a list of released artifacts from the official Maven Central Repository REST API sorted by version. But I don't know how to do that. I have tried with the following example...
View Articledomain class with composition one to one relationship
I'm building a Spring Boot RESTful service for managing Customer entities and testing it with JUnit. However, I'm getting a formatting warning when posting my code on Stack Overflow.Here is my current...
View ArticleProve Identity: API Integration Issues - Error Code 8009 Across Multiple...
I am currently trying to integrate the trust score of the on boarding user details to make sure a genuine user in prove identityhttps://developer.prove.com/reference/quick-starti signed up and working...
View ArticleWordPress REST API 404 Not Found
I'm setting up a new WordPress REST API but I get a "404 Not found" when I submit a html form.I've tried to figure out what is wrong but is kinda stuck.My installation is a: XAMPP on my local computer...
View ArticleFree or paid API to get football games from different leagues? [closed]
I am currently looking for an API that can give me a list of matches of a particular soccer team in the Pro Ligue does anyone know of an api that can help me free or paid?
View ArticleGET, then manipulate that info (while loop and if statements), then PUT
I want to retrieve info (tickets out of our ticketing system meeting certain conditions) via a GET request, loop through each ticket, and update each one (PUT) based on certain conditions.If there's a...
View ArticleSystem design for a real time decision making API [closed]
I’m working on a system that collects a high volume of events from the browser and uses them for real-time fraud detection.Right now, I’m using Kafka to stream the events and send them to an ML model...
View ArticleDevice Authorization Grant Flow returns AADSTS7000218 error requiring...
I am currently trying out Microsoft Entra Device Authorization Grant Flow according to this page: Microsoft identity platform and the OAuth 2.0 device authorization grant flow. I was able to follow the...
View ArticleI can't deploy the rest-builder module (Liferay 7.4) - TransformUtil
I am trying to deploy a rest-builder service but I have same problem detailed in this entry:I can't deploy the rest-builder module (Liferay 7.4)Anyone found a solution?I detected that TransformUtil...
View ArticleCpu and memory monitoring with apm elastic and locust
I’m using Locust to write performance tests, and I have an Elastic observability APM configured in the environment. How can I integrate Elastic’s APIs with the performance test run in Locust? Thanks!
View ArticleHow do you search api.morningstar.com for tickers?
I can grab info for one ticker by hitting: https://api.morningstar.com/v2/service/mf/FundShareClassBasicInfo/ticker/QQQ?accesscode={accesscode}But I cannot for the life of me find out how to search for...
View ArticleMatching HERE Maps items with Wikipedia content using REST APIs
Using the V7 version of the HERE Maps REST api, I'm trying to get match the data I'm getting from the /browse and /discover endpoints and match them unambiguously with data obtained from the Wikimedia...
View Article