POST to BitUnix API returns 10007 Signature Error (PHP Laravel)
I'm trying to connect to the Bitunix API and change the margin mode using PHP. I followed the documentation provided on their web site but keep encountering a signature error message.I've attempted...
View ArticleBItUnix API Signature Error (10007) when Placing order
BitUnix Futures API – Signature Error (code 10007)I'm attempting to place a Futures order using BitUnix's REST API. Despite following the official documentation exactly, I consistently receive the...
View ArticleWSO2 API Manager File Upload via REST API Alters Content-Type and Increases...
I'm encountering an issue when uploading files through the REST API in WSO2 API Manager versions 4.1.0 and 4.4.0. The files are small (approximately 18 KB), and I'm using multipart/form-data without...
View ArticleGE Proficy Historian REST API: StateTime Calculated API
I have a python script that I would like to use to query the GE Proficy Historian Calculated REST API, particularly the 'StateTime' calculated function. However in none of the documentation it states...
View ArticleWhen will LinkedIn API version 202306 expire, and what should I use to...
Good afternoon,I'm currently using the LinkedIn-Version: 202306 header to retrieve lead generation form responses via the following...
View ArticleAPI Standard for EDI integration in Microsoft Dynamics Business Central
We are about to create and define our standards for EDI via REST API for dynamics business central. As we use UBL by default, we would like it to be the closest to it.I saw a post from 2 years ago, but...
View ArticleGetting 502 Bad Gataway after a service call in my app
I have seen there are similar post but actually I do not know how to analyze this problem to understand real cause. I have a cloud app working in a cluster and I am calling an Rest service. As a result...
View ArticleDo we have any idiom for adding multiple sub-resources at once?
Say, there are order resource.Creating an items under the order resource is clear.POST /.../order/items HTTP/1.1Host: ...Content-Type: application/json{"name": "whatever","price": 1.0,"quantity":...
View ArticleError when logging out user session with Ruby API
I'm working on user authentication with Devise, and decided to use session-based authentication for testing my API user login and logout functionality. At the moment the login works, but the logout...
View ArticleBest practice to return errors in ASP.NET Web API [closed]
I have concerns on the way that we returns errors to client.Do we return error immediately by throwing HttpResponseException when we get an error:public void Post(Customer customer){ if...
View ArticleError handling over websockets a design decision
I'm currently building a webapp that has two clear use cases:Traditional client request data from server.Client request a stream from the server after which the server starts pushing data to the...
View ArticleWhy is JPA query so slow?
I am implementing queries in my web application with JPA repositories. The two main tables I am querying from are FmReportTb and SpecimenTb. Here are the two entity classes (only important attributes...
View ArticlesomeVoidMethod() does nothing the 1st time but throws an exception the 2nd...
I have a this unit test that fails when I have the following doNothing() for two calls inside the unit test@Test void storeStockPersist() { Long idKey=1L; String name = "test"; Map params =...
View ArticleHow to enable request scope in Uber Developer Dashboard?
I want to enable the request scope in the Uber Developer Dashboard as I am trying to build an app that can make Uber ride requests. I cannot find the "Auth" tab anywhere in the dashboard, which is...
View ArticleHow to associate work item with changeset (TFVC)
allI want to associated work items with the changeset for Azure DevOps Services (TFS) via REST API.I have been successful in creating a changeset, but if I try also to link a work item to it, nothing...
View ArticleWhy is my Facebook Graph API call to /me/accounts returning an empty pages...
Question:I’m building a Node.js application that registers users through Facebook. In my registration flow, I need to fetch the list of Facebook pages the user manages. I’m using the following code...
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 ArticleReturn a polymorphic list from WebAPI
I'm building a small simple REST service using WebAPI in .NET 6.0I have a base class, Client, with a couple of properties. Then I have three classes that inherit from it, so let's call them...
View ArticleRequest-response pattern over the REST call via ReplyingKafkaTemplate
Simple scenario with Kafka and REST http services, but I didn't find an appropriate solution.2 services: A and BA - have REST API for external clientsB - have 2 topics : RequestTopic for receive...
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 Article