Can’t Post Purchases via QuickBooks Online REST API
I’m trying to add purchases to QBO, but no matter how I change the package, it keeps failing. Here’s the JSON package currently being sent to...
View ArticleNo static resource retrieve
I'm trying to hit an end point in a spring application and believe I have set up the layout incorrectly. I've pasted the current error I am getting - saw a couple of sites mentioning the use of a...
View Articlepaypal subscription with immediate first payment
I'm trying to set up recurring payment with immediate first payment. For example you buy some monthly subscription on my website for $10. I take first $10 immediately and then I continue charge $10...
View ArticleProblem with FastAPI patch request from JavaScript
I made a REST service on python using FastAPI and I need to call the API using Javascript.This is my FastAPI server:class FieldUpdate(BaseModel):item_id: Optional[int] = Nonefield_name: Optional[str] =...
View ArticleInvoke-WebRequest : Cannot validate argument on parameter 'Uri' Brocade...
I am entering the username and password of the brocade switch. The same credentials are used for ssh.Basically I am trying to run a brocade command. I am calling the api using Powershell...
View ArticleTransitioning from deprecated Azure PHP SDK to Azure CLI for blob storage...
We have used the PHP SDK to download, list, and upload files to Azure Blob Storage. However, since Microsoft has deprecated the PHP SDK, our client has requested that we transition to the recommended...
View ArticleHow can I capture 400/500 errors from Google Maps using REST API calls [closed]
My team is currently trying to work on a solution to capture error messages from Google Maps (GCP). As it's currently set up, we utilize Geolocation and an embedded google Maps in our web page to help...
View ArticleHow to find the unused API 's in the Account [closed]
We have a around 300 APIs, I want to find out the way to find the unused API in the account and then we will decommission.Trying to find out the way to pull the unused APIs, and expecting to...
View ArticleError response for an API which calls third party api
I am working on a service 'A' that allows customers to call third party services. Lets call it service 'B'Customer -> 'A' -> service 'B'A provides invokeAPI capability to customer to invoke api...
View ArticleGroupme API Has No Support for Topics
I would like to have bots that post in the topics beneath a group. For a user, these topics present as separate sub-groups. However, they seem to have no ID tied to them. Is there a parameter I can use...
View ArticleGET request with Angular 17, how to do it?
I'm currently learning Angular CLI, and I would like to fetch an image from my server.I tried following some tutorials but they don't provide much information on what is happening, and most of them are...
View ArticleWP API V2: Query posts by ACF
I would like to query my posts by filtering for a custom meta added with Advanced Custom Fields. It's a boolean meta, so every post will have something like:GET http://localhost/wp-json/wp/v2/posts{...
View ArticleHow to write delete method using POST request - REST - Nest JS
How to delete an id or a record in database using post request in api Delete one guide from database@Delete('/:id')deleteGuide(@Param('id') id: string): Promise<void> { return...
View ArticleStrategies for Achieving Decoupling Between API Methods and User Interfaces
What are the proven strategies for achieving decoupling between API methods and user interfaces?I'm working on creating a REST API service for the application. And I noticed that my API methods are...
View ArticleGet a single work item in azure devops via api
As of now, I have to get the work items details from azure devops via api as I have to used it in the third party app but this doesn't seem to workThis is the API Url I tried to get the work items...
View ArticleHow to upload images using postman to azure blob storage
I have been trying to upload an image to my blob container folder using Postman.Here is the link I am using to get the Javascript code to generate the signature.var key = "[Storage account key]";var...
View ArticleGetting CSRF 403 error with django server and nexjs client
I am sending requests to Django server from next.js but I am getting error :403 Forbidden (CSRF cookie not set.), even after sending the csrf token.I am running both Django server and next.js...
View ArticleFlask-Restful Error: request Content-Type was not 'application/json'."}
I was following this tutorial and it was going pretty well. He then introduced reqparse and I followed along. I tried to test my code and I get this error{'message': "Did not attempt to load JSON data...
View ArticleHow can you view any file uploaded in aws s3 bucket thru an url in an web...
i am developing a preview function where i want to view objects from my s3 aws bucket. i get this url: https://[BUCKET NAME].s3.us-east-2.amazonaws.com/[FILE NAME].[EXTENTION]and when i open it the...
View ArticleOracle ADF rest batch processing, can I reference the payload from operation...
I want to use rest batch processing with oracle ADF based rest API's to insert one row and then take the table row ID in the payload from that insert and use that ID in a second operation inside the...
View Article