Amazon S3 Change file download name
I have files stored on S3 with a GUID as the key name.I am using a pre signed URL to download as per S3 REST APII store the original file name in my own Database. When a user clicks to download a file...
View Articleapex_web_service.make_rest_request POST has bad json or returns ORA-06502...
I cannot get successful POST /authentication/login with E-verify/DHS using PLSQL using apex_web_service.make_rest_request(). I tried in Apex first but got numeric/value error and swtiched to PLSQL to...
View ArticleRest API stalls exactly 10 seconds in the browser
After a few api request, the browser (or anything else) stalls the api requests for exactly 10 seconds. This issue doesnt occur in the development environment.websitereponetwork log and consoleI look...
View ArticleHow should I return the result from a service/use-case class
In a REST API development using C# I've got a problem: If the service used by the controller returns an error, but the error depends on the business rules about something, how and where should I...
View ArticleTools and methods for REST API verification (Postman alternatives)
We have a legacy system w a number of microservices that I am now looking at.Today our API verification for a service consists ofone big postman collectionsome 200 requests they all have scripts for...
View ArticleConnect REST Catalog to ICEBERG on Google Cloud Storage
I have a couple of BigQuery tables for Apache Iceberg, as seen on their documentation page. This created the respective metadata and data folder where the parquet files are stored, on my GCS bucket.I'm...
View ArticleProblem with getting city in countriesnow.space API
I encountered a problem with receiving and filtering cities.For example:curl -X 'POST' \'https://countriesnow.space/api/v0.1/countries/cities' \ -H 'accept: */*' \ -H 'Content-Type: application/json' \...
View ArticleHow do i post form data as JSON format
Posting argument data from my form works perfectly but i need to post the same information using JSON. How can this be done.My form looks like this.<form enctype="multipart/form-data" method="post"...
View ArticleWhat's the difference between REST & RESTful
What's the difference between a REST system and a system that is RESTful?From a few things I've read most so called REST services are actually RESTful services. So what is the difference between the two?
View ArticleHow to handle inconsistent API responses
Spring Boot JSON Data Inconsistency Issue - React Table Showing N/AI'm working on a Spring Boot + React.js project and facing an issue with JSON data inconsistency. The frontend (React) displays N/A...
View ArticleIt is possible to use same host in different namespaces on Openshift Origin?
I have some projects that respond on same host but different path.I want to keep them separated in Openshift.Ie.:First serviceapiVersion: v1kind: Routemetadata: name: first-api namespace: first-api...
View ArticleGroupme API Has No Support for Topics
I would like to have bots that post in the topics beneath a group. For a user, these topics present as separate sub-groups. However, they seem to have no ID tied to them. Is there a parameter I can use...
View ArticleRedmine REST API to get all users
I want to retrieve all users from redmine and I use its REST API to get data. it give the 100 users only if I set the limit to 200 also.Is there any way to retrieve all user from API?
View ArticleSharepoint upload file via restapi Access Denied issue
I am trying to upload file to sharepoint via Postman.I have following settings:URL:https://{tenantID}.sharepoint.com/sites/{mySite}/_api/web/GetFolderByServerRelativeUrl('/sites/{mySite}/Shared...
View ArticleHow should REST API accept boolean values?
Resource 123 has a current configuration state and a default configuration state, and both of these configuration states can be represented by JSON.A GET request to http://example.com/123/config will...
View ArticleDraw.io import diagrams from CSV using an API
In draw.io there is a very nice option to create a diagram using CSV import utility (Arrange->Insert->Advanced->CSV). It is very simple and straight forward.I was trying to find a way to do it...
View ArticleHow to add params other than @PathVariable in the mockMvc junit testing for...
Method is as follows:@PreAuthorize("hasAuthority('name.r') ") public ResponseEntity<String> getName( @PathVariable("name") String name, UserContext uc) {uc.getAppName();// method code goes...
View ArticleHTTP headers for REST API diff
I'm building a rest API that has an endpoint for a collection of items. The response is a large JSON array, which takes a while for the client to process. On the server-side, each item in the...
View ArticleAPI Search/Find Returns Empty items Array Despite Correct Filter Configuration
I'm working with the Tenderland API (endpoint: POST https://tenderland.ru/Api/v1/Search/Find) to retrieve the tender_name based on a specific tender_id. However, despite configuring the request with...
View ArticleI am having difficulties authenticating my rest API dataflow with a service...
I have inherited a rest API dataflow from a developer who left the company. It was working flawlessly but suddenly stopped working the other day. I took over the dataflow in the app but am having...
View Article