API Gateway and Lambda: Async call
I have a REST API gateway that receives a POST from a client and pass this POST to a Lambda, adding to be an assync call. However, I want the gateway to return to the client before the lambda...
View Article.Net MAUI 7, Consume API, Get and Get By ID methods are fine but return 405,...
I have existing api controller for web and MAUI. Consuming from web client is fine, but with MAUI Get and Get by id methods are ok but Post, Put and Delete functions return 405 error.Web Controller...
View Articlehow to make a component diagram for my web service
So, for my school project i am making a system consisting of a reader application and a root-based dictionary web service. They will be linked through the REST API. I am following SOA as suggested by...
View ArticleHow can I upload an image to a Supabase bucket using the REST API?
I would like to use Supabase's own REST API instead of the JavaScript client library (https://supabase.com/docs/reference/javascript/storage-from-upload) provided by them.Something like this:const...
View ArticleSpring Boot + Spring Security + Spring Rest Issue: 'Access Denied' error
I created a Spring Boot application from the Spring initializer, included no dependencies at all. Then I imported this application into STS-4.4.2. I created a rest controller and added a single POST...
View ArticleIssue with Tastedive API in Data Collection and Processing with Python Course...
I'm currently working on an assignment for the "Data Collection and Processing with Python" course at the University of Michigan, using the Runstone code environment. The assignment involves...
View ArticleTypeError - ctx.request.body is not a function
I am trying making a simple RESTApi using Deno and Oak. Why am I getting this errorTypeError - ctx.request.body is not a functionrequest: { url: "http://localhost:8000/todos", method: "POST", hasBody:...
View ArticleHow do I design a generic Response builder / RESTful Web Service using Spring...
Trying to build a RESTful web service using Spring MVC. The controller should return specific Java types, but the response body must be a generic envelope. How can this be done? The following sections...
View ArticleHow to extract incoming data from a http rest request in a service in Moqui?
I want to extract json data from incoming request in a Moqui ServiceI have created a service in Moqui which processes incoming data, the problem is data comes as a direct json insted of being nested...
View ArticleHow to map NetSuite Item IDs to Salesforce Product IDs in User Event Script?
I've created a User Event Script to sync NetSuite Sales Orders to Salesforce. The script successfully posts the sales order body details to Salesforce orders. Now, I'm trying to post the sales order...
View ArticleCan I fetch the data provided for my Server in Discord's "Server Insights"...
I'd like to be able to ping my discord server and get a response containing the member count(at least).Ideally I could do this using Discord's API, with an endpoint like...
View ArticleUnable to run supabase edge functions locally
I have a simple edge functions script to run a prompt on the Gemini model and output back the result. Having used the debugger, the problem occurs at the code which listens to requests. The debugger...
View ArticleRESTful API Suggestions
I'm about to create an API for a existing .NET application and want to go the RESTful service route. Our backend platform is .NET and MSSQL. I'm hoping for a good blend or scalability combined with...
View ArticleFormatting parameters for C# HttpClient.PostAsJsonAsync
I don't have experience with REST APIs but I inherited one that I need to develop a C# .NET Framework 4.71-based client for.I figured out how to invoke commands that don't need parameters. For example,...
View ArticleAngular POST request response is null (yet server returns correct string)
The problem is fairly simple: I am making a request like I have always been doing up until now from my client (angular) to my .net API (3.1). The API is correctly requested and the answer is correctly...
View ArticleAPI Keys for Spring Boot V3
I would like to add API Keys to my current REST API using Spring Boot V3 (and kotlin).Right now I'm using either Basic Auth (for development and testing) or Oauth2 (for prod).I want to add access via...
View ArticleRest call failed with client error, status code 404 in ADF. But I can see the...
I am trying to connect share point through graph api using service principal. I have set up a rest dataset in the copy activity and set the base url as https://graph.microsoft.com/v1.0/ and gave the...
View ArticleCan't find @FormDataParam in Jersey 2.17
I'm quite new to web services so I've started with basic examples. This one relates to file upload. I'm using latest (2.17) version of Jersey bundle for non-maven developers. It states that: bundle...
View ArticleC# API Testing Error: "AutoMapper.AutoMapperMappingException: Missing type...
My https get method for a specific id is working just fine however the get that's meant to return a list isn't. I don't understand how this could be a mapper problem if it works for the method that...
View ArticleMaking API calls in JS with publicly visible API keys/secret keys....
I am currently trying to implement a frontend form on Wordpress, which will POST new products to my site using the Woocommerce API. My first stab at this was to send the data to the relevant API...
View Article