Export Report Structure Only in HTML Format Using SAP BusinessObjects RESTful...
I am working with SAP BusinessObjects RESTful Web Service SDK, and my goal is to export a report without the associated data. I would like to extract only the structure of the report in HTML format, as...
View ArticleWhy is requests (or urllib3) continuing to throw Timeout Value errors even...
I am trying to create a plugin for some larger construction Software to pull data from a public Rest API into the Software. When trying to get the data withr = requests.get(self.Server...
View ArticleGraphDB API: question about import method
I am using GraphDB 10.8 (Free), and want to use the GraphDB API to import an RDF file into the default graph. I have been reading and trying out the API documentation, but I'm failing to run the import...
View ArticleIssue with Azure AD B2C Custom Policy: "Basic credentials specified for...
DescriptionI am working on an Azure AD B2C custom policy for the Global Identity Framework, designed to support traveling user sign-ins across multiple regions. This setup involves two major components...
View ArticleShould you use another endpoint for assertion in an integration test for a...
I have a REST API and I want to write an integration test for a POST endpoint, which creates a Foo item in the database. In the test scenario I am making a request to this POST endpoint.In the...
View ArticleEditing Excel file in Sharepoint using Node.js & REST failing to write
I'll try to keep this concise. I want to edit a .xlsm file on my company's SharePoint site using REST. I'm running a Node.js site, using ExcelJS. I can connect to the workbook, but run into two modes...
View ArticleLaravel Api Help, Im getting a Null result when using json data from Site A...
Good Day everyone,I am having issue and im trying to figure out what causes this, can you please help me.here's my codeSITE ASITE A Code<?phpnamespace App\Http\Controllers\Api;use...
View ArticleHow to make a large file accessible to external APIs?
I'm new to webdev, and I have this use case where a user sends a large file (e.g., a video file) to the API, and then this file needs to be accessible to other APIs (which could possibly be on...
View ArticleIs there a way to get the web link to a check suite notification retrieved by...
I am using the github api to retrieve the notifications on my account, i then want to get the url that you get when you click on the notification on the github website dashboard...
View Articlevb6 and rest API: how get percentage of file uploading
I have prepared a code sample that allows me to send a series of parameters along with a file to an API address like https://aaa.com/api/token/sendfile. I have used MSXML2.XMLHTTP in the project, but I...
View ArticleJasper Report with RestAPI
I have a report on JasperServer(5.6) which accepts few parameters. I edit few settings on the Output Options tab and enter emails which i would like to sent to on Notifications tab. The report gets...
View ArticleHTTP Response code for "Please wait a little bit"
What is the best HTTP response code for the server to send if it wants the client to wait for a little bit of time and then try the request again?Right now, I'm using:409 ConflictBut this doesn't feel...
View ArticleIs HTTP status 202 appropriate for account creation, while waiting for a...
I have an API with a 2 step sign-up flow:user requests a new account (POST with some account information in the body)user confirms the account (POST with a verification code received via text or...
View ArticleERROR Failed to load resource: the server responded with a status of 403 ()...
ERRORS:Failed to load resource: the server responded with a status of 403 ()login:1 Access to XMLHttpRequest at 'http://localhost:8080/login' from origin 'http://localhost:4200' has been blocked by...
View ArticleError 415 when trying to merge PDFs by stirlingpdf.io with python
I am trying to merge two PDF files through the API of StirlingPDF with Python.Unfortunately, I always get an Error 415 back from the request (see below).filepaths =...
View ArticleSubmitting a Stream as part of a JSON body
I have a PATCH method in an REST MVC controller implemented in C# that I need to be able to call. The body of the PATCH request is an object (received as JSON) where most properties are standard types...
View ArticleHow is fixing it @data annotation in Java
When i defined class how @data which equals getter and setters and etc compiliar not may...
View ArticleCustom error messages in Spring Rest Api validation - ProblemDetails
I am trying to get a ProblemDetail response populated with the message provided on the message attribute of certain controller @Valid annotations.For example, the message attribute on the @Pattern...
View ArticleMaven tests failing when combining File endpoint with rest endpoint due to...
I have two routes defined in seperate classes.1.public class FileRouter extends RouteBuilder { @Override public void configure() throws Exception {...
View ArticleWhat does the number in the OpenDocument path of SAP BusinessObjects REST API...
I’m working with the SAP BusinessObjects RESTful Web Service SDK, specifically the OpenDocument service, and I encountered a URL like the...
View Article