Skip to main content

Questions tagged [rest]

REST (Representational State Transfer) is a style of software architecture for distributed hypermedia systems such as the World Wide Web. It has increased in popularity relative to RPC architectures such as SOAP due to the intrinsic de-coupling of client from server that comes from having a uniform interface between heterogeneous systems.

0 votes
0 answers
11 views

Decoupling REST API processing to other microservices through MQ

I have a platform that has some requirements including the following: Generating PDF/Image files from raw data in async. Uploading these files to DB and/or AWS S3 Buckets Complex RBAC verification ...
Manu Sisko's user avatar
0 votes
1 answer
61 views

Databricks API - Import the file from DevOps repo to databricks workspace

Our pipeline logic includes the Add-DatabricksDBFSFile function to move .sh file from DevOps repo to DBFS in databricks for later cluster creation purpose (below code) Add-DatabricksDBFSFile -...
Greencolor's user avatar
0 votes
1 answer
51 views

PowerShell Script to Retrieve Azure Purview Glossary Terms via REST API

I'm working on integrating Azure Purview with other systems using PowerShell. My goal is to fetch a list of all glossary terms from Azure Purview programmatically using the REST API and PowerShell. ...
Nicol's user avatar
  • 3
0 votes
1 answer
51 views

How to make a script to automate taking the GET data from my wordpress site and POST to another server

I have this problem and I'm a newbie of REST API world. I have a Wordpress site in which I sell CD Albums, and I have to take every orders of the day and send some specific data (like the bardcode/ean,...
CuloAtomico's user avatar
0 votes
0 answers
10 views

RestSharp || Rest API Automation Testing || ExecuteAsync returning null

I am developing RestAPI automation test case using RestSharp. I am trying sample code to test the API response. Below is my code: var _client = new RestClient("https://reqres.in"); var ...
Shyam's user avatar
  • 57
-1 votes
1 answer
15 views

Failure of physical device to connect to correct port where flask server is running

I have a flutter application and it makes use of a REST API which is running as a flask server on port 5000 locally on my host machine but when I install the app on my physical device it seems to be ...
NIKHIL's user avatar
  • 1
0 votes
3 answers
169 views

Using REST API in Python to run Workflows in Azure Purview

We are trying to use Purview REST APIs to make a user request that should be able to trigger a Purview workflow run. The workflow should trigger whenever the user is trying to update an asset, for ...
Ric S's user avatar
  • 9,148
1 vote
0 answers
44 views

run an automated integration test on an application with multiple modules

my application has 4 nodes. Node A and Node B are the SUTs. communication between those nodes is based on http protocol. The scenario as shown in the picture will be automatically done by the nodes ...
ee04395's user avatar
  • 57
2 votes
1 answer
88 views

Go file server doesn't serve folder

I am building a website with Golang, HTML, JS and CSS. Here is my folder structure: /data (Go files that contain data initialization) /handler (Go files for HTTP handling) /model (Go files ...
Seyit Ahmet Gökçe's user avatar
0 votes
1 answer
80 views

Problems creating simple rest ws with Tomcat 10, eclipse, jakarta. Error: No servlet class has been specified for servlet Application

I am trying to create a simple REST ws using Tomcat 10, jakarta and java 17 in Eclipse. When I do it according to the documentation, I get an error "No servlet class has been specified for ...
Gustavo Moreira's user avatar
0 votes
1 answer
29 views

RESTful API accepting multiple POSTS as a batch

I'm building a RESTful API to create a new customer POST /customers. This works well for creating customers on a per transaction basis. However a new scenario has come to light whereby the recent ...
Mark Smith's user avatar
1 vote
0 answers
67 views

Use a custom logger, with go echo framework

i am trying to apply a format to my loggin, with request specific details in the format. EX: when i log "Test log" I should expected to be logged like: 2024-06-22T19:36:48+01:00 INFO [...
João Calhau's user avatar
0 votes
0 answers
28 views

How to recover deleted API from AWS API Gateway?

I accidentally deleted one of REST API from API Gateway. Is there a way to restore it by myself or AWS support can help it? If I have to recreate the API, is there a way to keep the same API ID, so ...
Joey Chou's user avatar
0 votes
1 answer
68 views

API handler unable to access middleware's context value in Golang

I am trying to append value of my ID to context in my auth middleware, which verifies user and pass it to my API handler. I want to verify JWT in middleware and pass the id to handler for further use. ...
user25606885's user avatar
0 votes
1 answer
77 views

How to make a REST call through terraform to a private Azure resource?

I do not this this question needs to be Azure resource-specific, but I will provide my background. I currently have Terraform code that creates an Azure AI Search service, disables public network ...
ban_ana's user avatar
  • 49

15 30 50 per page