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

REST APIs in Go - using net/http vs. a library like Gorilla

I see that Go itself has a package net/http, which is adequate at providing everything you need to get your own REST APIs up and running. However, there are a variety of frameworks; the most popular...

View Article


REST API endpoint naming for data formats

Just seeking some opinions in regards to naming REST API endpoints when different data formats are in play.API example/api/applications - gets a list of all...

View Article


Image may be NSFW.
Clik here to view.

Why I only getting ID's back in response? IGDB API

I already read the documentation and I think I am making the simplest request in the correct way, but it always returns only the IDs, instead of all the fields of the gamesDocumentation example:...

View Article

How to prevent time out on a long-running HTTP request?

I have an API that executes a potentially long-running task that can take up to 10 minutes. This works fine when I hit the API from Postman, but when I use the API from a browser (Chrome, Safari,...

View Article

How can I do Laravel, rest api filtering operations? [closed]

I am developing a web application with Laravel and next.js.I am creating rest api with Laravel. The issue I am curious about is, for example, the user will send a request to the /users endpoint, but...

View Article


PHP multipart form data PUT request?

I'm writing a RESTful API. I'm having trouble with uploading images using the different verbs.Consider:I have an object which can be created/modified/deleted/viewed via a post/put/delete/get request to...

View Article

Image may be NSFW.
Clik here to view.

CyberSec concerns on API connections to powerBI

I am building a connection between an external SaaS service and our PowerBI environment. CyberSec raised a flag that the API connections could expose our internal environment to the service provider,...

View Article

Spring RestTemplate timeout

I would like to set the connection timeouts for a rest service used by my web application. I'm using Spring's RestTemplate to talk to my service. I've done some research and I've found and used the xml...

View Article


Problem with listobjectsv2 API call, when sending the concurrent request with...

Because of blobs' number over 1000, there are two requests sent to S3 server when using S3 API Reference ListObjectsV2. But SignatureDoesNotMatch will appear in second request. With help of postman, I...

View Article


Spring Service and RestTemplate Client always Unexpected end of file from server

My POJO:public class Product { String name; int price; public Product(){ } public String getName() { return name; } public void setName(String name) { this.name = name; } public int getPrice() { return...

View Article

status 300 after sending POST API to zoom

I want to create a webinar event using zoom API, i create body data using php and format json in json_encode but when i send POST to zoom API it doesn't work. The result always like this:[ [code] =>...

View Article

MS Fabric REST API - get notebook definition

I'm using a MS Fabric notebook and want to get the definition of another notebook using the REST...

View Article

Download file from SharePoint

I'm using the REST APIs of SharePoint to query the files hosted inside a corporate user's Office 365 SharePoint site.I have used OAuth to authenticate the user and authorize the the app, as described...

View Article


403 Error - { "Message": "User is not authorized to access this resource with...

403 Error While fetching (GET) results from an API (provided by third party) Possible Reasons?

View Article

I am running into a issue to set Rate limit or set pool size for...

Is there any options to set Rate Limit or Customize Thread pool size so that REST API can handle n no.of requests per second with ulfius framework?

View Article


REST visual studio code extension providing reference to path on disc

my code is:@filePath = C:\\Users\\User\\Documents\\VnCM.pbixPOST...

View Article

How do I access PHP REST API PUT data on the server side?

-- Question --I am just starting out with the REST API and am getting pretty confused.This is what my PHP cRUL client-side looks like for a PUT.case 'PUT': curl_setopt($handle, CURLOPT_CUSTOMREQUEST,...

View Article


How to make dynamic variable while json response filtering?

I am using visual studio code with rest extension and trying to filter json response using:@folderId = {{getFolders.response.body.$.value[?(@.displayName=='RES-255')].id}}It is wotking without any...

View Article

Blocking AWS REST API (Hosted is account A) Access for a Specific Server in...

I have an AWS REST API hosted in AWS Account A, which is accessible from AWS Account B. I need to block access only for a specific EC2 instance in Account B, while ensuring that the API remains...

View Article

S3 REST API and POST method

I'm using AWS S3 REST API, and after solving some annoying problems with signing it seems to work. However, when I use correct REST verb for creating resource, namely POST, I get 405 method not...

View Article
Browsing all 3607 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>