Using wp_remote_post() to post multipart form data with image to iNaturalist...
I'm developing a WordPress website that allows users to submit observations that are then pushed to the iNaturalist API. I have successfully authenticated, pushed the observation data, and received the...
View ArticleSimple REST service with Spring framework not using Spring Boot
I want to start with the most simple Maven Project with a simple REST resource not using Spring Boot and generate a .war artifact that is deployed in a servlet container. I am using Eclipse IDE. So I...
View ArticleCan't connect Django and my react native app... [Network request failed]
I can't get a response from the rest API that I have created to my React Native Applications. Eventhough, I run django server and the rest api is still running, but I cant get response from rest API....
View ArticleJSON Request Body Help Plytix / Celigo
I have multiple different scheduled imports going into Plytix mostly around 2 to 8 am from multiple vendors. I have a delta flow to handle these changes. They're usually 120k records and the page size...
View ArticleInteractive Brokers - I keep getting invalid consumer while requesting OAuth...
I have a valid consumer key and I'm unable to get Interactive Brokers Web API OAuth to work.{"error":"id: 3931, error: invalid consumer","statusCode":401}The endpoint I'm trying to get to work:...
View ArticleGo 1.22 router calls the wrong method [closed]
I am trying to use the new go net/http feature of specifying the Method inside the handlefunc of my Servemux. However when I try to call the POST endpoint it executes the function on my GET...
View ArticleTrying to send .mp4 file from Flask to Angular client and display it on html...
I'm new to angular and flask, so I don't know enough about a lot of things yet. I have a code on the flask that processes the video, then sends it back to the angular client on a get request. The...
View ArticleFile downloading with PHP Rest API [closed]
I'm developing a rest API with PHP. I capture the posted data and prepare an Excel output after the transactions in the database. I can save the Excel output to the server where PHP is installed, but I...
View ArticleWould like to avoid using verb in REST API [closed]
I know that using verbs is something to avoid in REST APIs. But i have one reprocessing use case and I would like to know if I'm doing it the right way. The use case is the following.A user triggers a...
View ArticleMaven Jersey Project error...
org.glassfish.jersey.message.internal.WriterInterceptorExecutorFirst of all, the problem started with me using the @XmlRootElement annotation on my Object class to return XML. The video i was watching...
View ArticleException for REST services for invalid input requests
I am currently developing REST services and throwing BadRequestException for all of the following,1. Path parameter is invalid2. Query parameter is invalid4. Input request object has missing attributes...
View ArticleNuxt 3 folder structure for API call functions
I am building a Nuxt 3 app, I am doing only the frontend part. I created .env file and added my base URL, created a composableexport const useApiFetch: typeof useFetch = (request, opts?) => { const...
View ArticleE2E tests for AWS eventbridge API destinations
We have an API to register a member for our e-commerce application and in the back of that API we have multiple eventbridge rules that are configured to target different API destinations.One of the API...
View ArticleCan I get the company name/logo with the LinkedIn API?
If I have a LinkedIn organization id, like 123456 can I get the company name or logo?I can see that it could be done in the previous...
View ArticleSpringboot application and single page app: HTTP Status 405 – Method Not...
Configuring springboot for a single app page wasn't easy. I thought to meet a standard problem when debugging an react embedded in a springboot application. I read all the the posted questions about...
View ArticleWhere should the filtering logic be: in the frontend or in the backend?
I’m creating a web application.The frontend uses ReactJS, the backend uses Java.They communicate with each other via REST.On the UI, I show a list of items. And I need to filter it by some...
View ArticleHow to use Postman Collection for a Task Management Application?
Following is a Postman Collection which I need to use for a task management application. Where each user can add, update, and delete his tasks. I'm confused how to use this collection. Would I need a...
View ArticleWorkday: is there an API or other programmatic way to download the output...
In the Workday system, some integrations produce output files when they run. You can go into Workday's user interface to download these files manually, for example, by running the "Integration Events"...
View ArticleListView builder with data from API
i have data from API that contains 400++K data, when I search some data, it works but only shows the data that is on page 1this API contain 10 data per pagethis is my controller, i want to search data...
View ArticleGetting "curl: (92) HTTP/2 stream 1 was not closed cleanly: INTERNAL_ERROR...
I have a Django app which returns a large JSON while calling an API.The problem is when I'm requesting the data, the data itself is truncated which is crashing the frontend.I'm using cloud front for...
View Article