Quantcast
Channel: Active questions tagged rest - Stack Overflow
Browsing all 4123 articles
Browse latest View live

Unable to fetch data from Dutch Bros app API using Python or inspect traffic...

Perfect! Here's a Stack Overflow question where you're using Python to try and fetch data from the Dutch Bros API, but it's not working — and you're also trying to inspect the API using Wireshark, but...

View Article


Image may be NSFW.
Clik here to view.

UML diagram (Class Diagram) of whole Spring project in STS

I have developed a REST API's Project and I want to draw a class diagram for every API individually. I have downloaded the eclipse plugin of PlantUML but this doesn't generate the complete API class...

View Article


Passing ID from url link to javascript code

I'd like to do a PDFViewer based on RESTful Services in APEX 19.2. I have IG where one column is file_name based on the URL link:javascript:apex.event.trigger(document, 'PDFViewer', [{id:'#ID#'}]);...

View Article

Next JS: Getting 404 when for POST api on production env while local same api...

I have usecase in the next JS app for sending the mails, while it is working in the local environment, the same api is throwing 404 on the production app. I am not able to debug as well. It's an POST...

View Article

RuntimeException could not be mapped to a response, re-throwing to the HTTP...

I am trying to validate a user record from my database using Spring Framework, RESTful Web Services and Jersey Implementation.I am using MySQL v5.6.0, Eclipse Galileo, Apache tomcat...

View Article


PayPal REST API - Sandbox returning 401 for API requests but successful...

I am using the PayPal REST API in Java to make a request to the testing (sandbox) servers for an access token, which succeeds, and then sending that access token back to the same sandbox servers for a...

View Article

Facebook: Getting Incorrect Signature (104) when Getting Session Key

I am trying to use the HttpClient library (in order to call the Facebook API's REST end points) to obtain a session key and verify user...My code is...

View Article

Volley suddenly throwing NoConnectionError: Failed to connect

I am absolutely baffled. I set up a basic locally hosted rest-flask http server, which I have been able to connect to through volley just fine... until now. I don't remember changing anything would've...

View Article


PHPUnit - REST API testing

I have REST API written in php, i want to test it with phpunit.I wrote test like this, it works but response body was empty. I tested it with fiddler, it send response body.Sorry for my english.class...

View Article


NetSuite REST API SuiteTalk Create Sales Order

I am having great difficulty in creating a Sales Order using NetSuite’s REST API:my @items;my $it={'item'=>{'id'=>'55554', },'quantity'=>1,'amount'=>100.0,'taxAmount'=>20.0,};push...

View Article

How to Create Case in Microsoft Dynamics CRM 2016 (Version 8) using...

I want to create a case in Microsoft Dynamics 2018(Ver.8) using either C# or java using web services.After doing a vast googling I'm having hard luck with no or very few resources that are hardly...

View Article

WordPress filter not being applied on REST API request

I'm writing a plugin that hooks into WordPress' upload process, to allow for some extra file types + sanitation, etc. When using the Media Library this works as expected, but when uploading via the...

View Article

How to efficiently fetch user avatar from another microservice in Spring...

I’m building a microservices-based system with order-service and user-service.Each order is created by a user, and in the order list I want to display the user’s avatar.Avatars are stored in MinIO.The...

View Article


implementing usage cap for dynamodb inserts per day [closed]

Trying to implement Daily Usage Cap for inserts in Dynamodb, which reset to zero in beginning of day.The Spring Boot 3 app is already running with api exposed, that has POST endpoint for creating...

View Article

How to reduce response latency in Azure OpenAI GPT-3.5 Turbo & GPT-4 API?

I'm using the Azure OpenAI API with GPT-3.5 Turbo and GPT-4 models. I'm currently experiencing average response times of:GPT-3.5 Turbo: ~900msGPT-4: ~1.3 secondsI’m already using the following...

View Article


jersey rest web Service with Activemq middleware integration

I have a Restful service API developed with JAX-RS and jersey. I have deployed the same in TOMCAT 7. Now I would like to implement Activemq so that I would keep all request in a queue and process the...

View Article

AS400 RPGLE unable to consume REST API with SSL

I have successfully used IBM AxiscTransport API in AS400 (i 7.2) to consume REST API with HTTP. However, when there is SSL, my program fails with the following error. TransportFlush() call failed:...

View Article


How can I log API POST requests from Azure Databricks with payloads,...

I'm working in Azure Databricks and need to send data to an external API via POST requests using Python. However, there's a client requirement to implement a logging mechanism that:Logs the payload...

View Article

How to pass Amounts_Due field from Apex to Stripe for implementing Flexible...

I am trying to implement Flexible Payment Terms in Salesforce for which I need to make a REST callout to Stripe. I am following this...

View Article

REST API for Windows Azure Mobile Services

One of the things I enjoy about Parse is the REST API which allows me to send push notifications to "channels" from an external web site. I am curious if this, or something similar is available with...

View Article
Browsing all 4123 articles
Browse latest View live


Latest Images