ADO - REST - Cannot find a way to get pipeline creator id
I need to know the person who created a pipeline in ADOhttps://dev.azure.com/mycompany/myproject/_apis/pipelines/***?api-version=7.1I get everything but a "createdby" field{"_links": {"self": {"href":...
View ArticleWhat is the best approach to build a real-time, turn-based iPhone game with...
I want to build an iPhone game, which is real-time and turn-based, with a back-end implemented in Rails.The game flow is like the following:Player A and Player B will queue for a match. Then the server...
View ArticleServiceNow - User Not Authenticated error when accessing the Rest table apI...
I was able to log in to the ServiceNow instance using the user created and assigned the ADMIN role. During the login process, I was prompted to set up MFA, which I successfully completed. While I can...
View ArticleError fetching repositories: HTTP error! status: 401
So, i developed a portfolio website that fetches repositories and details from github and send it to my website .While using localhost everything was working fine but as i deployed the code in vercel...
View ArticleBest practices for Azure Key Vault for multiple web services?
We have a project with multiple RESTful web services communicating with each other. So far, each web service has its own Azure Key Vault. They each have a powershell script that accesses information...
View ArticleIs there any tool similar to gRPC-gateway for xml to protobuf conversion?...
gRPC-gateway supports json to protobuf conversion. But,Im looking for any tool that provides xml to protobuf conversion with minimal overhead.
View ArticleCustomize laravel sanctum unauthorize response
I am using laravel sanctum in my project, but I am facing a problem. I want to customize the 401 response code (unauthorized) to return a JSON when a token is invalid, something like this: {"data":...
View ArticleTrying to export shapefile from feature server using restapi module for python
I'm trying to download a shapefile from an ArcGIS feature server to manipulate using geopandas. I came across the restapi python module, which seems fairly user friendly, but I'm having difficulty...
View ArticleHow to implement HATEOAS in NestJS
Has anyone built a RESTful API with HATEOAS (Level 3 maturity) in NestJS? Are there any libraries or tools to help with this?If implementing it manually, would you create a specific DTO (Data Transfer...
View ArticleFinally fix the export of custom fields with wordpress REST API
My question is : isn't there a clear way to post with the wordpress REST API custom fields in a global way ? Like isn't there a proper, general method to do this ?And more precisely, is there a global...
View Articleorg.hibernate.AssertionFailure: possible non-threadsafe access to the session
I am developing a web application with AngularJs as front-end and Spring+Hibernate as the service layer. Service Layer has a set of REST API's that are consumed by AngularJs. The front end of the...
View Articlewhy am i getting this error java.lang.AssertionError: JSON path "$" Expected:...
I'm trying for first time to write a test for my api and getting this errorjava.lang.AssertionError: JSON path "$" Expected: a collection with size <3> but: collection size was <0> . I have...
View ArticleSearch API - Restful Design - Passing List in the Request
I need to modify an existing search API. The search API accepts SearchCriteria as request body to filter out the records. I need to add another filter to this SearchCriteria. The filter will take a...
View ArticleHow to do XML to protobuf conversion? [closed]
How to perform XML to protobuf conversion with minimal overhead.A similar project is gRPC-gateway, which supports json to protobuf conversion.
View ArticleWebservice connecting do database with IOS, PHP, REST API, JSON
i have tried to understand how to connect to a database with an IOS application.i built an application that connects to a database on my localhost. i wrote a web service in PHP that returns a JSON...
View ArticleIssue passing data from API call in SwiftUI MVVM pattern
I've been trying to figure this out before posting and still hitting a wall.Created an API specific class, a ViewModel, and a View and trying to shuttle data back and forth and while I see the API call...
View ArticleHTML form submit giving 400 bad request
I'm submitting a HTML form to REST(eXist db) web service using POST method.A normal submission is giving 400 bad requestHere is my HTML code<html><script type="text/javascript"> /* function...
View Articlewhy is flutter refusing to connect on localhost:8000 or 127.0.01:8000?
I'm following the Flutter Networking/HTTP tutorial to do a GET request to a server running on my localhost:8000. Visiting my localhost via my browser works fine. This works fine too when I point to any...
View ArticleAjax JQuery to Spring @RequestBody? How do I pass data?
Ajax JQuery to Spring @RequestBody? How do I pass data? I being doing spring for sometime now with passing form fields but I am working on a new system and we would like to use Ajax and RESTful to pass...
View ArticleHow can I programmatically change parameters and body in SOAPUI?
I have the below REST API:Endpoint: https://fa-ewwd-saasfaprod1.fa.ocs.oracle.comResource: /hcmRestApi/resources/11.13.18.05/userAccounts/{{USER_GUID}}Parameter Name: {{USER_GUID}}Value:...
View Article