How to easily expose endpoints in a format like Spring Data REST?
I use SDR in our project and it generates hundreds of endpoints, but whenever I create a endpoint manually i struggle to make all those links to all the entities, is there an easy way to do this ?My...
View ArticleSpring Boot WebClient + Saga patter vs Kafka - Which is more recommended in...
Which is more appropriate in a Rest environment, WebClient (webflux) and saga pattern vs Kafka?If we assume we have this scenario and the microservices are:A -> B -> C (Introduced)A -> B ->...
View ArticleWhich service can be used to do transaction with database hosted in ubuntu...
I have situation where i need to either use webservice/WCF/Rest/Soap (any of the services, still not able to figure out which one will suit best based on situation).I have a database (postgres) hosted...
View ArticleInvite user to Bitbucket via REST APIs using email
I want to integrate Bitbucket with my application and invite someone to Bitbucket using the REST APIs.We had the invitation part in REST APIs version 1.0, but now, in version 2.0, we do not have a REST...
View ArticleUpdate Status of an Order on Prestashop using Webservices
I just want to update the current_state of an order,<prestashop...
View ArticleSetting Query Parameters for External Call activity in Azure Data Factory
I'm trying to query the open source Yahoo Finance API using Azure Data Factory.I have a dataset, which is set up like this:I am calling this API in a data flow. The second line of the data flow using...
View ArticleHow can I get the Status of an Azure SQL MI using powershell or REST API?
I am trying to get the status of Azure SQL MI however the Get-AzSqlInstance does not return the status. If running or stopped. What is the easiest way to get this?
View ArticleGo 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 that include...
View ArticleUsing tokio::sync::Semaphore to limit async requests in a block
I am working with an API that limits me to 40 requests per second, and 200 every 120 seconds.I am currently designing an async pattern in Rust using reqwest and tokio. I want to incorporate the rate...
View ArticleIs it possible to host .NET core wcf services on Ubuntu server?
I have situation where i need to either use webservice/WCF/Rest/Soap (any of the services, still not able to figure out which one will suit best based on situation).I have a database (postgres) hosted...
View ArticleMake API call in tableView row and Update particular cell after API response?...
I want to make an API call in the tableView cell and update a particular row after API Response.func tableView(_ tableView: UITableView, cellForRowAt indexPath: IndexPath) -> UITableViewCell { //...
View ArticlePass international phone format while updating phone number with Quickbase...
I need to pass phone numbers from a third party app to Quickbase via the Restful API. We receive phone numbers from outside the United States, so I need to pass in the country format as well as the...
View ArticleREST API - ":word" (eg ":predict") vs ":port" (eg ":1000") What is this...
Tensorflow REST URL endpoints look like this: http://host:port/v1/models/${MODEL_NAME}[/versions/${VERSION}|/labels/${LABEL}]:predictWhere the URL ends in ":predict", rather than in ":1000" a...
View ArticleHow to change a Todoist task's duration with the update_task Python and REST...
I've tried Todoist APIs' update_task and I get error code 400:"Client Error: bad request for url https://api.todoist.com/rest/v2/tasks/[...]" with# Define the task ID and the new durationtask_id =...
View ArticleLaravel Passport: TypeError: Argument #2 ($guard) must be of type...
I'm encountering an error when using Laravel Passport with Laravel version 10.48.22 and Laravel Passport version 12.3.0.Steps to reproduce:I moved the predefined application routes to a separate file...
View Articlehow to print curl response json parse using shell script
I have an API or Endpoint below endpoint use GET method:https://test.cloudnetwork/devops/api/status?over=658xx899xxx68sspoits response below one{"info": testing of cloudnetwork data soon,"test1": [...
View ArticleSecure Public APIs through APIM for service to service use?
I'm going over methods to expose a subset of APIs through Azure API manager and how to keep things secure. The purpose would be for partners to build their own apps that connect to these APIs.Right...
View ArticleCan we CRUD and perform custom queries in Google Firestore with PHP?
I'm trying to connect PHP - codeigniter with google Firebaseas my android app has authentication with firebase,my Web application will use the same Authits Firestore not real time databaseI want to...
View ArticleHTTP GET with request body
I'm developing a new RESTful webservice for our application.When doing a GET on certain entities, clients can request the contents of the entity.If they want to add some parameters (for example sorting...
View ArticleService Layer and Presentation Layer responsibility in REST architecture...
I'm developing a web API using Spring Boot and am confused about where to handle security concern. Martin Fowler in Patterns of Enterprise App Architecture suggests that"The presentation logic...
View Article